aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_de.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore tulip chips on LanMedia WAN cards.Poul-Henning Kamp2000-04-251-0/+7
* A fairly simple newbusification of if_dePeter Wemm2000-03-201-84/+99
* Include the file that defines PCIM_CMD_BUSMASTEREN.Matt Jacob2000-02-161-0/+1
* Ensure that the busmaster enable bit is set; we can't assume that allMike Smith2000-02-161-1/+8
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* Add missing include.Bill Fumerola1999-08-211-0/+1
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-2/+3
* Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI busPeter Wemm1999-08-191-11/+2
* A little more tidying up.Peter Wemm1999-08-091-40/+18
* Expand a heap of macros that obscure readability and are no longer neededPeter Wemm1999-08-091-170/+122
* More pre-lite2 support zapped and some more tidy-up.Peter Wemm1999-08-091-53/+0
* Unifdef -D__FreeBSD__ - and remove pre-lite2 support.Peter Wemm1999-08-091-106/+9
* Unifdef -U__NetBSD__Peter Wemm1999-08-091-180/+1
* Unifdef -U__bsdi__Peter Wemm1999-08-091-256/+3
* s/Id/FreeBSD/Peter Wemm1999-08-091-1/+2
* Strip __FreeBSD_version >= 300000 conditionals.Peter Wemm1999-08-091-22/+7
* Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.Peter Wemm1999-08-091-15/+102
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-4/+1
* #include "pci.h" for the build dir, not <pci.h>Peter Wemm1999-05-101-2/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Changes to support diskless booting on the alpha:Doug Rabson1999-05-031-5/+5
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* MF22... add bridging support to the device drivers. Without thisLuigi Rizzo1999-03-171-1/+22
* Merge NetBSD 1.80->1.82 changes from vendor branch into mainline.Peter Wemm1999-03-141-18/+20
* set if_snd.ifq_maxlen to something reasonable - note that if_de.c hasPeter Wemm1999-03-131-1/+5
* Fix handling of IFF_ALLMULTI. The code did not callLuigi Rizzo1999-03-011-2/+4
* Removed a bogus cast to v_caddr_t. This is part of terminatingBruce Evans1999-01-291-2/+2
* Removed bogus casts to c_caddr_t. This is part of terminatingBruce Evans1999-01-291-4/+3
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-5/+5
* Silence -Wtrigraph.Tim Vanderhoek1998-12-301-2/+2
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-2/+2
* Alias Adaptec as a vendor of Cogent NICs.Mike Smith1998-11-281-1/+2
* If this is going to have checks for kernel versions, it might as wellPeter Wemm1998-11-061-14/+16
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. ThisPeter Wemm1998-10-141-4/+4
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andPeter Wemm1998-10-131-53/+85
* Attempt to work around the page fault in tulip_txput(). I've been runningPeter Wemm1998-10-101-2/+2
* Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aidPeter Wemm1998-09-241-7/+15
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* Merge changes from vendor branch.Peter Wemm1998-07-081-2/+11
* Merge changes from vendor branch;Peter Wemm1998-06-131-18/+41
* merge benfor branch changes onto mainline.Peter Wemm1998-03-081-38/+415
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-1/+3
* Removed unused #includes.Bruce Evans1998-02-201-3/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-2/+5
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+3