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
/
pdq
/
if_fpa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Several fixes to these drivers. Note that these two drivers are actually
jhb
2009-11-19
1
-20
/
+10
*
strict kobj sigs: fix assortment of device_detach and device_shutdown impls
avg
2009-06-11
1
-3
/
+3
*
Catchup with filters
imp
2007-02-23
1
-1
/
+1
*
- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another
ru
2005-11-11
1
-4
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-2
/
+2
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-3
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
1
-15
/
+0
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-3
/
+3
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
- Merge the pdq driver (if_fpa and if_fea) from NetBSD.
mdodd
2002-03-29
1
-47
/
+125
*
Newbusify the PCI PDQ (fddi) attachment. This isn't as clean as
peter
2001-01-02
1
-355
/
+73
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
$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
-1
/
+2
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-5
/
+6
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-3
/
+6
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-2
/
+2
*
Removed unused #includes.
bde
1998-02-20
1
-8
/
+1
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+4
*
Removed unused #includes.
bde
1997-08-02
1
-27
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) up
joerg
1997-01-17
1
-12
/
+11
*
Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'm
joerg
1997-01-17
1
-0
/
+472