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_hatmvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the debugging macro. The struct ifnet isn't embedded in softc
harti
2005-06-22
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafe
harti
2003-11-05
1
-0
/
+2
*
When compiled with debugging trace the number of transmit mbufs that
harti
2003-11-05
1
-0
/
+3
*
Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more than
harti
2003-10-31
1
-1
/
+5
*
Reinvent the used-flag for external mbufs. This and the on-card flag
harti
2003-10-30
1
-9
/
+10
*
Make the maximum number of pages for external mbufs configurable in
harti
2003-10-29
1
-0
/
+1
*
Make the value of the HATM_DEBUG symbol the default for the debugging
harti
2003-10-29
1
-10
/
+12
*
Inline a function that was called only in one place directly into that place.
harti
2003-10-29
1
-14
/
+24
*
We have some space in the external mbufs so use this space for
harti
2003-10-29
1
-0
/
+1
*
Defer allocation of the actual receive mbuf until the external buffer
harti
2003-10-29
1
-2
/
+2
*
Get rid of the mutexes for the exernal buffer free lists. Use
harti
2003-10-29
1
-7
/
+2
*
Make the driver preserve open connections accross ifconfig down
harti
2003-08-07
1
-0
/
+1
*
Make the driver honor the ATMIO_FLAG_ASYNC that requests
harti
2003-08-06
1
-1
/
+0
*
Rearrange the fields in the vcc table entry to fit to the requirements
harti
2003-07-30
1
-10
/
+8
*
Remove the rather bogus statistics sysctl and merge it into the
harti
2003-07-29
1
-0
/
+4
*
This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full
harti
2003-06-17
1
-0
/
+619