aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fatm/if_fatm.c
Commit message (Expand)AuthorAgeFilesLines
* 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