Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/amiga
Module Name: src
Committed By: rkujawa
Date: Mon Sep 19 19:15:29 UTC 2011
Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL files.amiga
src/sys/arch/amiga/include: pci_machdep.h
src/sys/arch/amiga/pci: mppb.c p5pb.c p5pbreg.h
Added Files:
src/sys/arch/amiga/pci: pci_machdep.c
Log Message:
Minor changes to Amiga PCI MD code:
- Add bus enumeration and resource assignment (PCI_NETBSD_CONFIGURE) to mppb(4)
- no more need to run AmigaOS to configure the bus.
- Add PCI configuration address register to p5pb(4).
- Add PCI I/O space support to p5pb(4).
- Move common code from p5pb(4) and mppb(4) to new pci_machdep.c file.
- Fix style.
To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.271 -r1.272 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/amiga/conf/GENERIC.in
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/amiga/conf/INSTALL
cvs rdiff -u -r1.147 -r1.148 src/sys/arch/amiga/conf/files.amiga
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/include/pci_machdep.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/pci/mppb.c \
src/sys/arch/amiga/pci/p5pb.c src/sys/arch/amiga/pci/p5pbreg.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/pci/pci_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index