summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_de.c
Commit message (Expand)AuthorAgeFilesLines
* Use the copy of the card's MAC address saved in tulip_enaddr() in the softcjhb2005-12-221-3/+12
* Fix the type of "eaddr" to guarantee the required alignment.ru2005-12-011-8/+8
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.ru2005-11-301-19/+18
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:jhb2005-11-211-28/+20
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-9/+9
* - Use m_defrag() instead of homerolling our own variantjhb2005-08-261-68/+55
* - Remove non-bus-dma code.jhb2005-08-251-428/+134
* Major rototill of this driver to add FreeBSD bus-dma support:jhb2005-08-251-445/+701
* - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.jhb2005-08-171-19/+8
* Call tulip_start() rather than tulip_ifstart() from the interrupt handlerjhb2005-08-091-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-15/+16
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* - Use callout_*() rather than timeout() to periodically poll the media.jhb2005-07-271-40/+149
* - Use the PCIR_BAR() macro rather than hardcoding rids.jhb2005-07-211-8/+4
* Don't set if_start to tulip_ifstart all over the place. It is alreadyjhb2005-07-211-6/+0
* Remove conditional code that has largely rotted that is also not on byjhb2005-07-211-222/+13
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-146/+141
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* 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
* style(9) pass on prototypes.bms2004-07-051-21/+27
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-1/+1
* 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-311-75/+78
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use __FBSDID().obrien2003-06-111-4/+4
* Move some FALLTHROUGH comments so they work.phk2003-05-311-6/+5
* - 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-021-1/+1
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+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
OpenPOWER on IntegriCloud