summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm/if_hatm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-3/+11
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-7/+1
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-2/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-2/+2
* Free pointer from getenv() when done with it.emaste2009-11-301-0/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-161-3/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-5/+5
* Fix another fallout from the ifnet change that assumed that a softcharti2005-07-011-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-73/+81
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* All three of these drivers abused cv_waitq_empty in the same way by spinningscottl2004-02-291-7/+2
* Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeharti2003-11-051-2/+7
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+1
* Reinvent the used-flag for external mbufs. This and the on-card flagharti2003-10-301-5/+16
* Make the maximum number of pages for external mbufs configurable inharti2003-10-291-1/+5
* Make the value of the HATM_DEBUG symbol the default for the debuggingharti2003-10-291-1/+1
* Defer allocation of the actual receive mbuf until the external bufferharti2003-10-291-1/+0
* Get rid of the mutexes for the exernal buffer free lists. Useharti2003-10-291-11/+0
* 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
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Make the driver preserve open connections accross ifconfig downharti2003-08-071-11/+27
* Generate events for carrier state, PVC state changes and flow controlharti2003-07-291-0/+6
* Remove the rather bogus statistics sysctl and merge it into theharti2003-07-291-17/+4
* 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-101-8/+16
* Mega busdma API commit.scottl2003-07-011-4/+7
* Style: __FBSDID().harti2003-06-181-2/+4
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullharti2003-06-171-0/+2382
OpenPOWER on IntegriCloud