index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
macppc
/
pci
/
mpcpcibus.c
Age
Commit message (
Expand
)
Author
2009-03-29
bzero pci attach args
Mark Kettenis
2008-03-25
Make pci_intr_map(9) fail if the interrupt line register is set to 0xff.
Mark Kettenis
2006-12-14
Make pci subsystem aware of domains. Each host bridge gets assigned a unique
Mark Kettenis
2006-12-05
Implement an alternative workaround for the extent lies out of region panic
Gordon Willem Klok
2006-10-27
Partially revert 1.33 the range calculation change for bandit
Gordon Willem Klok
2006-10-23
Change bandit as found in many old world macs to use configuration type 1.
Gordon Willem Klok
2006-05-10
Use a macro in the MI powerpc PCI header for pci_intr_line() instead
Brad Smith
2006-03-13
* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to
Brad Smith
2006-02-11
remove unused srom_crc32() function.
Brad Smith
2006-02-03
Implement interrupt mapping according to the OFW Interrupt Mapping recommended
Mark Kettenis
2005-12-16
Missing splx in setfault() error path.
Miod Vallat
2005-11-07
remove vtophys() on *ppc.
Brad Smith
2005-10-08
if find_node_intr() doesn't find a match, try to use the contents of
Dale Rahn
2005-10-03
Kettenis figured out how to make this run on G5, then I went back and
Dale Rahn
2005-06-08
Remove the bus_reverse field out of the powerpc bus structure, originally
Dale Rahn
2003-12-20
Pass -Wformat
Miod Vallat
2003-10-21
spacing cleanup.
Dale Rahn
2003-10-15
Further down the ANSI/KNF road, only binary difference is __LINE__.
Dale Rahn
2003-06-09
more 3/4 cleanup for pefo
Theo de Raadt
2003-05-07
string cleaning
Theo de Raadt
2003-02-26
Remove an unnecessary structure copy from useage of setfault(), call
Dale Rahn
2003-02-18
intial -> initial;
Jason McIntyre
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-10-07
Improved workaround for cardbus support on macppc. This allows mappings to
Dale Rahn
2002-09-15
backout premature
Theo de Raadt
2002-09-15
KNF
Theo de Raadt
2002-09-06
KNF.
Dale Rahn
2002-07-23
Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other
Dale Rahn
2002-04-22
Fix a couple of typos.
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
2002-03-02
cleanup.
Dale Rahn
2002-01-26
Kludge, protect against bus faults during pci probes. allows OpenBSD
Dale Rahn
2001-12-21
Unbreak gm0. regression test should be done next time...
Dale Rahn
2001-12-14
From NetBSD:
Dale Rahn
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-21
phys_map declaration comes from <vm/vm.h>, no need to declare it locally.
Miod Vallat
2001-09-01
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
Dale Rahn