Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-13 | Fetch mac address from local-mac-address property, and use myetheraddr() only | Jason Wright | |
if it fails. (The right thing to do is have myetheraddr() do this, but that will come later). | |||
2001-12-14 | Hmm, too bad the interrupts do not configure. need pci_intr_fixup(). | Dale Rahn | |
'commit that' jason@ | |||
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
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. | |||
2001-08-23 | only include <machine/autoconf.h> on sparc64 | Jason Wright | |
2001-08-22 | pci bus frontend for hme from netbsd | Jason Wright | |