summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_en_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove en(4) (no manpage present, no none removed), and the midway.c glue codeoga2009-04-151-260/+0
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-4/+4
* do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okmickey2005-09-111-8/+3
* remove __BROKEN_INDIRECT_CONFIG cruft.fgsch2002-06-191-9/+1
* First round of __P removal in sysmillert2002-03-141-5/+5
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* typo in error messagejason2001-04-061-2/+2
* now this is really prettyderaadt1998-01-071-7/+6
* call pci_intr_establish correctlyniklas1997-05-071-2/+3
* update for adaptec supportchuck1997-03-201-15/+83
* -Wall fixes needed by alphaniklas1996-10-311-2/+4
* use correct copyrightchuck1996-06-211-3/+4
* PCI glue for the en ATM device.chuck1996-06-211-0/+203