aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe/if_fe.c
Commit message (Expand)AuthorAgeFilesLines
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-24/+2
* 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-311-29/+28
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* 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-141-19/+7
* 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
* Always turned on 8bit access card support for the fe driverTakeshi Shibagaki2001-09-021-25/+0
* Update the fe driver to probe and attach under a NEWCARD kernel.Takeshi Shibagaki2001-09-021-4/+0
* 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
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Removed unneeded include files.Yoshihiro Takahashi2000-09-221-3/+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-141-2433/+453
* 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
* 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-281-1/+1
* - Make binary size smaller.KATO Takenori1999-08-231-6/+6
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-1/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-181-24/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Replace misused FE_D6_BBW with FE_D6_SBW.KATO Takenori1999-05-041-11/+11
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.KATO Takenori1999-03-031-1/+2
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-191-11/+3
* Silence warnings.Eivind Eklund1999-01-121-1/+3
* Another(better) way to support Access/NOTE N98(PC-98) without any effectsKATO Takenori1998-12-311-6/+7
* PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged,KATO Takenori1998-12-151-1275/+2334
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+5
* Removed unused includes.Bruce Evans1998-06-211-10/+6
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Removed unused #includes.Bruce Evans1998-03-281-3/+1
* PCCARD-code related style nits, as requested.Mike Smith1998-02-271-4/+4
* Fix some style nits and remove an unused header.Mike Smith1998-02-271-2/+1
* Make INET a proper option.Eivind Eklund1998-01-081-1/+4
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+2