| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the 3Com 556 and 556B mini-pci adapters used on some | wpaul | 2000-08-28 | 1 | -9/+76 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -6/+3 |
* | Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/ | peter | 2000-05-28 | 1 | -3/+3 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -37/+0 |
* | Depend on miibus. | peter | 2000-04-29 | 1 | -0/+2 |
* | Close PR# 15986: issue an RX reset command when initializing the interface, | wpaul | 2000-01-09 | 1 | -0/+4 |
* | It appears that under certain circumstances that I still can't quite pin | wpaul | 2000-01-03 | 1 | -1/+32 |
* | Update the xl driver to recognize yet another 3c905B/3c905C class NIC: | wpaul | 1999-12-16 | 1 | -0/+4 |
* | Small tweak: just reset the transmit block instead of doing a global reset | wpaul | 1999-10-25 | 1 | -2/+2 |
* | Make some small tweaks: | wpaul | 1999-10-14 | 1 | -4/+26 |
* | Change contigmalloc() lower memory bound from 1MB to 0 to improve | wpaul | 1999-09-25 | 1 | -1/+1 |
* | As suggested by phk, unconditionalize BPF support in these drivers. Since | wpaul | 1999-09-23 | 1 | -14/+0 |
* | Tweak these for what I hope is the last time: change the DRIVER_MODULE() | wpaul | 1999-09-22 | 1 | -1/+1 |
* | Close PR #13665. I managed to figure out the problem, no thanks to the | wpaul | 1999-09-20 | 1 | -16/+38 |
* | Un-do the changes to the DRIVER_MODULE() declarations in these drivers. | wpaul | 1999-09-20 | 1 | -2/+2 |
* | Grrr. Okay, changing the devnames was a bad idea. Put them back the way | wpaul | 1999-09-20 | 1 | -1/+1 |
* | Fix the strings in the driver_t structs so that they match the new names | wpaul | 1999-09-20 | 1 | -1/+1 |
* | Goofed and didn't change the second DRIVER_MODULE() linking these with | obrien | 1999-09-20 | 1 | -1/+1 |
* | Change the name we register with DRIVER_MODULE() to include the leading | obrien | 1999-09-20 | 1 | -1/+1 |
* | Add an alternate transmit strategy for 3c90xB adapters based on the transmit | wpaul | 1999-09-20 | 1 | -71/+292 |
* | Dangit: mispelled TORNADO in one place. | wpaul | 1999-09-15 | 1 | -1/+1 |
* | 3Com has produced their own Linux driver for the 3c90x/3c90xB series cards. | wpaul | 1999-09-15 | 1 | -3/+8 |
* | Add a pointer to "controller miibus0" for people who will not read the | peter | 1999-09-08 | 1 | -0/+1 |
* | Just when I thought it was safe. In the original 3c905-TX NICs, the | wpaul | 1999-09-01 | 1 | -0/+13 |
* | Convert the 3Com XL driver to miibus. This one is a little tricky | wpaul | 1999-08-29 | 1 | -592/+172 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -2/+2 |
* | Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t. | wpaul | 1999-08-19 | 1 | -3/+3 |
* | Minor tweak for last commit: insert extra delay between issuing master | wpaul | 1999-08-02 | 1 | -2/+4 |
* | Perform an RX reset and TX reset in xl_reset() along with the master | wpaul | 1999-08-02 | 1 | -6/+23 |
* | Some more small newbus cleanups. Remember to free all resources in case | wpaul | 1999-07-23 | 1 | -15/+28 |
* | Well, it seems that loading a PCI driver module after the system has | wpaul | 1999-07-22 | 1 | -2/+8 |
* | Small tweak to newbus changes: return error status on failure correctly | wpaul | 1999-07-22 | 1 | -2/+2 |
* | Convert the xl driver to newbus. It is now possible to make this driver | wpaul | 1999-07-20 | 1 | -87/+123 |
* | Grrr.... forgot one line from the previous fix. | wpaul | 1999-07-08 | 1 | -3/+3 |
* | Fix a potential race condition that can occur in xl_start(). If the NIC | wpaul | 1999-07-07 | 1 | -3/+5 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -8/+8 |
* | Change the cast in pci_map_port() from u_short * to pci_port_t * so it | peter | 1999-07-02 | 1 | -3/+3 |
* | Change the warning message issued if pci_map_port() fails. I think this | wpaul | 1999-06-01 | 1 | -5/+5 |
* | Whoops, forgot to update xl_mediacheck() to account for the 3c905C. | wpaul | 1999-05-30 | 1 | -2/+3 |
* | Head for the hills friends and neighbors, 3Com has yet another 3c90X | wpaul | 1999-05-30 | 1 | -2/+5 |
* | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | peter | 1999-05-09 | 1 | -6/+2 |
* | Dynamically increase TX start threshold if TX underruns are detected. | wpaul | 1999-05-05 | 1 | -4/+12 |
* | Fix the media selection for the 3c900B-FL 10baseFL adapter. It actually | wpaul | 1999-05-04 | 1 | -44/+48 |
* | Bunch of updates: | wpaul | 1999-04-30 | 1 | -95/+126 |
* | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | peter | 1999-04-24 | 1 | -2/+6 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -3/+9 |
* | Add bridging support (tested in 3.1-RELEASE by Steven Vetzal | ghelmer | 1999-04-16 | 1 | -13/+41 |
* | - Close PR #11136: add PCI ID for another new cyclone device: the | wpaul | 1999-04-15 | 1 | -31/+57 |
* | Add support for the 3cSOHO100-TX, which is a "hurricane" chipset | wpaul | 1999-04-12 | 1 | -2/+6 |
* | Some small updates: | wpaul | 1999-04-11 | 1 | -8/+25 |