summaryrefslogtreecommitdiffstats
path: root/sys/dev/pdq/if_fpa.c
Commit message (Expand)AuthorAgeFilesLines
* Several fixes to these drivers. Note that these two drivers are actuallyjhb2009-11-191-20/+10
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsavg2009-06-111-3/+3
* Catchup with filtersimp2007-02-231-1/+1
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-4/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-2/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-15/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-3/+3
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.mdodd2002-03-291-47/+125
* Newbusify the PCI PDQ (fddi) attachment. This isn't as clean aspeter2001-01-021-355/+73
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-5/+6
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-3/+6
* probe function changed from returning char * to const char *.dillon1998-12-141-2/+2
* Removed unused #includes.bde1998-02-201-8/+1
* Staticize.eivind1998-02-091-2/+2
* Make INET a proper option.eivind1998-01-081-1/+4
* Removed unused #includes.bde1997-08-021-27/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upjoerg1997-01-171-12/+11
* Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'mjoerg1997-01-171-0/+472
OpenPOWER on IntegriCloud