aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Catch up to the new swi API.John Baldwin2001-02-091-7/+6
* - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.John Baldwin2001-02-092-330/+166
* - Catch up to the new swi API changes:John Baldwin2001-02-091-12/+12
* Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'.Joerg Wunsch2001-02-091-1/+1
* Change and clean the mutex lock interface.Bosko Milekic2001-02-0921-151/+151
* Add includes of sys/malloc.h so this actually compiles.John Baldwin2001-02-092-1/+2
* Whoops... forgotten a few pieces in previous patch:Luigi Rizzo2001-02-081-5/+9
* Make sure that we do not accept packets shorter than a full ethernetLuigi Rizzo2001-02-081-1/+3
* Fix memory leaks with dev_get_children().Warner Losh2001-02-081-0/+6
* Fix a memory leak.Søren Schmidt2001-02-081-5/+4
* Fix memoryleaks with device_get_children().Jeroen Ruigrok van der Werven2001-02-082-0/+3
* Fix memory leaks with dev_get_children().Warner Losh2001-02-081-0/+3
* Fix typos: initalise -> initialise.Jeroen Ruigrok van der Werven2001-02-081-5/+5
* - Check if the ccb_infos in the softc is NULL before trying to free it inJohn Baldwin2001-02-082-2/+11
* Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors inSemen Ustimenko2001-02-071-1/+0
* back out rev 1.49, looks like i committed it from the wrong tree.Cameron Grant2001-02-071-421/+800
* Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 familySemen Ustimenko2001-02-073-43/+216
* Add QS6612, AC101 and LXT970 personal drivers and register definitions.Semen Ustimenko2001-02-077-6/+1367
* Use correct index when counting short errors.Poul-Henning Kamp2001-02-071-1/+1
* conditionalize "hwptr went backwards" messagesCameron Grant2001-02-071-798/+422
* Introduce busspace instead of the good old in/out instructions.Søren Schmidt2001-02-069-253/+312
* Regen.Nick Hibma2001-02-062-2/+17
* Add a comment about the fact that adding an ID doesn't actually do anything.Nick Hibma2001-02-061-0/+15
* Damn! that was the wrong patch! get it right this time....Søren Schmidt2001-02-061-1/+1
* Fix the clone functionality in atapi-cd, it didn't work forSøren Schmidt2001-02-063-6/+17
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-062-2/+2
* Fix typo: depricated -> deprecated.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-0622-46/+32
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-064-4/+4
* Regen.Nick Hibma2001-02-052-5/+67
* Add some ids from NetBSD.Nick Hibma2001-02-051-2/+16
* Regen.Nick Hibma2001-02-052-2/+41
* * Correct a broken entryNick Hibma2001-02-051-1/+2
* add driver for CS4281 sound chipsCameron Grant2001-02-042-0/+1163
* add driver for CMedia CMI8338/CMI8738 sound chipsCameron Grant2001-02-042-0/+1090
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedWarner Losh2001-02-042-30/+0
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-0413-42/+21
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-0417-60/+60
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-0313-34/+17
* quieten the esscontrol deviceCameron Grant2001-02-021-1/+6
* Allocate lock table and mutex not only for parity plexes, but also forGreg Lehey2001-02-021-3/+3
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to theScott Long2001-02-012-0/+1504
* Converted to new-bus.Bruce Evans2001-02-011-57/+85
* Remove count for NSIO. The only places it was used it were incorrect.Peter Wemm2001-01-311-1/+0
* Add some debugging.Mike Smith2001-01-311-8/+72
* Add some debugging statements.Mike Smith2001-01-313-26/+67
* Tidy up.Mike Smith2001-01-311-48/+47
* Add some debugging.Mike Smith2001-01-311-35/+17
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesMike Smith2001-01-318-46/+24