summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm
Commit message (Expand)AuthorAgeFilesLines
* Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeharti2003-11-052-2/+9
* When compiled with debugging trace the number of transmit mbufs thatharti2003-11-052-2/+46
* Initialize the USED flag in new external receive buffers to 0, not to 1.harti2003-11-051-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+1
* Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more thanharti2003-10-311-1/+5
* Explain why the lock-free allocation algorithm is safe in our caseharti2003-10-301-0/+18
* Reinvent the used-flag for external mbufs. This and the on-card flagharti2003-10-303-19/+56
* Allow sending of more than one raw cell from a single mbuf. Only theharti2003-10-291-8/+11
* Remove a superfluous ) from the previous commit. This was obviouslyharti2003-10-291-1/+1
* Make the maximum number of pages for external mbufs configurable inharti2003-10-293-2/+7
* Make the value of the HATM_DEBUG symbol the default for the debuggingharti2003-10-293-13/+15
* Inline a function that was called only in one place directly into that place.harti2003-10-292-72/+72
* We have some space in the external mbufs so use this space forharti2003-10-292-2/+5
* Defer allocation of the actual receive mbuf until the external bufferharti2003-10-294-29/+30
* Get rid of the mutexes for the exernal buffer free lists. Useharti2003-10-293-52/+51
* When we cannot allocate an external buffer (bacause we've hitharti2003-10-271-9/+5
* Sysctl names should not contain dots. Convert them to underlines.harti2003-10-241-19/+19
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-6/+7
* Prefer new location of pci include files (which have only been in theimp2003-08-225-10/+10
* Make the driver preserve open connections accross ifconfig downharti2003-08-074-26/+57
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedharti2003-08-061-54/+2
* Make the driver honor the ATMIO_FLAG_ASYNC that requestsharti2003-08-064-9/+6
* Rearrange the fields in the vcc table entry to fit to the requirementsharti2003-07-302-68/+13
* Generate events for carrier state, PVC state changes and flow controlharti2003-07-293-16/+13
* Remove the rather bogus statistics sysctl and merge it into theharti2003-07-292-17/+8
* The card resets the S/Uni chip when it is resetted. Thereforharti2003-07-171-0/+5
* Use the default arguments for lockfunc and lockfuncarg inharti2003-07-105-14/+23
* Mega busdma API commit.scottl2003-07-011-4/+7
* Style: __FBSDID().harti2003-06-185-10/+16
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullharti2003-06-178-0/+6017
OpenPOWER on IntegriCloud