aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sort includes.John Baldwin2001-05-211-1/+1
* Add description for 82801BA controller.Jun Kuriyama2001-05-211-0/+16
* Add SmartLink 5634PCV SurfRiderMIHIRA Sanpei Yoshiro2001-05-201-0/+1
* #include <digi/*.h> -> #include <dev/digi/*.h>Brian Somers2001-05-193-9/+9
* Fairwell digiio.h (moved to src/sys/sys)Brian Somers2001-05-191-61/+0
* digiio.h has moved to /usr/include/sysBrian Somers2001-05-193-7/+7
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-198-0/+8
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itNik Clayton2001-05-181-0/+18
* Add workaround for embedded NICs, in particular, the 815E boards.Jonathan Lemon2001-05-172-17/+44
* Primary purpose of this commit is to enable support for the AviatorDuncan Barclay2001-05-174-299/+714
* Disable the wi driver locking for now. The driver tries to tsleep with theJohn Baldwin2001-05-171-2/+2
* Update to use the changed ioctl interface.Søren Schmidt2001-05-171-45/+42
* digiModel_t -> enum digi_modelBrian Somers2001-05-173-10/+5
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-154-5/+0
* Fix instance of (struct ti_softc *) that should have beenBill Paul2001-05-151-1/+1
* Adjust the descriptor structures a little by making the software partsBill Paul2001-05-151-4/+12
* Remove a bogus comment which I forgot to get rid of after testingGeorge C A Reid2001-05-151-1/+1
* ahc_eisa.c:Justin T. Gibbs2001-05-1514-322/+505
* Use " |= " to enable special media handling for fxp with no MII, insteadJonathan Lemon2001-05-152-2/+2
* Implement a few more floppy ioctl commands and IO options, namely:Joerg Wunsch2001-05-141-23/+40
* Close PR 22208: bring chip out of suspend mode, because Windows mightBill Paul2001-05-142-0/+15
* Add support for the AMD 766 southbridge incl ATA100 supportSøren Schmidt2001-05-142-3/+24
* Remove safety belt that checks for miibus in the config file. ThisJonathan Lemon2001-05-131-11/+0
* Add few cosmetic style fixes, and some debug information for SCB timeouts.Jonathan Lemon2001-05-131-4/+62
* Add a few more register definitions.Jonathan Lemon2001-05-121-0/+12
* Unbreak release. *sigh*Bill Paul2001-05-121-1/+1
* It's vlan.h, not opt_vlan.h.Bill Paul2001-05-111-1/+1
* Regenerate.Jonathan Lemon2001-05-111-3/+7
* Correctly recognize the i82562{EM} PHYs.Jonathan Lemon2001-05-112-15/+20
* RegenerateBill Paul2001-05-111-1/+5
* 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