summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1998-04-17Keep all relevant state information in a "pci_softc" so that it isdrochner
1998-04-17defopt the WSEMUL options.thorpej
1998-04-16-don't modify call arguments in place - bad for debuggingdrochner
1998-04-16regendrochner
1998-04-16add 2 ATM chips, correct entry for Toshiba MIPS bridgedrochner
1998-04-16Split out from if_le_isa.c - this card is quite different.drochner
1998-04-16Make the ISA LANCE drivers work without BROKEN_INDIRECT_CONFIG.drochner
1998-04-16Don't use KS_GROUP_xxx values which have set something in the lowerdrochner
1998-04-16count allocated screens correctlydrochner
1998-04-16Use a stream method for AHC_OUTSL when possible.leo
1998-04-16Do endian swaps where appropriate. This is currently dependent on 'BYTE_ORDER'leo
1998-04-16Backout endian changes here (per discussion with Justin) and move them toleo
1998-04-15some attributes are now globaldrochner
1998-04-15add MI ISA VGA and the speaker driverdrochner
1998-04-15MI driver for the ISA speaker, and the IBM BASIC playstring interpreterdrochner
1998-04-15add mi PCI VGA and TGAdrochner
1998-04-15The "mi" TGA driver. It's still not of much use on anything but alphadrochner
1998-04-15a tab crept inmjacob
1998-04-15Don't reference functions defined in isadma.c if we don't have to,thorpej
1998-04-15Fixup RCS IDs.thorpej
1998-04-15Remove the `delay port' stuff since nothing uses it anymore (can't reliablythorpej
1998-04-14Add pci_conf_print(), a function to dump the PCI configuration space, usefulthorpej
1998-04-14Add UDF and 66MHz capable bit definitions for the PCI status register.thorpej
1998-04-13Remove the stuff that was apparently not intended for commit in thethorpej
1998-04-13Add another device, YMH0021. From nathanw@MIT.EDU, PR #5289.augustss
1998-04-13t_wopen fixes.ragge
1998-04-10trim ID of ST19171FC so that SUN drives are caughtmjacob
1998-04-10Add support for the VIA Technologies VT86C926, from Kazuki Sakamoto,thorpej
1998-04-09Forgot to initialize sc->ioctl. From Matthias Drochner.hannken
1998-04-09Split wscons/wskbd.c's softc into a static and a nonstatic part.hannken
1998-04-07Change last arg of `vct_mmap_cookie' from `int *' to `bus_space_handle_t *'.pk
1998-04-07Add hooks to make exclusive hardware locking possible. This is necessaryleo
1998-04-07Avoid namespace pollution.drochner
1998-04-07We can't trust the "delay port" anymore - it doesn't work as expected ondrochner
1998-04-07Fix calculation of console minor device number.drochner
1998-04-07Put some diagnostic output inside "#ifdef DIAGNOSTIC".drochner
1998-04-07Clean up diagnostic printouts.drochner
1998-04-07Fix typo.hannken
1998-04-07Oops. Forgot RCS ident and copyright.hannken
1998-04-07Initial import of MI keyboard translation for dev/wscons.hannken
1998-04-07Fix problem with promicuously received packets. (ie. give them to bpfmatt
1998-04-03The fe driver is spilt into ate, fmv and mbe, and this file is no longerenami
1998-04-03Delete entry for fe*.enami
1998-04-02Make sure to unload and recycle the DMA map for a bad received packet.mycroft
1998-03-31Don't establish the interrupt handler just to read the MAC address.thorpej
1998-03-30Replace direct `sparc_bus_map()' calls with bus space map method.pk
1998-03-30Didn't compile: add variable `bit' removed by mycroft.hannken
1998-03-30Eliminate cs_heldchar. It is not necessary in my version of the driver.mycroft
1998-03-29Use a 4-bit table to speed up the CRC even further, without increasing themycroft
1998-03-29Oops; make the table const.mycroft