aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for gigabit ethernet cards based on the NatSemi DP83820Bill Paul2001-05-115-0/+3357
* Fix world-breaking typo in previous commit.Greg Lehey2001-05-111-1/+1
* Try to read the station address twice during the probe. I've seenBill Paul2001-05-101-1/+7
* Fix the panics for real this time. When something can't be allocated,Warner Losh2001-05-101-24/+27
* The sk driver developed a bug when the multicast code was changed toBill Paul2001-05-091-6/+7
* Remove the error var, it hides the real one.Søren Schmidt2001-05-091-1/+1
* Eliminate some panics for errors we can recover from.Duncan Barclay2001-05-092-164/+121
* Use enumeration types for CARD_SET_RES_FLAGS.Duncan Barclay2001-05-081-1/+2
* Add additional enumeration types for CARD_SET_RES_FLAGS.Duncan Barclay2001-05-081-1/+5
* - Eliminate locks in functions called only during probe and attach.Seigo Tanimura2001-05-081-10/+15
* Polish error handling with biofinish().Poul-Henning Kamp2001-05-081-14/+15
* Polish error handling code using biofinish()Poul-Henning Kamp2001-05-081-6/+1
* Remove all the mutex stuff - suggested by jhbBrian Somers2001-05-084-49/+12
* sys/mutex.h requires sys/lock.h for LINTBrian Somers2001-05-071-0/+1
* Minor updates:Mike Smith2001-05-075-30/+47
* Remove if_ray_oldcard.h because pccard support multiple windows now.Duncan Barclay2001-05-073-140/+11
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onBrian Somers2001-05-074-25/+25
* Make the disk mini-layer check for and handle zero-length transfersPoul-Henning Kamp2001-05-068-50/+0
* Make LINT compile again.Brian Somers2001-05-061-0/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-0611-75/+30
* Fix a panic if MD devices were left half-created.Poul-Henning Kamp2001-05-061-14/+12
* Restore I/O port resources to the condition before adv_isa_probe() isYoshihiro Takahashi2001-05-061-10/+17
* Use correct resource id for bus_release_resource().Yoshihiro Takahashi2001-05-061-10/+10
* Move unused functions into #if 0 ... #endif.Yoshihiro Takahashi2001-05-061-0/+4
* this file has been unused for some time nowCameron Grant2001-05-051-167/+0
* Only define DEBUG if it's undefined. This should eventually go, butBrian Somers2001-05-021-0/+2
* Add a ``digi'' driver.Brian Somers2001-05-0233-0/+44161
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-0114-39/+66
* Regen.Nick Hibma2001-04-302-7/+14
* Add 4300C IdNick Hibma2001-04-301-1/+2
* don't unlock the channel in chn_read, msleep will do it for us.Cameron Grant2001-04-291-2/+0
* be more specific in identifying the chip typeCameron Grant2001-04-271-14/+73
* Move the disklabel construction to the attach function instead ofSøren Schmidt2001-04-271-9/+9
* Fix the definitions for memory bank sizes, which I somehow got wrong.Bill Paul2001-04-262-2/+7
* More new Dell PCI IDs.Mike Smith2001-04-261-1/+4
* The PERC 3/Di in the Dell PowerEdge 2250 has a new subdevice ID.Mike Smith2001-04-261-0/+1
* get the parameters to pci_write_config the right way round. this may fixCameron Grant2001-04-241-2/+2
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-242-11/+28
* Initial version of Avance Logic ALS4000 pcm driver.Orion Hodson2001-04-233-0/+995
* Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4Andrey A. Chernov2001-04-211-2/+4
* Add accessor/ivar for the "function". This is so we can genericallyWarner Losh2001-04-212-1/+6
* Avoid divide-by-zero for devices that the adapter has not negotiated aMike Smith2001-04-211-1/+5
* Only try to delete the resource if we actually got it.Warner Losh2001-04-211-2/+3
* Add power on to start sequence for 4.x kernels.Orion Hodson2001-04-192-2/+12
* Add some more O2Micro devices I gleened from the web site/linux pcmcia cs.Warner Losh2001-04-182-4/+13
* Add support for the OZ6832.Warner Losh2001-04-182-0/+3
* Make this driver play ball with devfs(5).Dima Dorfman2001-04-171-3/+19
* Regen.Nick Hibma2001-04-172-2/+9
* Add the HP scanner 3400CNick Hibma2001-04-171-0/+1
* Regen.Nick Hibma2001-04-172-2/+18