summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* fix SNDCTL_DSP_GETISPACE behaviourcg2001-10-241-3/+2
* improve recording behaviourcg2001-10-241-5/+10
* Tra-La, another QLogic f/w funny- this time with the 2300.mjacob2001-10-231-8/+25
* Regen.n_hibma2001-10-232-2/+18
* Add Olympus C-700n_hibma2001-10-231-0/+4
* Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loaderjhb2001-10-231-0/+9
* Add a siocnterm function for the CONS_DRIVER function vector.jlemon2001-10-231-1/+9
* Break out the bus front ends into their own files. Rewriteimp2001-10-236-418/+565
* Add a bunch of new PCI ID's for Intel ATA chips.sos2001-10-232-0/+10
* Add experimental support for the HighPoint HPT372 ATA133 controller.sos2001-10-232-7/+41
* Add experimental support for the Promise ATA133 controller.sos2001-10-232-4/+10
* Reduce frequency of Battery info (_BIF) acquisition. This helpsiwasaki2001-10-221-6/+38
* Fix reversed virtual/physical bus check, whoops!msmith2001-10-221-1/+1
* Remove unused headers that were breaking LINT.jlemon2001-10-221-6/+0
* These two used sioreg.h as well. This is mildly bogus, but it is harderimp2001-10-222-2/+2
* First commit after a repo copy of isa/sio* -> dev/sio:imp2001-10-221-1/+1
* Update to latest 12160 f/w.mjacob2001-10-201-1599/+1632
* - Make the sio_inited handling more properly MP safe.jhb2001-10-201-2/+6
* Make an ATAPI CD device appear as /dev/acdN and the individualsos2001-10-192-14/+8
* Add a driver for the Intel PRO/1000 Gigabit Ethernet boards.jlemon2001-10-193-0/+2317
* Protect against deranged fabric nameservers that spit out 10000 identicalmjacob2001-10-181-3/+16
* Fix bug introduced by the last commit, the caused some ATAPIsos2001-10-161-1/+1
* Fix it so that it doesn't complain for compiles on alpha- that is, matchmjacob2001-10-141-4/+10
* Turn on the hardware volume buttons that are present on most laptops withscottl2001-10-141-4/+19
* Hack for the "out-of-sync" error.yokota2001-10-131-109/+152
* attachobject: Return correct status after successfully attaching agrog2001-10-131-0/+1
* Set ulptusein = 0 so that the machine doesn't hang solid after aphk2001-10-121-1/+1
* Change the kernel's ucred API as follows:jhb2001-10-111-2/+1
* Fix declaration disagreement.mjacob2001-10-111-2/+2
* Add missing includes of sys/lock.h.jhb2001-10-114-0/+4
* use pcm_getbuffersize()orion2001-10-105-20/+39
* Update to using the pcm_getbuffersize() method.scottl2001-10-091-9/+12
* Use crhold() instead of crdup(). The md(4) driver doesn't modify the ucredjhb2001-10-091-1/+2
* Added Logitec LHA-301 pnp id.nyan2001-10-091-0/+1
* The kernel doesn't have <stdio.h> or <string.h>. Remove these.jlemon2001-10-091-2/+0
* use pcm_getbuffersize()cg2001-10-081-82/+110
* use pcm_getbuffersize()cg2001-10-081-14/+22
* use pcm_getbuffersize()cg2001-10-086-26/+48
* * register the correct number of channelscg2001-10-071-3/+3
* use mixer channel numbers, not channel masks- this should fix sb/sbpro mixercg2001-10-071-10/+10
* Add some somewhat vague documentation for this driver and a listmjacob2001-10-072-0/+938
* Make the interrupt routing a bit less chatty unless bootverbose is set.dfr2001-10-072-6/+10
* Some patches from Doug for ia64 support- the principle one being themjacob2001-10-072-2/+6
* Make this compile again after the changes to make bridge kld'ableluigi2001-10-071-3/+3
* Misunderstanding documentation caused me to try and set 1Gbps/2Gps/Automjacob2001-10-062-14/+21
* Whups- remember to zero the isr pointer arg.mjacob2001-10-061-1/+3
* Respect QLogic's errata- read BIU_ISR even on the 2300mjacob2001-10-061-0/+2
* Enable console. There are far too many 'ifdef __i386__' in this file.dfr2001-10-061-7/+7
* Update with latest ATA/ATAPI ver 6 rev 2 items.sos2001-10-067-253/+250
* Make this compile on ia64.marcel2001-10-061-1/+4
OpenPOWER on IntegriCloud