summaryrefslogtreecommitdiff
path: root/sys/dev/fatm/if_fatm.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-301-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Fix 0 / NULL mixup (this module isn't in LINT!)Peter Wemm2003-12-241-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Remove duplicate SCM ID.David E. O'Brien2003-08-241-2/+0
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* When configuring the interface down and up again try to re-open allHartmut Brandt2003-08-071-33/+76
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedHartmut Brandt2003-08-061-35/+12
* Honor the new ATMIO_FLAG_ASYNC for asynchronuous open/close operationsHartmut Brandt2003-08-061-4/+6
* Rearrange the vcc structure so that the generic getvcc functionHartmut Brandt2003-07-301-260/+243
* Generate events when the interface state or a PVC state changes.Hartmut Brandt2003-07-291-18/+10
* Make the bus_dma_tag_create use NULL for the lock arguments. We areHartmut Brandt2003-07-021-5/+6
* Mega busdma API commit.Scott Long2003-07-011-10/+9
* This is a driver for Fore PCA200E cards that uses busdma and works onHartmut Brandt2003-06-231-0/+3083