aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fatm
Commit message (Expand)AuthorAgeFilesLines
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-16/+16
* Fix another fallout from the ifnet change that assumed that a softcHartmut Brandt2005-07-011-2/+2
* Free the struct ifnet when detaching is complete. Also add BPF stuff.Hartmut Brandt2005-06-221-0/+23
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-85/+91
* 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-065-5/+5
* 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-265/+251
* 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