| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove mbuf exhaustion warning messages; these are handled by the | silby | 2002-02-04 | 1 | -4/+0 |
* | Initialize the sysctl_ctx list early, which avoids a panic in case other | jlemon | 2002-01-22 | 1 | -1/+1 |
* | Explicitly reload the multicast filters when the hardware is reinitialized | jlemon | 2002-01-07 | 1 | -25/+57 |
* | Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/) | kuriyama | 2001-12-24 | 1 | -1/+1 |
* | Fix (again) some blatent style bugs in DEVICE_POLLING code. | peter | 2001-12-15 | 1 | -9/+10 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 2 | -2/+63 |
* | Tone down and remove some obnoxious warnings that are slightly overkill. | jlemon | 2001-12-13 | 1 | -10/+1 |
* | Emit a warning if the mbuf or mbuf cluster allocation failed. | jlemon | 2001-11-02 | 1 | -0/+4 |
* | Aargh. I really shouldn't do late night commits. Remove a floating point | jlemon | 2001-10-25 | 1 | -1/+1 |
* | Add support for loadable microcode which implements interrupt coalescing | jlemon | 2001-10-25 | 1 | -15/+162 |
* | . Add structure elements for sysctl. | jlemon | 2001-10-25 | 1 | -3/+23 |
* | . Add structure definition for microcode download. | jlemon | 2001-10-25 | 1 | -7/+23 |
* | Add Intel's loadable microcode to implement receive side bundling. | jlemon | 2001-10-25 | 1 | -0/+1129 |
* | Deconditionalize vlan support. | brooks | 2001-09-05 | 1 | -14/+3 |
* | Systems based on the ICH2/ICH2-M chip from Intel have a defect where | jlemon | 2001-08-27 | 2 | -24/+132 |
* | Reset the device's powerstate to d0 when resuming from a suspend | jlemon | 2001-07-25 | 1 | -25/+34 |
* | Only turn on MWI if the PCI configuration word indicates that it | jlemon | 2001-07-19 | 1 | -5/+6 |
* | While in the interrupt loop, check for a bogus interrupt value of 0xff. | jlemon | 2001-06-04 | 1 | -0/+9 |
* | Add workaround for embedded NICs, in particular, the 815E boards. | jlemon | 2001-05-17 | 2 | -17/+44 |
* | Use " |= " to enable special media handling for fxp with no MII, instead | jlemon | 2001-05-15 | 2 | -2/+2 |
* | Remove safety belt that checks for miibus in the config file. This | jlemon | 2001-05-13 | 1 | -11/+0 |
* | Add few cosmetic style fixes, and some debug information for SCB timeouts. | jlemon | 2001-05-13 | 1 | -4/+62 |
* | Add a few more register definitions. | jlemon | 2001-05-12 | 1 | -0/+12 |
* | Add some performance features to the fxp driver. If the chip is not | jlemon | 2001-03-14 | 3 | -28/+74 |
* | Fix a whitespace bogon. | jlemon | 2001-03-12 | 1 | -1/+1 |
* | Convert the fxp driver to miibus, which involves ripping out the PHY | jlemon | 2001-03-12 | 3 | -757/+589 |
* | A better mousetrap: use device hints, as in: | mjacob | 2001-02-27 | 1 | -7/+6 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | phk | 2001-02-03 | 1 | -2/+1 |
* | Allow fxp to configure in I/O space if the user wants it and specifies | mjacob | 2001-01-23 | 2 | -10/+42 |
* | Implement MTX_RECURSE flag for mtx_init(). | bmilekic | 2001-01-19 | 1 | -1/+1 |
* | Add power state manipulation to the fxp driver. Some people have | wpaul | 2000-12-18 | 1 | -0/+20 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -4/+3 |
* | Make usual 1-line cardbus support modification. | imp | 2000-10-22 | 1 | -0/+1 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Make mutex name reflect device driver name. | cp | 2000-10-13 | 1 | -1/+2 |
* | Don't #include <sys/proc.h>, since machine/mutex.h does it now. | jasone | 2000-09-23 | 1 | -1/+0 |
* | Add the PCI device ID for the on-board ethernet controllers on the | wpaul | 2000-09-21 | 2 | -0/+4 |
* | Removed NetBSD support, which bit-rotted long ago. | dg | 2000-09-18 | 2 | -363/+41 |
* | Added a couple more missing FXP_SPLVAR()'s. | dg | 2000-09-17 | 1 | -0/+2 |
* | As a minor optimization, do suspended checking more like it was originally | dg | 2000-09-17 | 1 | -1/+6 |
* | Added missing FXP_SPLVAR() to fxp_intr(). | dg | 2000-09-17 | 1 | -2/+2 |
* | Attempt to replicate the new fxp SMP locking in the changes committed | dg | 2000-09-17 | 1 | -6/+8 |
* | Added support for APM suspend/resume. | dg | 2000-09-17 | 2 | -7/+111 |
* | Add include of proc.h to make compile without SMP defined. This | cp | 2000-09-17 | 1 | -0/+1 |
* | Add locking to make able to run without the Giant lock being held. This | cp | 2000-09-17 | 2 | -17/+51 |
* | Fix a bug brought to light by the people working on SMPng. I don't quite | wpaul | 2000-08-11 | 1 | -1/+11 |
* | "Fix" cast qualifier warnings using the uintptr_t intermediate trick. | peter | 2000-07-28 | 1 | -3/+6 |