| Commit message (Expand) | Author | Age | Files | Lines |
* | Add driver support (and man page) for PCI fast ethernet cards based | wpaul | 1999-01-09 | 2 | -0/+2731 |
* | cleanup: remove part of the code for 2.1. | kjc | 1999-01-09 | 1 | -36/+128 |
* | Add some tweaks to mx_mii_readreg(), mx_phy_readreg(), mx_phy_writereg() | wpaul | 1999-01-06 | 1 | -4/+18 |
* | GRRRR! Apparently, the promiscuous mode chip bug which I thought was | wpaul | 1999-01-05 | 2 | -4/+5 |
* | Minor bug: in the case where allocating a fresh mbuf for the receive ring | wpaul | 1999-01-03 | 2 | -8/+6 |
* | This commit adds a software workaround for a hardware bug in certain PNIC | wpaul | 1998-12-31 | 2 | -13/+179 |
* | Add Joachim Kuebart's ES1370 driver. With my Shuttle HOT-255 card, | luigi | 1998-12-31 | 2 | -0/+1261 |
* | Silence -Wtrigraph. | hoek | 1998-12-30 | 2 | -5/+5 |
* | Fix the tl_start() routine; sometimes the tl_tx_tail pointer was not | wpaul | 1998-12-29 | 1 | -3/+3 |
* | clarify headers;ansify | mjacob | 1998-12-28 | 1 | -60/+22 |
* | Turn the VIA chipset ,<<IDE/USB>> controller probing off. | foxfair | 1998-12-27 | 1 | -6/+1 |
* | One more time: another case where we need to trim the CRC manually. | wpaul | 1998-12-24 | 1 | -2/+11 |
* | Grrrr... The RealTek 8139 is yet another chip that includes the ethernet | wpaul | 1998-12-24 | 1 | -4/+13 |
* | The VIA Rhine appears to be yet another chip that always includes the | wpaul | 1998-12-24 | 1 | -2/+11 |
* | Fix a small bug in xl_start(): when queuing a packet onto the end of | wpaul | 1998-12-24 | 1 | -2/+3 |
* | Add Matrox Mystique 1064/1164SG chips info. By the datasheet from Matrox, | foxfair | 1998-12-23 | 1 | -2/+2 |
* | Staticize the overrun buffer so that they are not shared between | gibbs | 1998-12-22 | 1 | -4/+4 |
* | Check for DMA capbility is against unit,not controller. | msmith | 1998-12-21 | 1 | -2/+2 |
* | Remove a vestige of the amd driver. | bde | 1998-12-20 | 1 | -667/+0 |
* | Add more non-Intel family ((new)) chipset, just like VIA technology MVP3 | foxfair | 1998-12-19 | 1 | -9/+37 |
* | Remove the bogus charracters "42" from the beginning of the first line. | julian | 1998-12-19 | 1 | -2/+2 |
* | Trim the ethernet CRC from received frames manually in wb_rxeof(). | wpaul | 1998-12-19 | 1 | -2/+11 |
* | Fix for bogus BIOS configuration of the 450NX PCI interface on some | msmith | 1998-12-19 | 1 | -2/+14 |
* | Support for Intel 450NX-based systems with more than one PCI bus (ie. | msmith | 1998-12-19 | 1 | -1/+54 |
* | Correct the definition for PN_NETCFG_NO_RXCRC: it's 0x20000000, not | wpaul | 1998-12-18 | 1 | -2/+2 |
* | vxalloc() can return NULL. Deal with it. | eivind | 1998-12-16 | 1 | -1/+3 |
* | Pull in new ccb_hdr list types. | gibbs | 1998-12-15 | 1 | -1/+2 |
* | Removed probe for VIA 82C586B OHCI controller (is done in ohci_pci.c now) | n_hibma | 1998-12-14 | 1 | -3/+1 |
* | probe function changed from returning char * to const char *. | dillon | 1998-12-14 | 24 | -75/+75 |
* | Fix uninitialized variable warning by preinitializing 'class' to 0. This | dillon | 1998-12-14 | 1 | -2/+2 |
* | pci_device pd_probe function changed from returning char * to returning | dillon | 1998-12-14 | 10 | -33/+33 |
* | Silence gcc -Wall -ansi -pedantic. | wpaul | 1998-12-10 | 2 | -71/+65 |
* | Silence gcc -Wall -ansi -pedantic and fix minor bug in xl_txeof(). | wpaul | 1998-12-10 | 1 | -9/+7 |
* | Eliminate compiler warning. | archie | 1998-12-10 | 1 | -3/+3 |
* | Eliminate compiler warning. | archie | 1998-12-10 | 1 | -2/+5 |
* | Check return value of malloc. | eivind | 1998-12-09 | 1 | -3/+5 |
* | Bailing out when malloc returns != NULL will not help anybody. | eivind | 1998-12-09 | 1 | -2/+2 |
* | Adjust prototype to match definition (by adding a 'const'). | eivind | 1998-12-09 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 15 | -54/+54 |
* | if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038 | wpaul | 1998-12-07 | 2 | -46/+28 |
* | Add sanity check to foo_start() routines: in the unlikely (though | wpaul | 1998-12-05 | 6 | -12/+48 |
* | trivial header fix | mjacob | 1998-12-05 | 1 | -0/+5 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 5 | -9/+12 |
* | Put back some missing chip identification code that got lost somehow | wpaul | 1998-12-04 | 2 | -8/+15 |
* | Fix typo: expression needs parentheses | archie | 1998-12-04 | 1 | -3/+3 |
* | An early Christmas present: add driver support for a whole bunch of | wpaul | 1998-12-04 | 8 | -0/+10836 |
* | The Neomagic chip is a 2160 not a 3160. | sos | 1998-12-01 | 1 | -2/+2 |
* | Alias Adaptec as a vendor of Cogent NICs. | msmith | 1998-11-28 | 1 | -1/+2 |
* | Removed probes for USB chips 82371xB (done in dev/pci/uhci_pci.c) | n_hibma | 1998-11-26 | 1 | -5/+1 |
* | Add missing return statement to rl_phy_writereg(). This bug didn't actually | wpaul | 1998-11-20 | 1 | -2/+3 |