summaryrefslogtreecommitdiffstats
path: root/sys/dev/pdq/if_fea.c
Commit message (Expand)AuthorAgeFilesLines
* - Provide necessary includes.glebius2013-10-291-1/+3
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Several fixes to these drivers. Note that these two drivers are actuallyjhb2009-11-191-20/+10
* o break newbus api: add a new argument of type driver_filter_t topiso2007-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
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+6
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+2
* Make this compile on alpha.gallatin2003-07-311-1/+1
* - 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-76/+104
* Remove __P.alfred2002-03-201-7/+7
* Use appropriate resource management accessors instead of directlymdodd2000-10-181-1/+1
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-011-3/+3
* Don't use at_shutdown() now that we have new_bus which lets usmdodd1999-07-311-8/+11
* Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenpeter1999-07-101-400/+170
* These two drivers have not been converted for newbus eisa yet.peter1999-05-021-1/+4
* Silence warnings.eivind1999-01-121-2/+2
* The previous commit was bogus. malloc(..., M_WAITOK) should not bebde1999-01-011-2/+6
* malloc(xxx, yyy, M_WAITOK) does not fail. This probably explains whyeivind1998-12-091-6/+2
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-4/+4
* Removed unused #includes.bde1998-02-201-8/+1
* Make INET a proper option.eivind1998-01-081-2/+4
* Add shared EISA interrupt support.gibbs1997-09-211-2/+7
* Bruce wants the warning.peter1997-09-141-2/+2
* Fix a warning.peter1997-09-131-2/+2
* Removed unused #includes.bde1997-07-201-28/+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-25/+10
* Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'mjoerg1997-01-171-0/+537
OpenPOWER on IntegriCloud