| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some nits in AMD AGP driver. Remove excess malloc and move a bzero | cokane | 2002-04-15 | 1 | -10/+3 |
* | Nortel Networks sells a RealTek 8139-based NIC that's basically | wpaul | 2002-04-11 | 2 | -0/+7 |
* | Teach the rlphy driver how to do parallel link detection. If the link partner | wpaul | 2002-04-07 | 1 | -0/+11 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 12 | -13/+26 |
* | smbus_alloc_bus is not part of the smbus interface anymore | nsouch | 2002-03-23 | 1 | -3/+7 |
* | Major rework of the iicbus/smbus framework: | nsouch | 2002-03-23 | 3 | -187/+1070 |
* | Remove __P. | alfred | 2002-03-20 | 18 | -627/+603 |
* | Cast pointers to uintptr_t rather than u_int32_t. This doesn't work too | peter | 2002-03-19 | 1 | -1/+1 |
* | Work around a PLX9050 bug that causes system lockup in certain systems, | bde | 2002-03-17 | 1 | -3/+4 |
* | Fix warning; amdsmb_abort() is not used. | peter | 2002-02-26 | 1 | -0/+2 |
* | Fix a formatting error. | joe | 2002-02-17 | 1 | -6/+6 |
* | KNF style the code, ready for an MFC. | joe | 2002-02-17 | 1 | -54/+64 |
* | KNF style the code, ready for an MFC. | joe | 2002-02-17 | 1 | -38/+41 |
* | Remove mbuf exhaustion warning messages; these are handled by the | silby | 2002-02-11 | 3 | -10/+0 |
* | Fix some bugs in the ohci driver with respect to irq setup failure. | joe | 2002-02-11 | 1 | -3/+4 |
* | Use ETHER_CRC_LEN instead of SIS_CRC_SIZE | luigi | 2002-02-07 | 1 | -2/+1 |
* | Fix a bug in the driver -- the chip will always include the CRC | luigi | 2002-02-07 | 1 | -1/+2 |
* | Fix support for 630ET support. We don't need the Linux part to set the | ambrisko | 2002-02-06 | 2 | -11/+4 |
* | Correctly identify the Intel 82830 AGP bridge. | benno | 2002-02-05 | 1 | -0/+3 |
* | Merged cy_pcireg.h into the one file that uses it (cy_pci.c). | bde | 2002-02-02 | 2 | -46/+16 |
* | Fixed breakage of interrupt setup in previous commit. It used an | bde | 2002-02-02 | 1 | -0/+2 |
* | Forgot one part of the VLAN support for the dc(4) driver. | ambrisko | 2002-01-16 | 1 | -0/+2 |
* | Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts. | ambrisko | 2002-01-16 | 1 | -12/+26 |
* | Fix mind-o: compare sc->sis_rev instead of 'command' when trying to | wpaul | 2002-01-14 | 1 | -1/+1 |
* | 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 |