summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/pci/mpcpcibus.c
AgeCommit message (Expand)Author
2009-03-29bzero pci attach argsMark Kettenis
2008-03-25Make pci_intr_map(9) fail if the interrupt line register is set to 0xff.Mark Kettenis
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-05Implement an alternative workaround for the extent lies out of region panicGordon Willem Klok
2006-10-27Partially revert 1.33 the range calculation change for banditGordon Willem Klok
2006-10-23Change bandit as found in many old world macs to use configuration type 1.Gordon Willem Klok
2006-05-10Use a macro in the MI powerpc PCI header for pci_intr_line() insteadBrad Smith
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-02-11remove unused srom_crc32() function.Brad Smith
2006-02-03Implement interrupt mapping according to the OFW Interrupt Mapping recommendedMark Kettenis
2005-12-16Missing splx in setfault() error path.Miod Vallat
2005-11-07remove vtophys() on *ppc.Brad Smith
2005-10-08if find_node_intr() doesn't find a match, try to use the contents ofDale Rahn
2005-10-03Kettenis figured out how to make this run on G5, then I went back andDale Rahn
2005-06-08Remove the bus_reverse field out of the powerpc bus structure, originallyDale Rahn
2003-12-20Pass -WformatMiod Vallat
2003-10-21spacing cleanup.Dale Rahn
2003-10-15Further down the ANSI/KNF road, only binary difference is __LINE__.Dale Rahn
2003-06-09more 3/4 cleanup for pefoTheo de Raadt
2003-05-07string cleaningTheo de Raadt
2003-02-26Remove an unnecessary structure copy from useage of setfault(), callDale Rahn
2003-02-18intial -> initial;Jason McIntyre
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-07Improved workaround for cardbus support on macppc. This allows mappings toDale Rahn
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-06KNF.Dale Rahn
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-04-22Fix a couple of typos.Miod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-02cleanup.Dale Rahn
2002-01-26Kludge, protect against bus faults during pci probes. allows OpenBSDDale Rahn
2001-12-21Unbreak gm0. regression test should be done next time...Dale Rahn
2001-12-14From NetBSD:Dale Rahn
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-21phys_map declaration comes from <vm/vm.h>, no need to declare it locally.Miod Vallat
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn