| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revision 1.136 introduced two features that may cause undefined | Ian Dowse | 2002-10-30 | 1 | -1/+14 |
| * | '&' is not needed to pointerize functions. | Poul-Henning Kamp | 2002-10-20 | 1 | -2/+2 |
| * | Add some PCI id's for fxp. I've only tested 0x103B, but the Intel | Paul Saab | 2002-09-24 | 1 | -0/+4 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -2/+2 |
| * | use the new interface to ether_input(), with eh = NULL and | Luigi Rizzo | 2002-08-09 | 1 | -7/+1 |
| * | Use m_getcl() to allocate buffers for the receive ring. | Luigi Rizzo | 2002-08-05 | 1 | -11/+2 |
| * | Fix handling of Receiver Not Ready errors when doing polling. | Luigi Rizzo | 2002-08-04 | 1 | -49/+81 |
| * | Revert rev 1.131. | Mike Silbersack | 2002-07-29 | 1 | -4/+2 |
| * | whitespace commit: fix indentation in fxp_intr_body. | Luigi Rizzo | 2002-07-29 | 1 | -96/+96 |
| * | Fix if_timer logic so that there is always a timeout pending if there | Luigi Rizzo | 2002-06-30 | 1 | -2/+4 |
| * | Add another Intel chipset (i82562). | Mike Silbersack | 2002-06-29 | 1 | -0/+1 |
| * | Add device id. for fxp chip on Intel D845EPT2L boards. This seems to | Doug Ambrisko | 2002-06-05 | 1 | -0/+1 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 2 | -2/+3 |
| * | Remove mbuf exhaustion warning messages; these are handled by the | Mike Silbersack | 2002-02-04 | 1 | -4/+0 |
| * | Initialize the sysctl_ctx list early, which avoids a panic in case other | Jonathan Lemon | 2002-01-22 | 1 | -1/+1 |
| * | Explicitly reload the multicast filters when the hardware is reinitialized | Jonathan Lemon | 2002-01-07 | 1 | -25/+57 |
| * | Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/) | Jun Kuriyama | 2001-12-24 | 1 | -1/+1 |
| * | Fix (again) some blatent style bugs in DEVICE_POLLING code. | Peter Wemm | 2001-12-15 | 1 | -9/+10 |
| * | Device Polling code for -current. | Luigi Rizzo | 2001-12-14 | 2 | -2/+63 |
| * | Tone down and remove some obnoxious warnings that are slightly overkill. | Jonathan Lemon | 2001-12-13 | 1 | -10/+1 |
| * | Emit a warning if the mbuf or mbuf cluster allocation failed. | Jonathan Lemon | 2001-11-02 | 1 | -0/+4 |
| * | Aargh. I really shouldn't do late night commits. Remove a floating point | Jonathan Lemon | 2001-10-25 | 1 | -1/+1 |
| * | Add support for loadable microcode which implements interrupt coalescing | Jonathan Lemon | 2001-10-25 | 1 | -15/+162 |
| * | . Add structure elements for sysctl. | Jonathan Lemon | 2001-10-25 | 1 | -3/+23 |
| * | . Add structure definition for microcode download. | Jonathan Lemon | 2001-10-25 | 1 | -7/+23 |
| * | Add Intel's loadable microcode to implement receive side bundling. | Jonathan Lemon | 2001-10-25 | 1 | -0/+1129 |
| * | Deconditionalize vlan support. | Brooks Davis | 2001-09-05 | 1 | -14/+3 |
| * | Systems based on the ICH2/ICH2-M chip from Intel have a defect where | Jonathan Lemon | 2001-08-27 | 2 | -24/+132 |
| * | Reset the device's powerstate to d0 when resuming from a suspend | Jonathan Lemon | 2001-07-25 | 1 | -25/+34 |
| * | Only turn on MWI if the PCI configuration word indicates that it | Jonathan Lemon | 2001-07-19 | 1 | -5/+6 |
| * | While in the interrupt loop, check for a bogus interrupt value of 0xff. | Jonathan Lemon | 2001-06-04 | 1 | -0/+9 |
| * | Add workaround for embedded NICs, in particular, the 815E boards. | Jonathan Lemon | 2001-05-17 | 2 | -17/+44 |
| * | Use " |= " to enable special media handling for fxp with no MII, instead | Jonathan Lemon | 2001-05-15 | 2 | -2/+2 |
| * | Remove safety belt that checks for miibus in the config file. This | Jonathan Lemon | 2001-05-13 | 1 | -11/+0 |
| * | Add few cosmetic style fixes, and some debug information for SCB timeouts. | Jonathan Lemon | 2001-05-13 | 1 | -4/+62 |
| * | Add a few more register definitions. | Jonathan Lemon | 2001-05-12 | 1 | -0/+12 |
| * | Add some performance features to the fxp driver. If the chip is not | Jonathan Lemon | 2001-03-14 | 3 | -28/+74 |
| * | Fix a whitespace bogon. | Jonathan Lemon | 2001-03-12 | 1 | -1/+1 |
| * | Convert the fxp driver to miibus, which involves ripping out the PHY | Jonathan Lemon | 2001-03-12 | 3 | -755/+587 |
| * | A better mousetrap: use device hints, as in: | Matt Jacob | 2001-02-27 | 1 | -7/+6 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -1/+1 |
| * | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | Poul-Henning Kamp | 2001-02-03 | 1 | -2/+1 |
| * | Allow fxp to configure in I/O space if the user wants it and specifies | Matt Jacob | 2001-01-23 | 2 | -10/+42 |
| * | Implement MTX_RECURSE flag for mtx_init(). | Bosko Milekic | 2001-01-19 | 1 | -1/+1 |
| * | Add power state manipulation to the fxp driver. Some people have | Bill Paul | 2000-12-18 | 1 | -0/+20 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -4/+3 |
| * | Make usual 1-line cardbus support modification. | Warner Losh | 2000-10-22 | 1 | -0/+1 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 1 | -1/+1 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |