summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_epic_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-6/+1
* only output on situations where power state is D3. unify the message infgsch2007-10-221-13/+9
* Use pci_set_powerstate(), shrinking the code and unifying the differentfgsch2007-10-221-21/+9
* Fix various printf() issues: too many arguments, not enough arguments, argumentmiod2006-04-201-7/+5
* Fix error printf()s.krw2005-12-151-3/+2
* de-static and we don't need to enable bus mastering herebrad2005-07-021-10/+5
* use pci_matchbyid().brad2005-05-101-36/+6
* Add epic(4) driver which supersedes tx(4).brad2005-05-101-0/+277