aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe
Commit message (Expand)AuthorAgeFilesLines
...
* don't pollute global namespace with valid_Ether_p, instead, prependWarner Losh2005-01-105-24/+24
* NE200 -> NE200TWarner Losh2005-01-101-1/+1
* Add support for:Warner Losh2005-01-101-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-066-6/+6
* Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit.Bruce M Simpson2004-10-071-1/+1
* Since if_fe doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-24/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-2/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-8/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+1
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-2/+1
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-4/+4
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-16/+14
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-312-30/+30
* Use __FBSDID().David E. O'Brien2003-08-244-4/+12
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* network interface driver changes:Sam Leffler2002-11-142-20/+8
* Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit).Brooks Davis2002-10-011-7/+7
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Supported C-NET(98)P2 PnP mode.Yoshihiro Takahashi2002-02-041-15/+27
* Migrate to PCMCIA_CARD() macrosWarner Losh2001-11-151-28/+7
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-14/+14
* Always turned on 8bit access card support for the fe driverTakeshi Shibagaki2001-09-022-35/+0
* Update the fe driver to probe and attach under a NEWCARD kernel.Takeshi Shibagaki2001-09-023-16/+64
* Fixed to support C-NET(9N)E.Yoshihiro Takahashi2001-07-021-9/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* The fe driver does not support pnp devices.Yoshihiro Takahashi2000-11-101-0/+4
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() toYoshihiro Takahashi2000-10-221-0/+2
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-154-4/+0
* Move DELAY() from <machine/clock.h> to <sys/systm.h>Poul-Henning Kamp2000-10-151-0/+1
* Removed unneeded include files.Yoshihiro Takahashi2000-09-224-28/+0
* Use driver_intr_t instead of the now defunct inthand2_t.John Baldwin2000-09-151-1/+1
* - Newbus'ify and bus_space'ify.Yoshihiro Takahashi2000-09-146-2433/+3041
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-5/+2
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-0/+8
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-61/+1
* Add $FreeBSD$Peter Wemm2000-05-011-0/+2
* Ratoc REX-9880/83 support (PC-98 only). This commit added functionsKATO Takenori2000-03-291-0/+129
* Make release is now falling over in if_fe.c due to Warner's pccard changes:Bill Paul1999-10-251-0/+3
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* C-NET(9N)C support (PC-98 only).Yoshihiro Takahashi1999-08-311-13/+42
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* - Make binary size smaller.KATO Takenori1999-08-231-6/+6