summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
* Hide link up/down/media printfs behind bootverbosephk2004-11-081-1/+2
* fix (for me) the problems where if_de gets really slow after timejmg2004-10-181-21/+0
* Since the if_de driver doesn't contain locking, mark it asrwatson2004-08-131-1/+1
* Apply the long-overdue hatchet of style(9) death to this file.bms2004-07-091-458/+547
* style(9) pass on prototypes.bms2004-07-051-21/+27
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-042-3/+3
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-021-9/+14
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-23/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+4
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-0/+2
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-111-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-312-79/+80
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Fix alignment requirements of tulip_rombuf by further increasingticso2003-06-131-4/+4
* Use __FBSDID().obrien2003-06-111-4/+4
* Move some FALLTHROUGH comments so they work.phk2003-05-312-7/+6
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+1
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-8/+8
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* o track either_ifattach/ether_ifdetach API changessam2002-11-141-14/+5
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-023-3/+3
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* No FreeBSD/vax here either.peter2001-11-031-1/+1
* Remove some unused stuffpeter2001-03-251-27/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-3/+3
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-6/+3
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-6/+6
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-8/+8
* Convert the de driver into a loadable module. Still missing is anmarkm2000-10-311-72/+14
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+1
* Use the correct name for the PCI command register (PCIR_COMMAND). Don'tpeter2000-05-281-3/+3
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-27/+2
* Use bus_space for all register accesses.dfr2000-05-132-43/+25
* Bounce a copy of the mbuf to the bpf listener when we submit the framesjlemon2000-05-061-2/+6
* Ignore tulip chips on LanMedia WAN cards.phk2000-04-251-0/+7
* A fairly simple newbusification of if_depeter2000-03-201-84/+99
* Include the file that defines PCIM_CMD_BUSMASTEREN.mjacob2000-02-161-0/+1
* Ensure that the busmaster enable bit is set; we can't assume that allmsmith2000-02-161-1/+8
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* Add missing include.billf1999-08-211-0/+1
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-2/+3
* Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI buspeter1999-08-191-11/+2
* A little more tidying up.peter1999-08-092-63/+22
* Expand a heap of macros that obscure readability and are no longer neededpeter1999-08-092-237/+122
* More pre-lite2 support zapped and some more tidy-up.peter1999-08-092-74/+1
OpenPOWER on IntegriCloud