| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for newer integrated SiS 900 controllers on the 635 and 735 | wpaul | 2002-01-12 | 2 | -5/+54 |
* | Add support for the Intel 82443MX chipset | pirzyk | 2001-12-21 | 1 | -0/+1 |
* | Fix the "conexant chips don't work in full duplexmode" problem. According | wpaul | 2001-12-19 | 1 | -4/+8 |
* | Fix compiler warning in dc_intr(): if the only code that does a "goto" | wpaul | 2001-12-19 | 1 | -0/+3 |
* | Allow retrieval of the virtual address of the AGP aperture | mdodd | 2001-12-19 | 2 | -0/+2 |
* | Fix a problem where stats overflow interrupts would cause | silby | 2001-12-17 | 2 | -2/+2 |
* | Fix access-after-free bug added in revision 1.31. | archie | 2001-12-15 | 1 | -4/+5 |
* | Patch up some existing style bugs and some that crept in with the | peter | 2001-12-15 | 3 | -9/+10 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 4 | -1/+170 |
* | Remove printf's on mbuf/cluster allocation failures. There are now | luigi | 2001-12-14 | 10 | -60/+11 |
* | Avoid an unnecessary copy of a packet if it is already in a single mbuf. | luigi | 2001-12-11 | 2 | -2/+7 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 3 | -6/+6 |
* | This patch will fix the lockups associated with AMD 751,761,762 based AGP | cokane | 2001-12-07 | 2 | -7/+52 |
* | MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods. | peter | 2001-12-07 | 1 | -2/+3 |
* | MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods. | peter | 2001-12-07 | 1 | -2/+2 |
* | Add suspend/resume hooks to this driver; necessary to overcome | guido | 2001-12-05 | 1 | -0/+38 |
* | Add VLAN support. | jhay | 2001-12-05 | 1 | -0/+11 |
* | Remove error messages on mbuf allocation failures, now | luigi | 2001-12-04 | 2 | -16/+3 |
* | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | brooks | 2001-12-03 | 1 | -1/+1 |
* | Per jlemon request, reintroduce some printf() when an | luigi | 2001-11-29 | 2 | -6/+16 |
* | For i386 architecture, remove an expensive m_devget() (and the | luigi | 2001-11-29 | 1 | -31/+40 |
* | Remove the need for an expensive m_devget on the i386, which does not | luigi | 2001-11-28 | 1 | -39/+41 |
* | Fix a bug in the driver -- under load, the receive unit could become | luigi | 2001-11-27 | 2 | -14/+13 |
* | Don't automatically unbind/deallocate memory when releasing. | ru | 2001-11-27 | 1 | -10/+6 |
* | Add suspend/resume code mostly merged from fxp driver. | iwasaki | 2001-11-23 | 2 | -0/+79 |
* | Remove ifnet.if_mpsafe for now. If this is needed, it won't be needed | jhb | 2001-11-14 | 1 | -1/+0 |
* | Add support for Intel's i820/i840/i845/i850/i860 chipset. | kuriyama | 2001-11-08 | 2 | -11/+106 |
* | Add AMD766 OHCI USB controller. Remove unused VENDORID lists. | peter | 2001-11-06 | 1 | -9/+8 |
* | This file was part of something grander, which doesn't seem to be | phk | 2001-11-06 | 1 | -1512/+0 |
* | Remove unneeded call to cdevsw_add() | phk | 2001-11-04 | 1 | -4/+0 |
* | 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 |