summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sort includes.jhb2001-05-211-1/+1
* Add description for 82801BA controller.kuriyama2001-05-211-0/+16
* Add SmartLink 5634PCV SurfRidersanpei2001-05-201-0/+1
* #include <digi/*.h> -> #include <dev/digi/*.h>brian2001-05-193-9/+9
* Fairwell digiio.h (moved to src/sys/sys)brian2001-05-191-61/+0
* digiio.h has moved to /usr/include/sysbrian2001-05-193-7/+7
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-198-0/+8
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itnik2001-05-181-0/+18
* Add workaround for embedded NICs, in particular, the 815E boards.jlemon2001-05-172-17/+44
* Primary purpose of this commit is to enable support for the Aviatordmlb2001-05-174-300/+715
* Disable the wi driver locking for now. The driver tries to tsleep with thejhb2001-05-171-2/+2
* 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
OpenPOWER on IntegriCloud