aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hatm/if_hatmvar.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-640/+0
* Fix the debugging macro. The struct ifnet isn't embedded in softcHartmut Brandt2005-06-221-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeHartmut Brandt2003-11-051-0/+2
* When compiled with debugging trace the number of transmit mbufs thatHartmut Brandt2003-11-051-0/+3
* Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more thanHartmut Brandt2003-10-311-1/+5
* Reinvent the used-flag for external mbufs. This and the on-card flagHartmut Brandt2003-10-301-9/+10
* Make the maximum number of pages for external mbufs configurable inHartmut Brandt2003-10-291-0/+1
* Make the value of the HATM_DEBUG symbol the default for the debuggingHartmut Brandt2003-10-291-10/+12
* Inline a function that was called only in one place directly into that place.Hartmut Brandt2003-10-291-14/+24
* We have some space in the external mbufs so use this space forHartmut Brandt2003-10-291-0/+1
* Defer allocation of the actual receive mbuf until the external bufferHartmut Brandt2003-10-291-2/+2
* Get rid of the mutexes for the exernal buffer free lists. UseHartmut Brandt2003-10-291-7/+2
* Make the driver preserve open connections accross ifconfig downHartmut Brandt2003-08-071-0/+1
* Make the driver honor the ATMIO_FLAG_ASYNC that requestsHartmut Brandt2003-08-061-1/+0
* Rearrange the fields in the vcc table entry to fit to the requirementsHartmut Brandt2003-07-301-10/+8
* Remove the rather bogus statistics sysctl and merge it into theHartmut Brandt2003-07-291-0/+4
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullHartmut Brandt2003-06-171-0/+619