summaryrefslogtreecommitdiff
path: root/sys/dev/de
AgeCommit message (Expand)Author
2005-07-21Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386John Baldwin
2005-07-21Fix a typo and some whitespace nits.John Baldwin
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-02-24Return BUS_PROBE_DEFAULT instead of 0.Warner Losh
2004-11-08Hide link up/down/media printfs behind bootverbosePoul-Henning Kamp
2004-10-18fix (for me) the problems where if_de gets really slow after timeJohn-Mark Gurney
2004-08-13Since the if_de driver doesn't contain locking, mark it asRobert Watson
2004-07-09Apply the long-overdue hatchet of style(9) death to this file.Bruce M Simpson
2004-07-05style(9) pass on prototypes.Bruce M Simpson
2004-07-04Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder
2004-07-02Bring in the first chunk of altq driver modifications. This covers theMax Laier
2004-06-09Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
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
2004-03-11Stop setting ifp->if_output to ether_output() since ether_ifattach()Maxime Henrion
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-06-13Fix alignment requirements of tulip_rombuf by further increasingBernd Walter
2003-06-11Use __FBSDID().David E. O'Brien
2003-05-31Move some FALLTHROUGH comments so they work.Poul-Henning Kamp
2003-04-15- Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd
2003-03-21- Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd
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
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-11-14o track either_ifattach/ether_ifdetach API changesSam Leffler
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-06-02Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt
2002-04-26Move the new byte order function prototypes from <sys/param.h> toMike Barcroft
2001-11-03No FreeBSD/vax here either.Peter Wemm
2001-03-25Remove some unused stuffPeter Wemm
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-25Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon
2000-10-31Convert the de driver into a loadable module. Still missing is anMark Murray
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-05-28Use the correct name for the PCI command register (PCIR_COMMAND). Don'tPeter Wemm
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-05-13Use bus_space for all register accesses.Doug Rabson
2000-05-06Bounce a copy of the mbuf to the bpf listener when we submit the framesJonathan Lemon
2000-04-25Ignore tulip chips on LanMedia WAN cards.Poul-Henning Kamp
2000-03-20A fairly simple newbusification of if_dePeter Wemm
2000-02-16Include the file that defines PCIM_CMD_BUSMASTEREN.Matt Jacob
2000-02-16Ensure that the busmaster enable bit is set; we can't assume that allMike Smith
1999-09-25Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp
1999-08-21Add missing include.Bill Fumerola
1999-08-21Implement a new generic mechanism for attaching handler functions toMike Smith