aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hatm/if_hatm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-2419/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-4/+2
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-3/+11
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-7/+1
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-2/+2
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-2/+2
* Free pointer from getenv() when done with it.Ed Maste2009-11-301-0/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-1/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov2005-09-161-3/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-5/+5
* Fix another fallout from the ifnet change that assumed that a softcHartmut Brandt2005-07-011-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-73/+81
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* All three of these drivers abused cv_waitq_empty in the same way by spinningScott Long2004-02-291-7/+2
* Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeHartmut Brandt2003-11-051-2/+7
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+1
* Reinvent the used-flag for external mbufs. This and the on-card flagHartmut Brandt2003-10-301-5/+16
* Make the maximum number of pages for external mbufs configurable inHartmut Brandt2003-10-291-1/+5
* Make the value of the HATM_DEBUG symbol the default for the debuggingHartmut Brandt2003-10-291-1/+1
* Defer allocation of the actual receive mbuf until the external bufferHartmut Brandt2003-10-291-1/+0
* Get rid of the mutexes for the exernal buffer free lists. UseHartmut Brandt2003-10-291-11/+0
* Sysctl names should not contain dots. Convert them to underlines.Hartmut Brandt2003-10-241-19/+19
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Make the driver preserve open connections accross ifconfig downHartmut Brandt2003-08-071-11/+27
* Generate events for carrier state, PVC state changes and flow controlHartmut Brandt2003-07-291-0/+6
* Remove the rather bogus statistics sysctl and merge it into theHartmut Brandt2003-07-291-17/+4
* The card resets the S/Uni chip when it is resetted. ThereforHartmut Brandt2003-07-171-0/+5
* Use the default arguments for lockfunc and lockfuncarg inHartmut Brandt2003-07-101-8/+16
* Mega busdma API commit.Scott Long2003-07-011-4/+7
* Style: __FBSDID().Hartmut Brandt2003-06-181-2/+4
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullHartmut Brandt2003-06-171-0/+2382