summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Update to use the changed ioctl interface.sos2001-05-171-45/+42
* digiModel_t -> enum digi_modelbrian2001-05-173-10/+5
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-154-5/+0
* Fix instance of (struct ti_softc *) that should have beenwpaul2001-05-151-1/+1
* Adjust the descriptor structures a little by making the software partswpaul2001-05-151-4/+12
* Remove a bogus comment which I forgot to get rid of after testinggreid2001-05-151-1/+1
* ahc_eisa.c:gibbs2001-05-1514-323/+506
* Use " |= " to enable special media handling for fxp with no MII, insteadjlemon2001-05-152-2/+2
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-23/+40
* Close PR 22208: bring chip out of suspend mode, because Windows mightwpaul2001-05-142-0/+15
* Add support for the AMD 766 southbridge incl ATA100 supportsos2001-05-142-3/+24
* Remove safety belt that checks for miibus in the config file. Thisjlemon2001-05-131-11/+0
* Add few cosmetic style fixes, and some debug information for SCB timeouts.jlemon2001-05-131-4/+62
* Add a few more register definitions.jlemon2001-05-121-0/+12
* Unbreak release. *sigh*wpaul2001-05-121-1/+1
* It's vlan.h, not opt_vlan.h.wpaul2001-05-111-1/+1
* Regenerate.jlemon2001-05-111-3/+7
* Correctly recognize the i82562{EM} PHYs.jlemon2001-05-112-15/+20
* Regeneratewpaul2001-05-111-1/+5
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-115-0/+3357
* Fix world-breaking typo in previous commit.grog2001-05-111-1/+1
* Try to read the station address twice during the probe. I've seenwpaul2001-05-101-1/+7
* Fix the panics for real this time. When something can't be allocated,imp2001-05-101-24/+27
* The sk driver developed a bug when the multicast code was changed towpaul2001-05-091-6/+7
* Remove the error var, it hides the real one.sos2001-05-091-1/+1
* Eliminate some panics for errors we can recover from.dmlb2001-05-092-164/+121
* Use enumeration types for CARD_SET_RES_FLAGS.dmlb2001-05-081-1/+2
* Add additional enumeration types for CARD_SET_RES_FLAGS.dmlb2001-05-081-1/+5
* - Eliminate locks in functions called only during probe and attach.tanimura2001-05-081-10/+15
* Polish error handling with biofinish().phk2001-05-081-14/+15
* Polish error handling code using biofinish()phk2001-05-081-6/+1
* Remove all the mutex stuff - suggested by jhbbrian2001-05-084-49/+12
* 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
OpenPOWER on IntegriCloud