| Commit message (Expand) | Author | Age | Files | Lines |
* | - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handle | jhb | 2008-06-23 | 1 | -27/+15 |
* | Make fe(4) MPSAFE: | jhb | 2008-06-02 | 1 | -44/+77 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -1/+1 |
* | PC Card instead of other variants | imp | 2005-09-22 | 1 | -3/+3 |
* | Fix "struct ifnet" leak if attach() fails in the middle. | ru | 2005-09-16 | 1 | -0/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -14/+13 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -75/+87 |
* | Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. It | imp | 2005-02-20 | 1 | -2/+6 |
* | don't pollute global namespace with valid_Ether_p, instead, prepend | imp | 2005-01-10 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit. | bms | 2004-10-07 | 1 | -1/+1 |
* | Since if_fe doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | naddy | 2004-06-09 | 1 | -24/+2 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Remove improper use of if_addrhead in device drivers to check | luigi | 2004-04-15 | 1 | -8/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+1 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -2/+1 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -4/+4 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -18/+16 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -29/+28 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -19/+7 |
* | Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -7/+7 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | Always turned on 8bit access card support for the fe driver | shiba | 2001-09-02 | 1 | -25/+0 |
* | Update the fe driver to probe and attach under a NEWCARD kernel. | shiba | 2001-09-02 | 1 | -4/+0 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Removed unneeded include files. | nyan | 2000-09-22 | 1 | -3/+0 |
* | Use driver_intr_t instead of the now defunct inthand2_t. | jhb | 2000-09-15 | 1 | -1/+1 |
* | - Newbus'ify and bus_space'ify. | nyan | 2000-09-14 | 1 | -2433/+453 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -5/+2 |
* | Mass update of isa drivers using compatability shims to use | peter | 2000-05-28 | 1 | -0/+8 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -61/+1 |
* | Ratoc REX-9880/83 support (PC-98 only). This commit added functions | kato | 2000-03-29 | 1 | -0/+129 |
* | Make release is now falling over in if_fe.c due to Warner's pccard changes: | wpaul | 1999-10-25 | 1 | -0/+3 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 1 | -9/+0 |
* | C-NET(9N)C support (PC-98 only). | nyan | 1999-08-31 | 1 | -13/+42 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | - Make binary size smaller. | kato | 1999-08-23 | 1 | -6/+6 |
* | Make these actually compile. I got a little delete happy pruning includes | mdodd | 1999-08-18 | 1 | -1/+5 |
* | SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in | mdodd | 1999-08-18 | 1 | -24/+1 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -6/+6 |