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_vx_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pre 4.0 tidy up.
peter
2000-01-14
1
-142
/
+0
*
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
msmith
1999-08-21
1
-0
/
+1
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-4
/
+5
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-4
/
+0
*
Missing revision markers.
peter
1999-05-09
1
-0
/
+1
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-4
/
+0
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-0
/
+4
*
Switch type of vxintr instead of using the previous casts.
eivind
1999-01-12
1
-1
/
+1
*
Silence warning by casting vxintr to correct type
eivind
1999-01-12
1
-1
/
+1
*
vxalloc() can return NULL. Deal with it.
eivind
1998-12-16
1
-1
/
+3
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-2
/
+2
*
Import the (Fast) Etherlink XL driver. I'm reasonally confident in its
wpaul
1998-08-16
1
-0
/
+7
*
Removed unused #includes.
bde
1998-02-20
1
-13
/
+0
*
Make INET a proper option.
eivind
1998-01-08
1
-0
/
+4
*
Yank the casts.
fsmp
1997-08-21
1
-1
/
+1
*
Add a cast to eliminate a compiler warning.
fsmp
1997-08-21
1
-1
/
+1
*
Don't cast function pointers to (void *). This will cause warnings.
bde
1997-07-01
1
-3
/
+1
*
Some imporvemnets to the vx driver.
guido
1996-12-02
1
-1
/
+1
*
New vx driver for:
guido
1996-11-04
1
-0
/
+145