summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_de.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of IFF_ALLMULTI. The code did not callluigi1999-03-011-2/+4
* Removed a bogus cast to v_caddr_t. This is part of terminatingbde1999-01-291-2/+2
* Removed bogus casts to c_caddr_t. This is part of terminatingbde1999-01-291-4/+3
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-5/+5
* Silence -Wtrigraph.hoek1998-12-301-2/+2
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-2/+2
* Alias Adaptec as a vendor of Cogent NICs.msmith1998-11-281-1/+2
* If this is going to have checks for kernel versions, it might as wellpeter1998-11-061-14/+16
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. Thispeter1998-10-141-4/+4
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andpeter1998-10-131-53/+85
* Attempt to work around the page fault in tulip_txput(). I've been runningpeter1998-10-101-2/+2
* Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aidpeter1998-09-241-7/+15
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Merge changes from vendor branch.peter1998-07-081-2/+11
* Merge changes from vendor branch;peter1998-06-131-18/+41
* merge benfor branch changes onto mainline.peter1998-03-081-38/+415
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-1/+3
OpenPOWER on IntegriCloud