| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Make mutex name reflect device driver name. | Chuck Paterson | 2000-10-13 | 1 | -1/+2 |
| * | Don't #include <sys/proc.h>, since machine/mutex.h does it now. | Jason Evans | 2000-09-23 | 1 | -1/+0 |
| * | Add the PCI device ID for the on-board ethernet controllers on the | Bill Paul | 2000-09-21 | 2 | -0/+4 |
| * | Removed NetBSD support, which bit-rotted long ago. | David Greenman | 2000-09-18 | 2 | -363/+41 |
| * | Added a couple more missing FXP_SPLVAR()'s. | David Greenman | 2000-09-17 | 1 | -0/+2 |
| * | As a minor optimization, do suspended checking more like it was originally | David Greenman | 2000-09-17 | 1 | -1/+6 |
| * | Added missing FXP_SPLVAR() to fxp_intr(). | David Greenman | 2000-09-17 | 1 | -2/+2 |
| * | Attempt to replicate the new fxp SMP locking in the changes committed | David Greenman | 2000-09-17 | 1 | -6/+8 |
| * | Added support for APM suspend/resume. | David Greenman | 2000-09-17 | 2 | -7/+111 |
| * | Add include of proc.h to make compile without SMP defined. This | Chuck Paterson | 2000-09-17 | 1 | -0/+1 |
| * | Add locking to make able to run without the Giant lock being held. This | Chuck Paterson | 2000-09-17 | 2 | -17/+51 |
| * | Fix a bug brought to light by the people working on SMPng. I don't quite | Bill Paul | 2000-08-11 | 1 | -1/+11 |
| * | "Fix" cast qualifier warnings using the uintptr_t intermediate trick. | Peter Wemm | 2000-07-28 | 1 | -3/+6 |
| * | Fix an alpha-only race which causes the transmit side of the chip to | Andrew Gallatin | 2000-07-19 | 1 | -0/+12 |
| * | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 1 | -4/+2 |
| * | Implemented some optimizations which result in 14 fewer instructions in the | David Greenman | 2000-06-19 | 1 | -2/+6 |
| * | Added support for the i82559ER (10/100Mbps NIC for embedded applications). | David Greenman | 2000-06-18 | 2 | -9/+16 |
| * | Move code to handle BPF and bridging for incoming Ethernet packets out | Archie Cobbs | 2000-05-14 | 1 | -49/+2 |
| * | Added support for cards and on-motherboard NICs that use an SEEPROM | David Greenman | 2000-03-28 | 2 | -1/+78 |
| * | Make the fxp driver work on alpha, rather than panic the machine on boot | Andrew Gallatin | 1999-09-30 | 3 | -30/+19 |
| * | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 1 | -12/+0 |
| * | Tweak these for what I hope is the last time: change the DRIVER_MODULE() | Bill Paul | 1999-09-22 | 1 | -1/+1 |
| * | Un-do the changes to the DRIVER_MODULE() declarations in these drivers. | Bill Paul | 1999-09-20 | 1 | -1/+1 |
| * | Change the name we register with DRIVER_MODULE() to include the leading | David E. O'Brien | 1999-09-20 | 1 | -1/+1 |
| * | Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter. | Peter Wemm | 1999-09-06 | 2 | -1/+7 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -8/+8 |
| * | Fix two warnings. | Peter Wemm | 1999-05-09 | 1 | -1/+5 |
| * | Move the declaration of the interrupt type from the driver structure | Doug Rabson | 1999-05-08 | 1 | -3/+3 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 2 | -59/+132 |