aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fatm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* When configuring the interface down and up again try to re-open allHartmut Brandt2003-08-072-33/+77
* 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-302-264/+250
* 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-235-0/+6659