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
/
dev
/
vx
/
if_vx_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return
imp
2005-03-01
1
-6
/
+4
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
ss if_vx through indent, and use ANSI function definitions, prior to adding
gibbs
2004-08-18
1
-87
/
+81
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-1
/
+1
*
Start to minimize diffs between vx and ep. These latter is based on a
imp
2003-10-25
1
-3
/
+4
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+3
*
Update the vortex driver so that it no longer needs the PCI compat
wpaul
2000-11-07
1
-60
/
+95
*
Warn that this as an oldpci device..
peter
2000-05-28
1
-0
/
+4
*
Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's not
peter
2000-01-29
1
-3
/
+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