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
/
hatm
/
if_hatm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Fix "struct ifnet" leaks when attach() fails in the middle.
ru
2005-09-16
1
-3
/
+4
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-5
/
+5
*
Fix another fallout from the ifnet change that assumed that a softc
harti
2005-07-01
1
-3
/
+3
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-73
/
+81
*
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
1
-1
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
All three of these drivers abused cv_waitq_empty in the same way by spinning
scottl
2004-02-29
1
-7
/
+2
*
Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafe
harti
2003-11-05
1
-2
/
+7
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+1
*
Reinvent the used-flag for external mbufs. This and the on-card flag
harti
2003-10-30
1
-5
/
+16
*
Make the maximum number of pages for external mbufs configurable in
harti
2003-10-29
1
-1
/
+5
*
Make the value of the HATM_DEBUG symbol the default for the debugging
harti
2003-10-29
1
-1
/
+1
*
Defer allocation of the actual receive mbuf until the external buffer
harti
2003-10-29
1
-1
/
+0
*
Get rid of the mutexes for the exernal buffer free lists. Use
harti
2003-10-29
1
-11
/
+0
*
Sysctl names should not contain dots. Convert them to underlines.
harti
2003-10-24
1
-19
/
+19
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-1
/
+1
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Make the driver preserve open connections accross ifconfig down
harti
2003-08-07
1
-11
/
+27
*
Generate events for carrier state, PVC state changes and flow control
harti
2003-07-29
1
-0
/
+6
*
Remove the rather bogus statistics sysctl and merge it into the
harti
2003-07-29
1
-17
/
+4
*
The card resets the S/Uni chip when it is resetted. Therefor
harti
2003-07-17
1
-0
/
+5
*
Use the default arguments for lockfunc and lockfuncarg in
harti
2003-07-10
1
-8
/
+16
*
Mega busdma API commit.
scottl
2003-07-01
1
-4
/
+7
*
Style: __FBSDID().
harti
2003-06-18
1
-2
/
+4
*
This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full
harti
2003-06-17
1
-0
/
+2382