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
/
fatm
Commit message (
Expand
)
Author
Age
Files
Lines
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-10
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-5
/
+5
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
1
-4
/
+4
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
- Add a private timer to drive the transmit watchdog instead of using
jhb
2009-11-19
2
-11
/
+11
*
Use bus_get_dma_tag() so fatm(4) works on platforms requiring it.
marius
2008-09-30
1
-1
/
+1
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-14
/
+4
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
This driver has been MPSAFE from the beginning so declare the interrupt
harti
2006-03-21
1
-1
/
+1
*
Replace custom mbuf writeability test with generic
andre
2005-09-19
1
-2
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-16
/
+16
*
Fix another fallout from the ifnet change that assumed that a softc
harti
2005-07-01
1
-2
/
+2
*
Free the struct ifnet when detaching is complete. Also add BPF stuff.
harti
2005-06-22
1
-0
/
+23
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-85
/
+91
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
5
-5
/
+5
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Fix 0 / NULL mixup (this module isn't in LINT!)
peter
2003-12-24
1
-1
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Remove duplicate SCM ID.
obrien
2003-08-24
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
*
When configuring the interface down and up again try to re-open all
harti
2003-08-07
2
-33
/
+77
*
Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted
harti
2003-08-06
1
-35
/
+12
*
Honor the new ATMIO_FLAG_ASYNC for asynchronuous open/close operations
harti
2003-08-06
1
-4
/
+6
*
Rearrange the vcc structure so that the generic getvcc function
harti
2003-07-30
2
-265
/
+251
*
Generate events when the interface state or a PVC state changes.
harti
2003-07-29
1
-18
/
+10
*
Make the bus_dma_tag_create use NULL for the lock arguments. We are
harti
2003-07-02
1
-5
/
+6
*
Mega busdma API commit.
scottl
2003-07-01
1
-10
/
+9
*
This is a driver for Fore PCA200E cards that uses busdma and works on
harti
2003-06-23
5
-0
/
+6659