| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix an alpha-only race which causes the transmit side of the chip to | gallatin | 2000-07-19 | 1 | -0/+12 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -4/+2 |
* | Implemented some optimizations which result in 14 fewer instructions in the | dg | 2000-06-19 | 1 | -2/+6 |
* | Added support for the i82559ER (10/100Mbps NIC for embedded applications). | dg | 2000-06-18 | 2 | -9/+16 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -49/+2 |
* | Added support for cards and on-motherboard NICs that use an SEEPROM | dg | 2000-03-28 | 2 | -1/+78 |
* | Make the fxp driver work on alpha, rather than panic the machine on boot | gallatin | 1999-09-30 | 3 | -30/+19 |