| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 1 | -1/+1 |
* | MFC r194574: | Pyun YongHyeon | 2009-11-04 | 1 | -0/+8 |
* | MFC r194573: | Pyun YongHyeon | 2009-11-04 | 1 | -2/+1 |
* | MFC r194571: | Pyun YongHyeon | 2009-11-04 | 1 | -0/+1 |
* | MFC r194569: | Pyun YongHyeon | 2009-11-04 | 1 | -1/+2 |
* | MFC r185354,185538: | Pyun YongHyeon | 2009-02-09 | 1 | -0/+2 |
* | MFC r185330: | Pyun YongHyeon | 2009-02-09 | 1 | -0/+6 |
* | MFC r185329: | Pyun YongHyeon | 2009-02-09 | 1 | -0/+1 |
* | MFC r185285: | Pyun YongHyeon | 2009-02-09 | 1 | -0/+1 |
* | MFC r185269,185271-185272 | Pyun YongHyeon | 2009-02-09 | 1 | -6/+6 |
* | - Instead of if_watchdog/if_timer interface use our own timer | Gleb Smirnoff | 2006-11-30 | 1 | -0/+1 |
* | Convert fxp(4) to use the new bus_alloc_resources() API, it simplifies | Maxime Henrion | 2005-09-27 | 1 | -18/+8 |
* | - Use callout_init_mtx() to close a small race between callout_stop() and | John Baldwin | 2005-08-08 | 1 | -12/+0 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -3/+1 |
* | The PCI bus code saves/restores these config registers now. | Warner Losh | 2005-06-05 | 1 | -5/+0 |
* | - Encapsulate the code responsible for initializing a new TX descriptor | Maxime Henrion | 2005-03-07 | 1 | -0/+1 |
* | Cleanup: u_intXX_t -> uintX_t conversion. | Maxime Henrion | 2005-03-06 | 1 | -11/+11 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Abstract the locking in fxp(4) a bit more by using macros for | Maxime Henrion | 2004-06-02 | 1 | -2/+4 |
* | Use the device sysctl tree instead of rolling our own. Some of the | Maxime Henrion | 2004-06-02 | 1 | -2/+2 |
* | Teach fxp(4) to control VLAN_MTU in the hardware. | Yaroslav Tykhiy | 2004-05-25 | 1 | -0/+1 |
* | Remove unused FXP_UNIT() macro. | Brooks Davis | 2003-10-30 | 1 | -2/+0 |
* | change timeout to be MPSAFE | Sam Leffler | 2003-09-05 | 1 | -1/+1 |
* | Get rid of the redundant 'gone' field, and overload suspend instead. | Warner Losh | 2003-04-30 | 1 | -2/+1 |
* | Fix 5 bugs: | Warner Losh | 2003-04-29 | 1 | -0/+1 |
* | Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet): | Nate Lawson | 2003-04-25 | 1 | -0/+3 |
* | Convert the fxp(4) driver to the busdma API. | Maxime Henrion | 2003-04-02 | 1 | -9/+54 |
* | As previously threatened, add TCP/IP checksum offload support to | Bill Paul | 2003-02-26 | 1 | -0/+3 |
* | Properly fix the occassional random crash issue that revision 1.142 | Ian Dowse | 2002-11-07 | 1 | -0/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
* | Device Polling code for -current. | Luigi Rizzo | 2001-12-14 | 1 | -0/+4 |
* | . Add structure elements for sysctl. | Jonathan Lemon | 2001-10-25 | 1 | -3/+23 |
* | Add workaround for embedded NICs, in particular, the 815E boards. | Jonathan Lemon | 2001-05-17 | 1 | -0/+2 |
* | Add some performance features to the fxp driver. If the chip is not | Jonathan Lemon | 2001-03-14 | 1 | -0/+3 |
* | Convert the fxp driver to miibus, which involves ripping out the PHY | Jonathan Lemon | 2001-03-12 | 1 | -6/+64 |
* | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |
* | Allow fxp to configure in I/O space if the user wants it and specifies | Matt Jacob | 2001-01-23 | 1 | -0/+2 |
* | Removed NetBSD support, which bit-rotted long ago. | David Greenman | 2000-09-18 | 1 | -30/+3 |
* | Added support for APM suspend/resume. | David Greenman | 2000-09-17 | 1 | -0/+6 |
* | Add locking to make able to run without the Giant lock being held. This | Chuck Paterson | 2000-09-17 | 1 | -0/+7 |
* | Added support for cards and on-motherboard NICs that use an SEEPROM | David Greenman | 2000-03-28 | 1 | -0/+1 |
* | Make the fxp driver work on alpha, rather than panic the machine on boot | Andrew Gallatin | 1999-09-30 | 1 | -18/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 1 | -1/+4 |
* | Reordered fxp_softc for optimal cacheline behavior. | David Greenman | 1998-08-02 | 1 | -8/+10 |
* | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
* | Shuffle things a bit for better cacheline behavior. | David Greenman | 1997-11-29 | 1 | -6/+6 |
* | Work around a bug in the 82557 NIC where the receiver will lock up | David Greenman | 1997-09-29 | 1 | -1/+5 |
* | Update for new callout interface. | Justin T. Gibbs | 1997-09-21 | 1 | -1/+2 |
* | Changes to support NetBSD and the new ifmedia extensions. | David Greenman | 1997-09-05 | 1 | -0/+107 |