Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
Thanks to Richard_Koett@squamish.net for testing on his HP OmniBook 6000.
|
|
- Get rid of magic values and use meaningful names instead.
- My tester claims the 3c556 does not quite work 100% yet.
|
|
- Clean up configuration flags mess. The MiniPCI adapters share some properties
with the CardBus adapters.
|
|
(i.e., HP OmniBooks). I have sent these changes to a tester but I haven't
heard back yet. Assume for now the changes are OK since all of the other
variants I have still work.
|
|
- Add support for the 3CCFEM656C.
- Lots of code cleanup.
|
|
|
|
machines, this code needs the new PCIBIOS* options enabled in the kernel config
file to work, but your mileage may vary. Included is a working 3c575 driver for
3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575
is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has
been split into /sys/dev/ic.
|