| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sort includes. | John Baldwin | 2001-05-21 | 1 | -1/+1 |
| * | Add description for 82801BA controller. | Jun Kuriyama | 2001-05-21 | 1 | -0/+16 |
| * | Add SmartLink 5634PCV SurfRider | MIHIRA Sanpei Yoshiro | 2001-05-20 | 1 | -0/+1 |
| * | #include <digi/*.h> -> #include <dev/digi/*.h> | Brian Somers | 2001-05-19 | 3 | -9/+9 |
| * | Fairwell digiio.h (moved to src/sys/sys) | Brian Somers | 2001-05-19 | 1 | -61/+0 |
| * | digiio.h has moved to /usr/include/sys | Brian Somers | 2001-05-19 | 3 | -7/+7 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 8 | -0/+8 |
| * | Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, it | Nik Clayton | 2001-05-18 | 1 | -0/+18 |
| * | Add workaround for embedded NICs, in particular, the 815E boards. | Jonathan Lemon | 2001-05-17 | 2 | -17/+44 |
| * | Primary purpose of this commit is to enable support for the Aviator | Duncan Barclay | 2001-05-17 | 4 | -299/+714 |
| * | Disable the wi driver locking for now. The driver tries to tsleep with the | John Baldwin | 2001-05-17 | 1 | -2/+2 |
| * | Update to use the changed ioctl interface. | Søren Schmidt | 2001-05-17 | 1 | -45/+42 |
| * | digiModel_t -> enum digi_model | Brian Somers | 2001-05-17 | 3 | -10/+5 |
| * | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | John Baldwin | 2001-05-15 | 4 | -5/+0 |
| * | Fix instance of (struct ti_softc *) that should have been | Bill Paul | 2001-05-15 | 1 | -1/+1 |
| * | Adjust the descriptor structures a little by making the software parts | Bill Paul | 2001-05-15 | 1 | -4/+12 |
| * | Remove a bogus comment which I forgot to get rid of after testing | George C A Reid | 2001-05-15 | 1 | -1/+1 |
| * | ahc_eisa.c: | Justin T. Gibbs | 2001-05-15 | 14 | -322/+505 |
| * | Use " |= " to enable special media handling for fxp with no MII, instead | Jonathan Lemon | 2001-05-15 | 2 | -2/+2 |
| * | Implement a few more floppy ioctl commands and IO options, namely: | Joerg Wunsch | 2001-05-14 | 1 | -23/+40 |
| * | Close PR 22208: bring chip out of suspend mode, because Windows might | Bill Paul | 2001-05-14 | 2 | -0/+15 |
| * | Add support for the AMD 766 southbridge incl ATA100 support | Søren Schmidt | 2001-05-14 | 2 | -3/+24 |
| * | Remove safety belt that checks for miibus in the config file. This | Jonathan Lemon | 2001-05-13 | 1 | -11/+0 |
| * | Add few cosmetic style fixes, and some debug information for SCB timeouts. | Jonathan Lemon | 2001-05-13 | 1 | -4/+62 |
| * | Add a few more register definitions. | Jonathan Lemon | 2001-05-12 | 1 | -0/+12 |
| * | Unbreak release. *sigh* | Bill Paul | 2001-05-12 | 1 | -1/+1 |
| * | It's vlan.h, not opt_vlan.h. | Bill Paul | 2001-05-11 | 1 | -1/+1 |
| * | Regenerate. | Jonathan Lemon | 2001-05-11 | 1 | -3/+7 |
| * | Correctly recognize the i82562{EM} PHYs. | Jonathan Lemon | 2001-05-11 | 2 | -15/+20 |
| * | Regenerate | Bill Paul | 2001-05-11 | 1 | -1/+5 |
| * | Add support for gigabit ethernet cards based on the NatSemi DP83820 | Bill Paul | 2001-05-11 | 5 | -0/+3357 |
| * | Fix world-breaking typo in previous commit. | Greg Lehey | 2001-05-11 | 1 | -1/+1 |
| * | Try to read the station address twice during the probe. I've seen | Bill Paul | 2001-05-10 | 1 | -1/+7 |
| * | Fix the panics for real this time. When something can't be allocated, | Warner Losh | 2001-05-10 | 1 | -24/+27 |
| * | The sk driver developed a bug when the multicast code was changed to | Bill Paul | 2001-05-09 | 1 | -6/+7 |
| * | Remove the error var, it hides the real one. | Søren Schmidt | 2001-05-09 | 1 | -1/+1 |
| * | Eliminate some panics for errors we can recover from. | Duncan Barclay | 2001-05-09 | 2 | -164/+121 |
| * | Use enumeration types for CARD_SET_RES_FLAGS. | Duncan Barclay | 2001-05-08 | 1 | -1/+2 |
| * | Add additional enumeration types for CARD_SET_RES_FLAGS. | Duncan Barclay | 2001-05-08 | 1 | -1/+5 |
| * | - Eliminate locks in functions called only during probe and attach. | Seigo Tanimura | 2001-05-08 | 1 | -10/+15 |
| * | Polish error handling with biofinish(). | Poul-Henning Kamp | 2001-05-08 | 1 | -14/+15 |
| * | Polish error handling code using biofinish() | Poul-Henning Kamp | 2001-05-08 | 1 | -6/+1 |
| * | Remove all the mutex stuff - suggested by jhb | Brian Somers | 2001-05-08 | 4 | -49/+12 |
| * | sys/mutex.h requires sys/lock.h for LINT | Brian Somers | 2001-05-07 | 1 | -0/+1 |
| * | Minor updates: | Mike Smith | 2001-05-07 | 5 | -30/+47 |
| * | Remove if_ray_oldcard.h because pccard support multiple windows now. | Duncan Barclay | 2001-05-07 | 3 | -140/+11 |
| * | Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional on | Brian Somers | 2001-05-07 | 4 | -25/+25 |
| * | Make the disk mini-layer check for and handle zero-length transfers | Poul-Henning Kamp | 2001-05-06 | 8 | -50/+0 |
| * | Make LINT compile again. | Brian Somers | 2001-05-06 | 1 | -0/+1 |
| * | Actually biofinish(struct bio *, struct devstat *, int error) is more general | Poul-Henning Kamp | 2001-05-06 | 11 | -75/+30 |