summaryrefslogtreecommitdiff
path: root/sys/dev/fe
AgeCommit message (Expand)Author
2005-01-10don't pollute global namespace with valid_Ether_p, instead, prependWarner Losh
2005-01-10NE200 -> NE200TWarner Losh
2005-01-10Add support for:Warner Losh
2005-01-06/* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-07Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit.Bruce M Simpson
2004-08-13Since if_fe doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-06-09Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber
2004-05-27Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-04-15Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-12-08Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien
2003-11-13Try to create some sort of consistency in how the routings to find theDavid E. O'Brien
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-08-24Use __FBSDID().David E. O'Brien
2003-04-10Make sure that pp_name is non-null before setting the deviceWarner Losh
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-14network interface driver changes:Sam Leffler
2002-10-01Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit).Brooks Davis
2002-09-28Be consistent about "static" functions: if the function is markedPoul-Henning Kamp
2002-02-04Supported C-NET(98)P2 PnP mode.Yoshihiro Takahashi
2001-11-15Migrate to PCMCIA_CARD() macrosWarner Losh
2001-11-11s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh
2001-09-02Always turned on 8bit access card support for the fe driverTakeshi Shibagaki
2001-09-02Update the fe driver to probe and attach under a NEWCARD kernel.Takeshi Shibagaki
2001-07-02Fixed to support C-NET(9N)E.Yoshihiro Takahashi
2001-02-06Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp
2001-02-04Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp
2001-02-04Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp
2000-11-10The fe driver does not support pnp devices.Yoshihiro Takahashi
2000-10-22Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() toYoshihiro Takahashi
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-10-15Move DELAY() from <machine/clock.h> to <sys/systm.h>Poul-Henning Kamp
2000-09-22Removed unneeded include files.Yoshihiro Takahashi
2000-09-15Use driver_intr_t instead of the now defunct inthand2_t.John Baldwin
2000-09-14- Newbus'ify and bus_space'ify.Yoshihiro Takahashi
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-05-28Mass update of isa drivers using compatability shims to usePeter Wemm
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-05-01Add $FreeBSD$Peter Wemm
2000-03-29Ratoc REX-9880/83 support (PC-98 only). This commit added functionsKATO Takenori
1999-10-25Make release is now falling over in if_fe.c due to Warner's pccard changes:Bill Paul
1999-09-25Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp
1999-08-31C-NET(9N)C support (PC-98 only).Yoshihiro Takahashi
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-23- Make binary size smaller.KATO Takenori