Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis | |
domain number such that we can distinguish between busses with the same bus number that are behind different host bridges. Domains can be accessed by using different device nodes. ok deraadt@ | |||
2005-11-07 | remove vtophys() on *ppc. | Brad Smith | |
ok drahn@ | |||
2004-11-19 | Better Raven PREP initialization, per the book, with an evil book mistake | Miod Vallat | |
corrected. | |||
2004-01-29 | Some more cleaning and sync with other ppc ports, in order to help with a | Miod Vallat | |
future factorization of the pci bridge code. | |||
2004-01-29 | Map the raven, pcic, and isa/pci io space virtual rather than 1:1. | Miod Vallat | |
2004-01-28 | More clock handling cleanup: | Miod Vallat | |
- move clock callbacks outside the firmware structure - map the clock virtual. A bit tricky because it needs to be mapped before autoconf... - compensate for the removal of 1:1 segment 8 mapping | |||
2004-01-27 | Bad duplicate of mpcpcibr.c | Miod Vallat | |
2003-12-20 | Pass -Wformat | Miod Vallat | |
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt | |
2003-05-11 | string cleaning; krw ok | Theo de Raadt | |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2002-06-08 | Strict prototypes, and some KNF touches while there. | Miod Vallat | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
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 | |