aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pdq/if_fea.c
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+6
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+2
* Make this compile on alpha.Andrew Gallatin2003-07-311-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-3/+3
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.Matthew N. Dodd2002-03-291-76/+104
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* Use appropriate resource management accessors instead of directlyMatthew N. Dodd2000-10-181-1/+1
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-3/+3
* Don't use at_shutdown() now that we have new_bus which lets usMatthew N. Dodd1999-07-311-8/+11
* Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenPeter Wemm1999-07-101-400/+170
* These two drivers have not been converted for newbus eisa yet.Peter Wemm1999-05-021-1/+4
* Silence warnings.Eivind Eklund1999-01-121-2/+2
* The previous commit was bogus. malloc(..., M_WAITOK) should not beBruce Evans1999-01-011-2/+6
* malloc(xxx, yyy, M_WAITOK) does not fail. This probably explains whyEivind Eklund1998-12-091-6/+2
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-4/+4
* Removed unused #includes.Bruce Evans1998-02-201-8/+1
* Make INET a proper option.Eivind Eklund1998-01-081-2/+4
* Add shared EISA interrupt support.Justin T. Gibbs1997-09-211-2/+7
* Bruce wants the warning.Peter Wemm1997-09-141-2/+2
* Fix a warning.Peter Wemm1997-09-131-2/+2
* Removed unused #includes.Bruce Evans1997-07-201-28/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upJoerg Wunsch1997-01-171-25/+10
* Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'mJoerg Wunsch1997-01-171-0/+537