summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_en_pci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove en(4) (no manpage present, no none removed), and the midway.c glue codeoga2009-04-151-260/+0
| | | | | | | | | | | | | | | | | | | | for it. It is very unlikely this still compiles, the hardware is dead. It isn't in any arch's config file. the sparc sbus code is even commented out in files.sparc. Not to mention that the code is fucking appauling, doesn't even know that sparc got bus.h ages ago, still uses vtophys(), defines all types of functions to arch-specific hacks. I will miss the bitchy comments, though... As a note to other drivers: this is the fate that awaits you if you screw up my ctags on commonly used functions. "you have my ok" claudio@, "zap zap zap" deraadt@ If i've missed any bits, please remove them.
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-4/+4
| | | | | | | between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod.
* 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
| | | | | | | | | | | All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD.
* 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