summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-0114-39/+66
* Regen.n_hibma2001-04-302-7/+14
* Add 4300C Idn_hibma2001-04-301-1/+2
* don't unlock the channel in chn_read, msleep will do it for us.cg2001-04-291-2/+0
* be more specific in identifying the chip typecg2001-04-271-14/+73
* Move the disklabel construction to the attach function instead ofsos2001-04-271-9/+9
* Fix the definitions for memory bank sizes, which I somehow got wrong.wpaul2001-04-262-2/+7
* More new Dell PCI IDs.msmith2001-04-261-1/+4
* The PERC 3/Di in the Dell PowerEdge 2250 has a new subdevice ID.msmith2001-04-261-0/+1
* get the parameters to pci_write_config the right way round. this may fixcg2001-04-241-2/+2
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-242-11/+28
* Initial version of Avance Logic ALS4000 pcm driver.orion2001-04-233-0/+995
* Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4ache2001-04-211-2/+4
* Add accessor/ivar for the "function". This is so we can genericallyimp2001-04-212-1/+6
* Avoid divide-by-zero for devices that the adapter has not negotiated amsmith2001-04-211-1/+5
* Only try to delete the resource if we actually got it.imp2001-04-211-2/+3
* Add power on to start sequence for 4.x kernels.orion2001-04-192-2/+12
* Add some more O2Micro devices I gleened from the web site/linux pcmcia cs.imp2001-04-182-4/+13
* Add support for the OZ6832.imp2001-04-182-0/+3
* Make this driver play ball with devfs(5).dd2001-04-171-3/+19
* Regen.n_hibma2001-04-172-2/+9
* Add the HP scanner 3400Cn_hibma2001-04-171-0/+1
* Regen.n_hibma2001-04-172-2/+18
* Lexar jumpSHOT Id.n_hibma2001-04-171-0/+4
* Add support the the Intel ICH2 mobilesos2001-04-162-20/+14
* Move the isa parts to a separate file.jhay2001-04-162-2443/+2
* The VIA 586 chip does UDMA from rev 0x3 onwards.sos2001-04-141-1/+1
* New-busify and ansify.brian2001-04-141-895/+1061
* Regen.n_hibma2001-04-122-17/+84
* TDK idsn_hibma2001-04-121-1/+8
* From NetBSDn_hibma2001-04-121-5/+11
* Add IBM3765 to newcard's pcic pnp device listimp2001-04-111-2/+3
* Add #define for IBM3765.imp2001-04-111-3/+3
* Add O2Micro's OZ6872 Cardbus bridge.imp2001-04-112-0/+5
* Add another card to the list of Neomagic 256AV's which don't have AC97greid2001-04-102-1/+48
* lock the mutex, not the softc pointer.cg2001-04-101-2/+2
* Add more diagnostic output for failure.alfred2001-04-101-13/+36
* comment out a boot-time debug messagecg2001-04-091-1/+1
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.mjacob2001-04-094-0/+768
* Rege.n_hibma2001-04-092-4/+4
* Again an ID that has been reused. Update description.n_hibma2001-04-091-1/+1
* Add the Abocom URE 450 ethernet adapter.n_hibma2001-04-091-0/+1
* Regen.n_hibma2001-04-092-4/+4
* Update the description for the EPSON PID 0x010a. It seems to be reused inn_hibma2001-04-091-1/+1
* Regen.n_hibma2001-04-092-2/+9
* Add the Omni 56K Plus modemn_hibma2001-04-091-0/+1
* Two minor fixes:imp2001-04-091-4/+5
* Correctly initialize free_ccbq so that if we fail to attach (as ismjacob2001-04-091-9/+8
* Reinitialise the DSP and mixer after a resume from suspendgreid2001-04-081-0/+21
* add a software sample rate conversion feeder. this uses linearcg2001-04-081-0/+175
OpenPOWER on IntegriCloud