aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* more dma underrun fixes, using a per-channel 2nd bufferCameron Grant1999-12-134-87/+257
* time_t is an int on the Alpha, not long.Peter Wemm1999-12-121-1/+1
* Fix a printf format problem on the Alpha, where size_t == unsigned long,Peter Wemm1999-12-121-1/+1
* Make this kld'able (#include "joy.h" no longer required as there are noPeter Wemm1999-12-121-3/+0
* Look for disk devices rather than bdevs.Poul-Henning Kamp1999-12-121-2/+2
* When booting verbose, indicate if we are using manual terminationJustin T. Gibbs1999-12-121-2/+8
* make sb dependant on sbcCameron Grant1999-12-125-1209/+629
* move channel-swapping support to the hardware driver since it knows the cardCameron Grant1999-12-124-12/+11
* increase buffer size, reduce number of channels allocated since we only useCameron Grant1999-12-122-8/+8
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-1/+1
* bktr driver 2.06 changelogRoger Hardiman1999-12-111-1/+7
* Major update to the Mylex DAC960 driver adding new hardware supportMike Smith1999-12-115-173/+304
* Make the usb and ide/ata device identification a little saner. Rather thanPeter Wemm1999-12-102-15/+9
* Fix memory leak.Kazutaka YOKOTA1999-12-101-0/+1
* 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