| Commit message (Expand) | Author | Age | Files | Lines |
* | No FreeBSD/vax here either. | peter | 2001-11-03 | 1 | -1/+1 |
* | Add ICH3 (82801CA/CAM) and 460GX | peter | 2001-11-03 | 1 | -0/+24 |
* | Enable round-robin arbitration between transmit and receive unit | luigi | 2001-10-27 | 1 | -0/+5 |
* | Defs for three (unused so far) bits in PCI command/status register | luigi | 2001-10-25 | 1 | -3/+3 |
* | Implement TCP/IP checksum off-loading on send for the 3c905B and later | alc | 2001-10-22 | 1 | -1/+12 |
* | Remove this driver from FreeBSD. | mjacob | 2001-10-20 | 3 | -2962/+0 |
* | Whack on this soon to be deprecated driver. | mjacob | 2001-10-15 | 3 | -32/+153 |
* | Note that this driver is soon to be deprecated and removed from FreeBSD. | mjacob | 2001-10-09 | 1 | -1/+6 |
* | Let's not kid ourselves- we don't *really* support jumbframes yet. | mjacob | 2001-10-02 | 1 | -0/+7 |
* | Various fixes and improvements- some from the folks at Sitara Networks (thx) | mjacob | 2001-10-02 | 2 | -14/+34 |
* | Remove all OpenBSD/NetBSD code. It was the right place to start from, but | mjacob | 2001-10-02 | 2 | -646/+61 |
* | Do not call mii_pollstat() from within device tick routines; the status | jlemon | 2001-09-29 | 6 | -38/+28 |
* | Fix typo in a comment. | luigi | 2001-09-27 | 1 | -1/+1 |
* | Implement TCP/IP checksum off-loading on receive. Announce | alc | 2001-09-23 | 1 | -3/+21 |
* | Add probe line for the AMD 761 northbridge chip. At least it detects now, | cokane | 2001-09-20 | 1 | -0/+2 |
* | Have the driver advertise that it is capable of hardware checksums, and | jlemon | 2001-09-18 | 1 | -2/+19 |
* | SMBus support for the AMD 756 power management unit. See smbus(4), | murray | 2001-09-16 | 1 | -0/+634 |
* | KSE Milestone 2 | julian | 2001-09-12 | 3 | -16/+16 |
* | Update tx(4) to always enable vlan(4) support. | brooks | 2001-09-05 | 1 | -6/+0 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | brooks | 2001-09-05 | 1 | -26/+5 |
* | Add support for Conexant LANfinity miniPCI controllers. People who have | wpaul | 2001-09-04 | 2 | -3/+49 |
* | Remove long overdue obsolete file ide_pcireg.h | sos | 2001-09-04 | 1 | -63/+0 |
* | The fxp driver has lived in dev/fxp for some time, remove old files. | jlemon | 2001-08-31 | 3 | -2464/+0 |
* | Recognise VIA Apollo KT133A bridge. | dfr | 2001-08-30 | 1 | -0/+2 |
* | Add support for the 3c656B cardbus adapter. This is one half of a | wpaul | 2001-08-28 | 2 | -6/+23 |
* | John Polstra | mjacob | 2001-08-24 | 1 | -2/+1 |
* | Fix a bug in the ste_setmulti() routine. The NIC has 4 16-bit multicast | wpaul | 2001-08-23 | 2 | -5/+11 |
* | After one more day of testing, make what I hope are the final tweaks to | wpaul | 2001-08-16 | 1 | -3/+5 |
* | Still more changes to try to prevent TX lockups. Will wait for one more | wpaul | 2001-08-16 | 2 | -7/+48 |
* | Tweak the interrupt handler so that we call the txeof handler more often, | wpaul | 2001-08-15 | 1 | -2/+5 |
* | Convert the if_sis and if_rl drivers to use the bus_dma API instead of | wpaul | 2001-08-15 | 4 | -67/+359 |
* | Fix an bug in FreeBSD attach routine - attaching MII interfaces before doing | semenu | 2001-08-13 | 1 | -9/+7 |
* | Add support for 802.1Q VLAN and oversized ethernet frames. | semenu | 2001-08-13 | 2 | -4/+32 |
* | Pacify users who get all bent out of shape when they see the "xl%d: command | wpaul | 2001-07-27 | 1 | -2/+7 |
* | IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this change | brooks | 2001-07-25 | 1 | -1/+1 |
* | s/adress/address/ | kris | 2001-07-23 | 1 | -1/+1 |
* | Deal with the condition where we lose link in the middle of transmitting | wpaul | 2001-07-12 | 1 | -1/+1 |
* | Apply patch supplied by Jonathan Chen: use the correct arguments to | wpaul | 2001-07-09 | 12 | -23/+23 |
* | Make these compile again by adding proc.h include for GIANT_REQUIRED | jhb | 2001-07-05 | 6 | -0/+6 |
* | Set vendor string correctly for the Apple KeyLargo. | benno | 2001-07-05 | 1 | -0/+4 |
* | Add device ID for the OHCI controller in the Apple KeyLargo chip. | benno | 2001-07-02 | 1 | -0/+5 |
* | Add initializetion of NVCTL register with EEPROM stored value. | semenu | 2001-06-23 | 2 | -0/+16 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | bmilekic | 2001-06-20 | 7 | -38/+19 |
* | Fix warning: | peter | 2001-06-15 | 1 | -2/+2 |
* | Fix warnings: | peter | 2001-06-15 | 1 | -3/+6 |
* | Fix mindo: | wpaul | 2001-06-05 | 1 | -1/+1 |
* | Grrr. Fix PR 27742 correctly this time. (At least I got -stable right.) | wpaul | 2001-06-01 | 1 | -11/+2 |
* | Close PR #27742: allow the xl driver to receive VLAN tagged frames by | wpaul | 2001-05-31 | 2 | -3/+16 |
* | Vlan tags are 12 bits, mask off anything above since the chip doesn't | phk | 2001-05-23 | 1 | -2/+2 |
* | Add description for 82801BA controller. | kuriyama | 2001-05-21 | 1 | -0/+16 |