summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some 64-bit uncleanliness.peter2001-10-061-7/+20
* Fix some style bugs before fixing some real bugs.peter2001-10-061-7/+17
* Fix a stack trashing bug when int != sizeof(pointer)peter2001-10-062-2/+6
* Re-route interrupts on ia64 so that we can get the I/O SAPIC interruptdfr2001-10-051-1/+12
* Regen.imp2001-10-051-2/+38
* MFNetBSD:imp2001-10-051-1/+23
* Update usage of AcpiEnableEvent to reflect a new argument.msmith2001-10-044-15/+16
* Update the promise raid structure with some of the info I've gatheredsos2001-10-042-19/+24
* Add busspace hacks for ia64.dfr2001-10-041-0/+6
* Use return_PTR, not return_VALUE when returning pointers.dfr2001-10-041-2/+2
* Check the compatible ID as well as the hardware ID in acpi_MatchHid.dfr2001-10-041-0/+5
* Doh! committed from the wrong tree, this is the right "stuff"...sos2001-10-033-3/+3
* Proberly support the Promise TX2/4.sos2001-10-033-8/+51
* cosmetics in the bootverbose probe-sos2001-10-031-2/+4
* Hopefully fix the identify failed on ATAPI slaves on some notebooks.sos2001-10-031-2/+7
* Add PnP ID 'IBM3781' for TP240 mouse.takawata2001-10-031-0/+1
* Note the 'common knowledge' assumption that each NIC's softc startsmjacob2001-10-011-0/+9
* Change the way DAO/TAO mode is init'ed.sos2001-10-011-20/+21
* Begin to implement target mode that for Fibre Channel has a privatemjacob2001-10-012-29/+68
* Implement a call to get the actual link data rate (if 23XX) so we canmjacob2001-10-013-40/+70
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-293-0/+38
* When calling isp_reset, set the request/response in/out pointers all atmjacob2001-09-291-9/+13
* Do not call mii_polltick() immediately after mii_tick().jlemon2001-09-294-21/+14
* Do not call mii_pollstat() from within device tick routines; the statusjlemon2001-09-293-17/+11
* Cleanup pass for mii drivers.jlemon2001-09-2923-543/+233
* Change the order that we print the media options during device probe tojlemon2001-09-291-30/+24
* Add field for last active status, as well as function prototypes.jlemon2001-09-291-0/+3
* Add new device method miibus_linkchg, along with a service routine.jlemon2001-09-293-0/+102
* Add another pnpid for the AWE64greid2001-09-291-0/+1
* release isa dma channels on unload.cg2001-09-291-3/+7
* allow the hardware buffer size to be controlled with hintscg2001-09-295-96/+123
OpenPOWER on IntegriCloud