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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
change NULL to 0 to silence warning.
alfred
2003-12-24
1
-1
/
+1
*
Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafe
harti
2003-11-05
2
-2
/
+9
*
When compiled with debugging trace the number of transmit mbufs that
harti
2003-11-05
2
-2
/
+46
*
Initialize the USED flag in new external receive buffers to 0, not to 1.
harti
2003-11-05
1
-2
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+1
*
Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more than
harti
2003-10-31
1
-1
/
+5
*
Explain why the lock-free allocation algorithm is safe in our case
harti
2003-10-30
1
-0
/
+18
*
Reinvent the used-flag for external mbufs. This and the on-card flag
harti
2003-10-30
3
-19
/
+56
*
Allow sending of more than one raw cell from a single mbuf. Only the
harti
2003-10-29
1
-8
/
+11
*
Remove a superfluous ) from the previous commit. This was obviously
harti
2003-10-29
1
-1
/
+1
*
Make the maximum number of pages for external mbufs configurable in
harti
2003-10-29
3
-2
/
+7
*
Make the value of the HATM_DEBUG symbol the default for the debugging
harti
2003-10-29
3
-13
/
+15
*
Inline a function that was called only in one place directly into that place.
harti
2003-10-29
2
-72
/
+72
*
We have some space in the external mbufs so use this space for
harti
2003-10-29
2
-2
/
+5
*
Defer allocation of the actual receive mbuf until the external buffer
harti
2003-10-29
4
-29
/
+30
*
Get rid of the mutexes for the exernal buffer free lists. Use
harti
2003-10-29
3
-52
/
+51
*
When we cannot allocate an external buffer (bacause we've hit
harti
2003-10-27
1
-9
/
+5
*
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
*
Use __FBSDID().
obrien
2003-08-24
1
-6
/
+7
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
5
-10
/
+10
*
Make the driver preserve open connections accross ifconfig down
harti
2003-08-07
4
-26
/
+57
*
Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted
harti
2003-08-06
1
-54
/
+2
*
Make the driver honor the ATMIO_FLAG_ASYNC that requests
harti
2003-08-06
4
-9
/
+6
*
Rearrange the fields in the vcc table entry to fit to the requirements
harti
2003-07-30
2
-68
/
+13
*
Generate events for carrier state, PVC state changes and flow control
harti
2003-07-29
3
-16
/
+13
*
Remove the rather bogus statistics sysctl and merge it into the
harti
2003-07-29
2
-17
/
+8
*
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
5
-14
/
+23
*
Mega busdma API commit.
scottl
2003-07-01
1
-4
/
+7
*
Style: __FBSDID().
harti
2003-06-18
5
-10
/
+16
*
This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full
harti
2003-06-17
8
-0
/
+6017