summaryrefslogtreecommitdiffstats
path: root/sys/dev/patm/if_patm_attach.c
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* This driver has been MPSAFE from the beginning, so declare the interruptharti2006-03-211-2/+2
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-161-1/+3
* Fix another fallout from the ifnet change that assumed that a softcharti2005-07-011-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-36/+43
* 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-061-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Eliminate multiple __FBSDID and sys/cdefs.h.bms2004-03-101-2/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-1/+1
* This is a driver for IDT77252 based ATM interfaces. It has been testedharti2003-07-151-0/+1067
OpenPOWER on IntegriCloud