summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm/if_hatmvar.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the debugging macro. The struct ifnet isn't embedded in softcharti2005-06-221-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeharti2003-11-051-0/+2
* When compiled with debugging trace the number of transmit mbufs thatharti2003-11-051-0/+3
* Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more thanharti2003-10-311-1/+5
* Reinvent the used-flag for external mbufs. This and the on-card flagharti2003-10-301-9/+10
* Make the maximum number of pages for external mbufs configurable inharti2003-10-291-0/+1
* Make the value of the HATM_DEBUG symbol the default for the debuggingharti2003-10-291-10/+12
* Inline a function that was called only in one place directly into that place.harti2003-10-291-14/+24
* We have some space in the external mbufs so use this space forharti2003-10-291-0/+1
* Defer allocation of the actual receive mbuf until the external bufferharti2003-10-291-2/+2
* Get rid of the mutexes for the exernal buffer free lists. Useharti2003-10-291-7/+2
* Make the driver preserve open connections accross ifconfig downharti2003-08-071-0/+1
* Make the driver honor the ATMIO_FLAG_ASYNC that requestsharti2003-08-061-1/+0
* Rearrange the fields in the vcc table entry to fit to the requirementsharti2003-07-301-10/+8
* Remove the rather bogus statistics sysctl and merge it into theharti2003-07-291-0/+4
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullharti2003-06-171-0/+619
OpenPOWER on IntegriCloud