Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-06 | -Wall -Werror cleanup. | Miod Vallat | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-09-21 | phys_map declaration comes from <vm/vm.h>, no need to declare it locally. | Miod Vallat | |
2001-09-02 | Fix typos, update vtophys() prototype. | Miod Vallat | |
2001-09-02 | Removed, use common powerpc one instead. | Miod Vallat | |
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-17 | provide a way to get the number used for irq line, not only a string | Michael Shalayeff | |
representation, this is needed for devices like cbb which pass the interrupt line down to the cardbus attachment and not getting the right line before pci_intr_map() has done it's dirty deed. tested on i386 by jason@, compiles on alpha by art@. ppc and mveppc are to be test-compiled, but should work (; | |||
2001-07-06 | resolve compile problems | Steve Murphree | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-06-26 | Initial import of mvmeppc. | Steve Murphree | |