aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Update to latest 12160 f/w.Matt Jacob2001-10-201-1599/+1632
* - Make the sio_inited handling more properly MP safe.John Baldwin2001-10-201-2/+6
* Make an ATAPI CD device appear as /dev/acdN and the individualSøren Schmidt2001-10-192-14/+8
* Add a driver for the Intel PRO/1000 Gigabit Ethernet boards.Jonathan Lemon2001-10-193-0/+2317
* Protect against deranged fabric nameservers that spit out 10000 identicalMatt Jacob2001-10-181-3/+16
* Fix bug introduced by the last commit, the caused some ATAPISøren Schmidt2001-10-161-1/+1
* Fix it so that it doesn't complain for compiles on alpha- that is, matchMatt Jacob2001-10-141-4/+10
* Turn on the hardware volume buttons that are present on most laptops withScott Long2001-10-141-4/+19
* Hack for the "out-of-sync" error.Kazutaka YOKOTA2001-10-131-109/+152
* attachobject: Return correct status after successfully attaching aGreg Lehey2001-10-131-0/+1
* Set ulptusein = 0 so that the machine doesn't hang solid after aPoul-Henning Kamp2001-10-121-1/+1
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-2/+1
* Fix declaration disagreement.Matt Jacob2001-10-111-2/+2
* Add missing includes of sys/lock.h.John Baldwin2001-10-114-0/+4
* use pcm_getbuffersize()Orion Hodson2001-10-105-20/+39
* Update to using the pcm_getbuffersize() method.Scott Long2001-10-091-9/+12
* Use crhold() instead of crdup(). The md(4) driver doesn't modify the ucredJohn Baldwin2001-10-091-1/+2
* Added Logitec LHA-301 pnp id.Yoshihiro Takahashi2001-10-091-0/+1
* The kernel doesn't have <stdio.h> or <string.h>. Remove these.Jonathan Lemon2001-10-091-2/+0
* use pcm_getbuffersize()Cameron Grant2001-10-081-82/+110
* use pcm_getbuffersize()Cameron Grant2001-10-081-14/+22
* use pcm_getbuffersize()Cameron Grant2001-10-086-26/+48
* * register the correct number of channelsCameron Grant2001-10-071-3/+3
* use mixer channel numbers, not channel masks- this should fix sb/sbpro mixerCameron Grant2001-10-071-10/+10
* Add some somewhat vague documentation for this driver and a listMatt Jacob2001-10-072-0/+938
* Make the interrupt routing a bit less chatty unless bootverbose is set.Doug Rabson2001-10-072-6/+10
* Some patches from Doug for ia64 support- the principle one being theMatt Jacob2001-10-072-2/+6
* Make this compile again after the changes to make bridge kld'ableLuigi Rizzo2001-10-071-3/+3
* Misunderstanding documentation caused me to try and set 1Gbps/2Gps/AutoMatt Jacob2001-10-062-14/+21
* Whups- remember to zero the isr pointer arg.Matt Jacob2001-10-061-1/+3
* Respect QLogic's errata- read BIU_ISR even on the 2300Matt Jacob2001-10-061-0/+2
* Enable console. There are far too many 'ifdef __i386__' in this file.Doug Rabson2001-10-061-7/+7
* Update with latest ATA/ATAPI ver 6 rev 2 items.Søren Schmidt2001-10-067-253/+250
* Make this compile on ia64.Marcel Moolenaar2001-10-061-1/+4
* Fix some 64-bit uncleanliness.Peter Wemm2001-10-061-7/+20
* Fix some style bugs before fixing some real bugs.Peter Wemm2001-10-061-7/+17
* Fix a stack trashing bug when int != sizeof(pointer)Peter Wemm2001-10-062-2/+6
* Re-route interrupts on ia64 so that we can get the I/O SAPIC interruptDoug Rabson2001-10-051-1/+12
* Regen.Warner Losh2001-10-051-2/+38
* MFNetBSD:Warner Losh2001-10-051-1/+23
* Update usage of AcpiEnableEvent to reflect a new argument.Mike Smith2001-10-044-15/+16
* Update the promise raid structure with some of the info I've gatheredSøren Schmidt2001-10-042-19/+24
* Add busspace hacks for ia64.Doug Rabson2001-10-041-0/+6
* Use return_PTR, not return_VALUE when returning pointers.Doug Rabson2001-10-041-2/+2
* Check the compatible ID as well as the hardware ID in acpi_MatchHid.Doug Rabson2001-10-041-0/+5
* Doh! committed from the wrong tree, this is the right "stuff"...Søren Schmidt2001-10-033-3/+3
* Proberly support the Promise TX2/4.Søren Schmidt2001-10-033-8/+51
* cosmetics in the bootverbose probe-Søren Schmidt2001-10-031-2/+4
* Hopefully fix the identify failed on ATAPI slaves on some notebooks.Søren Schmidt2001-10-031-2/+7
* Add PnP ID 'IBM3781' for TP240 mouse.Takanori Watanabe2001-10-031-0/+1