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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's not
peter
2000-01-29
3
-15
/
+0
*
Set ifq_maxlen to default (IFQ_MAXLEN).
mdodd
2000-01-16
1
-0
/
+1
*
Pre 4.0 tidy up.
peter
2000-01-14
1
-1
/
+2
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
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
*
Move the specification of EDGE/LEVEL triggered interrupts to
mdodd
1999-08-01
1
-4
/
+2
*
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
/
+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
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-0
/
+4
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
1
-66
/
+88
*
Fix warnings preparing for -Wall -Wcast-qual
dillon
1999-01-27
1
-4
/
+4
*
Switch type of vxintr instead of using the previous casts.
eivind
1999-01-12
4
-8
/
+8
*
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
*
Fixed printf format errors (only 1 left in GENERIC now).
bde
1998-07-13
1
-2
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Add $Id$
gpalmer
1998-02-21
1
-0
/
+2
*
Provide a missing parameter to printf to stop the kernel from panicing.
gpalmer
1998-02-21
1
-1
/
+1
*
Removed unused #includes.
bde
1998-02-20
3
-31
/
+0
*
Staticize.
eivind
1998-02-09
1
-1
/
+1
*
Make INET a proper option.
eivind
1998-01-08
3
-5
/
+11
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-1
/
+0
*
To obey the traditional practice in mbuf chaining.
itojun
1997-10-01
1
-10
/
+15
*
Add shared EISA interrupt support.
gibbs
1997-09-21
1
-3
/
+8
*
Convert to the new callout interface.
gibbs
1997-09-21
2
-5
/
+15
*
Struct arpcom should be in the beginning of a softc struct for arp and
jhay
1997-09-02
1
-1
/
+1
*
Yank the casts.
fsmp
1997-08-21
1
-1
/
+1
*
Add several casts and include several header files to eliminate compiler
fsmp
1997-08-21
1
-2
/
+2
*
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
2
-7
/
+3
*
Removed unused #includes.
bde
1997-06-14
1
-16
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-1
/
+1
*
Some of these cards are always in promiscous mode :-(
phk
1997-01-28
1
-15
/
+12
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
1
-15
/
+9
*
Support 4 of these as default, it only cost us 12 bytes more.
phk
1996-12-15
1
-0
/
+5
*
Some imporvemnets to the vx driver.
guido
1996-12-02
1
-57
/
+81
*
Some imporvemnets to the vx driver.
guido
1996-12-02
1
-1
/
+1
*
Fix ifconfig link flag handling
guido
1996-11-21
1
-3
/
+6
*
New vx driver for:
guido
1996-11-04
4
-0
/
+1861