| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some of the documentation at the top. | jkh | 1999-06-20 | 1 | -8/+12 |
* | Kill option FAILSAFE. | des | 1999-06-15 | 1 | -2/+1 |
* | This commit adds driver support for PCI fast ethernet cards based on the | wpaul | 1999-05-21 | 1 | -1/+2 |
* | usbdi.h: | n_hibma | 1999-05-20 | 1 | -9/+5 |
* | Add the `xe' Xircom PC Card driver. | obrien | 1999-05-14 | 1 | -1/+2 |
* | Major lobotomy of config(8). The | phk | 1999-05-09 | 1 | -3/+1 |
* | Disable the ppc chipset-specific probes by default. | msmith | 1999-05-04 | 1 | -2/+2 |
* | Add driver for the Iomega Zip 100 drive. | n_hibma | 1999-05-02 | 1 | -9/+10 |
* | De-quote where possible and minor tweaks. depends on a current config(8). | peter | 1999-04-24 | 1 | -24/+22 |
* | Drop the tty/net/bio/cam interrupt class labels, they are meaninless here | peter | 1999-04-24 | 1 | -30/+30 |
* | Drop the 'at nexus?' from the busses, it's not used. | peter | 1999-04-19 | 1 | -5/+5 |
* | Spelling police | brian | 1999-04-19 | 1 | -2/+2 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -12/+12 |
* | Add SYSVSEM so that newer versions of Xaccel don't require a kernel | jkh | 1999-04-16 | 1 | -1/+2 |
* | Remove the entries for umodem and ucom. These drivers only probe | n_hibma | 1999-04-16 | 1 | -3/+1 |
* | Add a commented-out example on using the makeoptions command to get a | peter | 1999-04-13 | 1 | -1/+3 |
* | Shoot the LKM support in the old wd/wdc/atapi driver set in the head and | peter | 1999-04-13 | 1 | -4/+1 |
* | Make debugging more selective. | n_hibma | 1999-04-11 | 1 | -5/+1 |
* | Delete all references to the "aic" driver. It isn't in the tree, and | ken | 1999-03-29 | 1 | -2/+1 |
* | Rewert the atapi CDROM driver's name to wcd. | sos | 1999-03-16 | 1 | -2/+2 |
* | Rename hid device to uhid (HID: Human Interface Device) | n_hibma | 1999-02-21 | 1 | -2/+2 |
* | Removed uhub from list. Mandatory with usb device and this was already | n_hibma | 1999-02-20 | 1 | -2/+1 |
* | Really make the "Rename nlpt to lpt." purported to have been made in | obrien | 1999-02-20 | 1 | -2/+2 |
* | Add a little bit more identifying information to the myriad PCI network | wollman | 1999-02-18 | 1 | -14/+17 |
* | MF3: add SYSVMSG | jkh | 1999-02-14 | 1 | -3/+5 |
* | Rename nlpt to lpt. | nsouch | 1999-02-14 | 1 | -2/+2 |
* | Fix typos | jkoshy | 1999-02-11 | 1 | -3/+3 |
* | Use ppbus instead of the lpt driver. Throw in a (commented-out) vpo entry | des | 1999-02-10 | 1 | -2/+8 |
* | replace previous stupid comment with one more appropriate | adam | 1999-02-04 | 1 | -2/+1 |
* | remind that apm is required in order for timekeeping to work | adam | 1999-02-04 | 1 | -1/+2 |
* | Add ISA PnP support, now that we have the space for it. | eivind | 1999-01-27 | 1 | -1/+2 |
* | The first stage of console driver reorganization: activate new | yokota | 1999-01-11 | 1 | -5/+13 |
* | Add driver support (and man page) for PCI fast ethernet cards based | wpaul | 1999-01-09 | 1 | -1/+2 |
* | Part 1 of pcvt/voxware revival. I hope I have not clobbered any other | peter | 1999-01-01 | 1 | -1/+8 |
* | Pre 3.0 branch cleanup sos#1: wcd | sos | 1998-12-27 | 1 | -2/+2 |
* | Pre 3.0 branch cleanup casualty #6: ft | phk | 1998-12-27 | 1 | -5/+1 |
* | Add commented out SMP stuff in GENERIC, remove stale configs. | phk | 1998-12-27 | 1 | -1/+10 |
* | Pre 3.0 branch cleanup casualty #5: nca, sea, wds, uha | phk | 1998-12-27 | 1 | -2/+1 |
* | Pre 3.0 branch cleanup casualty #4: pcvt | phk | 1998-12-27 | 1 | -8/+1 |
* | dded the stubs for umodem and ucom (communications class driver). They are no... | n_hibma | 1998-12-13 | 1 | -1/+4 |
* | Preliminary support for OHCI motherboards | n_hibma | 1998-12-09 | 1 | -1/+2 |
* | An early Christmas present: add driver support for a whole bunch of | wpaul | 1998-12-04 | 1 | -1/+5 |
* | Initial commit of ported NetBSD USB stack | n_hibma | 1998-11-26 | 1 | -1/+20 |
* | Remove `amd', `nca' SCSI devices to match Mike's LINT commit. | obrien | 1998-11-12 | 1 | -6/+2 |
* | Back out previous commit. The bpfilter -> bpf transition will have to be a | des | 1998-11-03 | 1 | -3/+3 |
* | Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal | des | 1998-11-03 | 1 | -3/+3 |
* | Quote port names that have a digit in them. IO_TIMER1 was lexed as | bde | 1998-10-22 | 1 | -5/+5 |
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 1 | -30/+30 |
* | Add driver support for PCI fast ethernet adapters based on the | wpaul | 1998-10-18 | 1 | -1/+2 |
* | Add commented out bpf entry. (DHCP is popular here, and this is required). | obrien | 1998-10-16 | 1 | -1/+7 |