--- wikisrc/users/rkujawa/g-rex.mdwn 2012/07/06 19:46:52 1.5 +++ wikisrc/users/rkujawa/g-rex.mdwn 2012/07/06 20:00:55 1.6 @@ -90,7 +90,8 @@ Offset - meaning 0x0010 - Interrupt enable, write 0x01 to enable interrupts (INT2 on Amiga side) -No need to fiddle with these registers, as they've been already configured properly by the firmware. +No need to fiddle with these registers, as they've been already configured +properly by the firmware. # 3. Reconfiguring the bus @@ -126,11 +127,11 @@ same knowledge that went into this docum The driver consists of several files in [[src/sys/arch/amiga/pci|http://nxr.netbsd.org/xref/src/sys/arch/amiga/pci/]] directory. -p5membar.c - Dummy driver handling AutoConf resources. -p5membarvar.h - Structures used by the p5membar. -p5pb.c - Main driver code. -p5pbreg.h - Inlcude file containing register locations. -p5pbvar.h - Structures used by the p5pb. +* p5membar.c - Dummy driver handling AutoConf resources. +* p5membarvar.h - Structures used by the p5membar. +* p5pb.c - Main driver code. +* p5pbreg.h - Inlcude file containing register locations. +* p5pbvar.h - Structures used by the p5pb. The p5pb does attach on top of p5bus, however p5membar drivers attach on top of zbus (since 8512/101 entries are seen as Zorro boards).