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:           Thu Jan 19 00:14:08 UTC 2012

Modified Files:
        src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL files.amiga
        src/sys/arch/amiga/dev: p5bus.c zbus.c
        src/sys/arch/amiga/include: pci_machdep.h
        src/sys/arch/amiga/pci: mppb.c p5membar.c p5pb.c p5pbreg.h p5pbvar.h

Log Message:
Tons of enchancements to MD PCI code:
- The G-REX 4000 and G-REX 1200 are now really supported and working (still 
only 1st slot but the rest are a matter of time).
- Add bridge identification to p5pb, simplifies the driver and make it more 
user-friendly.
- Retire P5PB_GENFB and P5PB_OLD_FIRMWARE options, these are now handled 
automatically, depending on used hardware and firmware.
- Add PCI bus reconfiguration support to p5pb (PCI_NETBSD_CONFIGURE), allows 
using G-REX without boot to AmigaOS.
- Bring p5pb registers desription up to date with my knowledge.
- Add a lot of debugging code to p5pb (enabled by P5PB_DEBUG kernel option).
- Fix PCI_NETBSD_CONFIGURE in mppb (now it really works).
- Fix quirk handling in zbus.
- Update GENERIC.in and regen the kernel configs.
- Misc cleanup.


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.280 -r1.281 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/amiga/conf/GENERIC.in
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/amiga/conf/INSTALL
cvs rdiff -u -r1.152 -r1.153 src/sys/arch/amiga/conf/files.amiga
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/p5bus.c
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/amiga/dev/zbus.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/include/pci_machdep.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amiga/pci/mppb.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/pci/p5membar.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amiga/pci/p5pb.c \
    src/sys/arch/amiga/pci/p5pbreg.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/pci/p5pbvar.h

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