summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_de.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-131-5/+5
* 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-091-40/+18
* Expand a heap of macros that obscure readability and are no longer neededpeter1999-08-091-170/+122
* More pre-lite2 support zapped and some more tidy-up.peter1999-08-091-53/+0
* Unifdef -D__FreeBSD__ - and remove pre-lite2 support.peter1999-08-091-106/+9
* Unifdef -U__NetBSD__peter1999-08-091-180/+1
* Unifdef -U__bsdi__peter1999-08-091-256/+3
* s/Id/FreeBSD/peter1999-08-091-1/+2
* Strip __FreeBSD_version >= 300000 conditionals.peter1999-08-091-22/+7
* Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.peter1999-08-091-15/+102
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-4/+1
* #include "pci.h" for the build dir, not <pci.h>peter1999-05-101-2/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Changes to support diskless booting on the alpha:dfr1999-05-031-5/+5
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* MF22... add bridging support to the device drivers. Without thisluigi1999-03-171-1/+22
* Merge NetBSD 1.80->1.82 changes from vendor branch into mainline.peter1999-03-141-18/+20
* set if_snd.ifq_maxlen to something reasonable - note that if_de.c haspeter1999-03-131-1/+5
OpenPOWER on IntegriCloud