aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* o Make pccard work at all by including card.hWarner Losh1999-12-101-12/+18
* kill debug printf that says detachWarner Losh1999-12-101-2/+0
* Fix pccard ed driver, I think.Warner Losh1999-12-103-3/+5
* Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andKazutaka YOKOTA1999-12-104-13/+100
* Add "panic key" function to syscons. When this key is defined in aKazutaka YOKOTA1999-12-101-0/+10
* Make the origins clear.Seigo Tanimura1999-12-104-0/+15
* Merge _isa and _isasubr since only one function remained in _isasubrWarner Losh1999-12-094-263/+158
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theKenneth D. Merry1999-12-082-2/+1
* Backout changes made in 1.102 following feedback from NTSC usersRoger Hardiman1999-12-081-11/+17
* Change the devstat priorities to the std values now in devicestats.hSøren Schmidt1999-12-084-4/+4
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-1/+0
* Revamp the devstat priority system. All disks now have the same priority.Kenneth D. Merry1999-12-084-7/+8
* Fix invocation of bus_teardown_intr(). The last arg is supposed to beBill Paul1999-12-081-1/+1
* o Implement IRQ activation. We do this in bus_{setup,teardown}_intr,Warner Losh1999-12-085-195/+75
* Commit the kernel part of our DVD support. Nothing much to say really,Søren Schmidt1999-12-074-5/+285
* Try a little harder at the VIA DMA support.Søren Schmidt1999-12-073-32/+61
* Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL()Bill Paul1999-12-071-2/+2
* Fix bug where tuner i2c address was not set for IMS Turbo cardsRoger Hardiman1999-12-071-2/+9
* Fix support for disk with > 64K cyls.Søren Schmidt1999-12-072-9/+8
* Fix the ioctl CONS_FINDMODE and its underlying subroutineKazutaka YOKOTA1999-12-072-13/+4
* Tonight's cleanups.Warner Losh1999-12-079-231/+176
* Reckognize the 'Avance Asound 100'Bill Fumerola1999-12-073-0/+12
* Add vendor NetChip with its device NET1080 (host-to-host adapter)Nick Hibma1999-12-072-7/+23
* Simplify my license.Justin T. Gibbs1999-12-061-39/+52
* Update for pnp adjustments regarding NPNP.Peter Wemm1999-12-0615-112/+6
* Simplify my copyright license terms.Justin T. Gibbs1999-12-0615-80/+114
* Fix a pair of silly warnings that I introduced (that would have beenPeter Wemm1999-12-061-7/+7
* Add defines for additional EEPROM locations and register definitions.Matthew N. Dodd1999-12-061-2/+28
* Whitespace cleanups.Matthew N. Dodd1999-12-061-4/+4
* Add a delay (per the databook) to the get_eeprom_data() loop soMatthew N. Dodd1999-12-061-9/+12
* Standardize device descriptions so that there is parity between PnPMatthew N. Dodd1999-12-061-10/+10
* Correctly implement the non-PnP enumeration of ISA board.Matthew N. Dodd1999-12-061-14/+36
* Add a truely evil workaround (hack!) for some unfortunate BIOSPeter Wemm1999-12-061-6/+23
* Use bus_get_resource() instead of bus_get_resource_start() as the latterPeter Wemm1999-12-061-17/+24
* Make this compile again after the device_add_child change.Warner Losh1999-12-061-1/+1
* Fix mouse cursor logic which I broke in 1.1 ;-<Kazutaka YOKOTA1999-12-061-26/+30
* conditionalise some warning messagesCameron Grant1999-12-051-11/+12
* Modify the Adaptec "starfire" driver to reset the PHY on the MII busBill Paul1999-12-052-11/+47
* newbusify and port the joy driver to the Alpha. It now attaches to thePeter Wemm1999-12-051-132/+124
* fix dma underrun issuesCameron Grant1999-12-056-90/+155
* Raise the pci compat driver match priority a bit so that it's notPeter Wemm1999-12-051-1/+1
* Fix cursor position calculation.Kazutaka YOKOTA1999-12-051-1/+2
* Disconnect and tagged queueing now really work. Also fix a bug that'sLuoqi Chen1999-12-043-101/+115
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-046-103/+4875
* Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards.Seigo Tanimura1999-12-041-0/+1
* Call ISA_PNP_PROBE() to probe PnP cards, rather than matchSeigo Tanimura1999-12-041-118/+58
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-0324-39/+68
* roll platform minorMatt Jacob1999-12-031-1/+1
* clean up sprintf and have buffer that won't overflowMatt Jacob1999-12-031-34/+66
* turn some messages into CFGPRINT messagesMatt Jacob1999-12-031-5/+5