index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
pci
/
if_de.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing include.
billf
1999-08-21
1
-0
/
+1
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-2
/
+3
*
Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI bus
peter
1999-08-19
1
-11
/
+2
*
A little more tidying up.
peter
1999-08-09
1
-40
/
+18
*
Expand a heap of macros that obscure readability and are no longer needed
peter
1999-08-09
1
-170
/
+122
*
More pre-lite2 support zapped and some more tidy-up.
peter
1999-08-09
1
-53
/
+0
*
Unifdef -D__FreeBSD__ - and remove pre-lite2 support.
peter
1999-08-09
1
-106
/
+9
*
Unifdef -U__NetBSD__
peter
1999-08-09
1
-180
/
+1
*
Unifdef -U__bsdi__
peter
1999-08-09
1
-256
/
+3
*
s/Id/FreeBSD/
peter
1999-08-09
1
-1
/
+2
*
Strip __FreeBSD_version >= 300000 conditionals.
peter
1999-08-09
1
-22
/
+7
*
Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.
peter
1999-08-09
1
-15
/
+102
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-4
/
+1
*
#include "pci.h" for the build dir, not <pci.h>
peter
1999-05-10
1
-2
/
+2
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Changes to support diskless booting on the alpha:
dfr
1999-05-03
1
-5
/
+5
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
MF22... add bridging support to the device drivers. Without this
luigi
1999-03-17
1
-1
/
+22
*
Merge NetBSD 1.80->1.82 changes from vendor branch into mainline.
peter
1999-03-14
1
-18
/
+20
*
set if_snd.ifq_maxlen to something reasonable - note that if_de.c has
peter
1999-03-13
1
-1
/
+5
*
Fix handling of IFF_ALLMULTI. The code did not call
luigi
1999-03-01
1
-2
/
+4
*
Removed a bogus cast to v_caddr_t. This is part of terminating
bde
1999-01-29
1
-2
/
+2
*
Removed bogus casts to c_caddr_t. This is part of terminating
bde
1999-01-29
1
-4
/
+3
*
Fix warnings related to -Wall -Wcast-qual
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-5
/
+5
*
Silence -Wtrigraph.
hoek
1998-12-30
1
-2
/
+2
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-2
/
+2
*
Alias Adaptec as a vendor of Cogent NICs.
msmith
1998-11-28
1
-1
/
+2
*
If this is going to have checks for kernel versions, it might as well
peter
1998-11-06
1
-14
/
+16
*
Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. This
peter
1998-10-14
1
-4
/
+4
*
Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, and
peter
1998-10-13
1
-53
/
+85
*
Attempt to work around the page fault in tulip_txput(). I've been running
peter
1998-10-10
1
-2
/
+2
*
Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aid
peter
1998-09-24
1
-7
/
+15
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-2
/
+2
*
Merge changes from vendor branch.
peter
1998-07-08
1
-2
/
+11
*
Merge changes from vendor branch;
peter
1998-06-13
1
-18
/
+41
*
merge benfor branch changes onto mainline.
peter
1998-03-08
1
-38
/
+415
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-1
/
+3
*
Removed unused #includes.
bde
1998-02-20
1
-3
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-2
/
+5
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+3
*
Ifdefed a conditionally used #include.
bde
1997-11-22
1
-2
/
+4
*
Merge 971020 stuff.. Check 21142? SROM CRC.
peter
1997-11-08
1
-5
/
+10
*
Recognize even more of the Znyx 314 cards.
phk
1997-10-25
1
-2
/
+2
*
Merge in changes from Matt. Accton EN12xx support, bugfixes. There is
peter
1997-10-18
1
-43
/
+177
*
Attempt to support IPX.
peter
1997-10-12
1
-1
/
+22
[next]