summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* sys/mutex.h requires sys/lock.h for LINTbrian2001-05-071-0/+1
* Minor updates:msmith2001-05-075-30/+47
* Remove if_ray_oldcard.h because pccard support multiple windows now.dmlb2001-05-073-140/+11
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onbrian2001-05-074-25/+25
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-068-50/+0
* Make LINT compile again.brian2001-05-061-0/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-0611-75/+30
* Fix a panic if MD devices were left half-created.phk2001-05-061-14/+12
* Restore I/O port resources to the condition before adv_isa_probe() isnyan2001-05-061-10/+17
* Use correct resource id for bus_release_resource().nyan2001-05-061-10/+10
* Move unused functions into #if 0 ... #endif.nyan2001-05-061-0/+4
* this file has been unused for some time nowcg2001-05-051-167/+0
* Only define DEBUG if it's undefined. This should eventually go, butbrian2001-05-021-0/+2
* Add a ``digi'' driver.brian2001-05-0233-0/+44161
* 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
OpenPOWER on IntegriCloud