summaryrefslogtreecommitdiffstats
path: root/sys/dev/fatm
Commit message (Expand)AuthorAgeFilesLines
* This driver has been MPSAFE from the beginning so declare the interruptharti2006-03-211-1/+1
* Replace custom mbuf writeability test with genericandre2005-09-191-2/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-16/+16
* Fix another fallout from the ifnet change that assumed that a softcharti2005-07-011-2/+2
* Free the struct ifnet when detaching is complete. Also add BPF stuff.harti2005-06-221-0/+23
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-85/+91
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-065-5/+5
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Fix 0 / NULL mixup (this module isn't in LINT!)peter2003-12-241-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Remove duplicate SCM ID.obrien2003-08-241-2/+0
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* When configuring the interface down and up again try to re-open allharti2003-08-072-33/+77
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedharti2003-08-061-35/+12
* Honor the new ATMIO_FLAG_ASYNC for asynchronuous open/close operationsharti2003-08-061-4/+6
* Rearrange the vcc structure so that the generic getvcc functionharti2003-07-302-265/+251
* Generate events when the interface state or a PVC state changes.harti2003-07-291-18/+10
* Make the bus_dma_tag_create use NULL for the lock arguments. We areharti2003-07-021-5/+6
* Mega busdma API commit.scottl2003-07-011-10/+9
* This is a driver for Fore PCA200E cards that uses busdma and works onharti2003-06-235-0/+6659
OpenPOWER on IntegriCloud