| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugs/Enhancements: | ahasty | 1998-02-02 | 2 | -149/+285 |
* | Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> is | bde | 1998-02-01 | 1 | -20/+5 |
* | Attempt at making this use DEVFS properly. (Now it should at least work.) | eivind | 1998-01-31 | 2 | -3/+6 |
* | Update to version stable-165 | jkh | 1998-01-29 | 2 | -222/+299 |
* | Add Simon Shapiro's DPT driver | julian | 1998-01-26 | 2 | -0/+738 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 3 | -1/+5 |
* | Driver for the new SMC 9432TX cards. | jkh | 1998-01-21 | 2 | -0/+1323 |
* | - Support for multiple PD6832 controllers. Each found 6832 is assigned | nate | 1998-01-20 | 2 | -4/+22 |
* | Include pc98.h instead of isa.h when PC98 is defined. | kato | 1998-01-14 | 1 | -1/+5 |
* | Make INET a proper option. | eivind | 1998-01-08 | 4 | -5/+18 |
* | Reviewed by: Amancio Hasty | ahasty | 1997-12-31 | 1 | -4/+20 |
* | Correct the check for multiword dma. It was incorrectly checking | dyson | 1997-12-19 | 1 | -2/+2 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | eivind | 1997-12-15 | 1 | -1/+3 |
* | Fix size of start queue to 32 entries, independent of the default | se | 1997-12-02 | 1 | -3/+3 |
* | - Add necessary include files and fix bugs in last. | nate | 1997-12-02 | 1 | -3/+6 |
* | - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, and | nate | 1997-12-02 | 2 | -95/+107 |
* | - Framework for PCI/CardBus controllers running in PCMCIA emulation | nate | 1997-12-02 | 2 | -0/+216 |
* | Shuffle things a bit for better cacheline behavior. | dg | 1997-11-29 | 1 | -6/+6 |
* | Ifdefed a conditionally used #include. | bde | 1997-11-22 | 1 | -2/+4 |
* | Add Winbond W89C940 ID to the list. | msmith | 1997-11-22 | 1 | -1/+2 |
* | Removed unused #includes. | bde | 1997-11-18 | 1 | -5/+3 |
* | Reviewed by: Amancio Hasty | ahasty | 1997-11-16 | 1 | -8/+182 |
* | Attempt to tell the user precisely what sort of VGA-like PCI device is | wollman | 1997-11-11 | 1 | -12/+255 |
* | Merge 971020 stuff.. Check 21142? SROM CRC. | peter | 1997-11-08 | 2 | -7/+13 |
* | Rename some local variables to avoid shadowing other local variables. | phk | 1997-11-07 | 1 | -5/+5 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 3 | -23/+7 |
* | Rats. Committed the wrong version. | markm | 1997-11-06 | 1 | -5/+11 |
* | 1) Add the IOCTL for Luigi's BT848 -> I2C bus driver. | markm | 1997-11-06 | 1 | -14/+113 |
* | Improve PAL support and fix mux selector values. | eivind | 1997-10-30 | 2 | -32/+104 |
* | Removed unused #includes. | bde | 1997-10-28 | 2 | -6/+1 |
* | Recognize even more of the Znyx 314 cards. | phk | 1997-10-25 | 1 | -2/+2 |
* | Rewrote fxp_start() for better clarity and efficiency. | dg | 1997-10-23 | 1 | -101/+101 |
* | Add an $Id$ | peter | 1997-10-18 | 1 | -0/+1 |
* | Merge in changes from Matt. Accton EN12xx support, bugfixes. There is | peter | 1997-10-18 | 2 | -44/+193 |
* | This commit was generated by cvs2svn to compensate for changes in r30549, | peter | 1997-10-18 | 1 | -7/+27 |
|\ |
|
| * | Import Matt's current de driver... He appears to be maintaining it in | peter | 1997-10-18 | 3 | -52/+219 |
* | | Oops... back out the change to recognize the TI 1131; there's a better place. | wollman | 1997-10-17 | 1 | -4/+1 |
* | | Teach the PCI code about the TI 1131 and NeoMagic NM2160 in my laptop. | wollman | 1997-10-17 | 1 | -1/+11 |
* | | Fixed a bug where input packets were counted twice - messing up the | dg | 1997-10-17 | 1 | -2/+1 |
* | | Attempt to support IPX. | peter | 1997-10-12 | 1 | -1/+22 |
* | | Add IDs for Intel 82371MX/82437MX (mobile PCI chipset). | asami | 1997-10-10 | 1 | -1/+5 |
* | | Despam 1.11, 1.12 and 1.13 caused by no sync between author/committer/CURRENT | markm | 1997-10-08 | 1 | -14/+36 |
* | | Latest round of patches from the author. | markm | 1997-10-07 | 2 | -15/+80 |
* | | Nuke these two out of date readme files. This stuff should be in de(4) | peter | 1997-10-03 | 2 | -84/+0 |
* | | Killed a gratuitous assignment in a NetBSD case. | dg | 1997-09-30 | 1 | -5/+1 |
* | | Two changes which should make the system less suseptible to receiver | dg | 1997-09-30 | 1 | -29/+29 |
* | | Work around a bug in the 82557 NIC where the receiver will lock up | dg | 1997-09-29 | 3 | -57/+198 |
* | | Remove the 82371 IDE devices. | phk | 1997-09-24 | 1 | -17/+4 |
* | | Update for new callout interface. | gibbs | 1997-09-21 | 5 | -11/+15 |
* | | Addition of support of the slightly rogue Promise IDE interface(Dyson), support | dyson | 1997-09-20 | 2 | -611/+1090 |