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
/
sbni
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
Disable the inline assembly crc32 routine and use the C version instead.
jhb
2008-09-10
1
-87
/
+0
*
Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and
jhb
2008-09-10
5
-0
/
+1988
*
Remove the sbni(4) driver. No one responded to calls to test it on
jhb
2008-07-04
5
-1988
/
+0
*
Make sbni(4) MPSAFE:
jhb
2008-07-04
4
-124
/
+205
*
Quiet framelen uninitialized warning. I think it was a false alarm.
peter
2007-07-05
1
-1
/
+3
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
2
-2
/
+2
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-2
/
+3
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-3
/
+3
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-9
/
+9
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
3
-25
/
+29
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
4
-4
/
+4
*
Since if_sbni doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Remove improper use of if_addrhead in device drivers to check
luigi
2004-04-15
1
-4
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
2
-4
/
+4
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-2
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
2
-5
/
+4
*
There is no way to enter the attach routine twice with the same softc
brooks
2003-10-30
1
-19
/
+17
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
3
-6
/
+10
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Fix i386 assembly constraints. The same register cannot be
kan
2003-07-11
1
-3
/
+3
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
2
-4
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
network interface driver changes:
sam
2002-11-14
1
-15
/
+7
*
Use if_printf() instead of printf() to print "sbni#: blah".
brooks
2002-10-01
1
-4
/
+3
*
This driver doesn't need to include <sys/bus_private.h> either.
phk
2002-09-28
2
-2
/
+0
*
use __packed/__aligned rather than GCC-specific __attribute__.
alfred
2002-09-23
1
-1
/
+1
*
printf() formats fixes
fjoe
2002-08-06
2
-2
/
+2
*
Make driver portable:
fjoe
2002-08-05
4
-45
/
+56
*
back out one change that crept in (will be committed later)
fjoe
2002-08-05
1
-1
/
+1
*
style fixes
fjoe
2002-08-05
3
-26
/
+30
*
fix driver name in DRIVER_MODULE
fjoe
2002-07-15
2
-2
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-3
/
+5
*
Rename a variable that might accidentally be duplicated elsewhere.
msmith
2002-01-08
3
-5
/
+5
*
Add driver for Granch SBNI12-xx ISA and PCI network adapters.
fjoe
2001-11-21
5
-0
/
+1898