Index: arch/powerpc/ibm4xx/dev/opb.c =================================================================== RCS file: /opt/r/NetBSD.cvs/src/sys/arch/powerpc/ibm4xx/dev/opb.c,v retrieving revision 1.12 diff -u -r1.12 opb.c --- arch/powerpc/ibm4xx/dev/opb.c 1 Jan 2003 02:02:45 -0000 1.12 +++ arch/powerpc/ibm4xx/dev/opb.c 1 Jul 2003 19:26:22 -0000 @@ -85,12 +85,21 @@ bus_addr_t addr; int irq; } opb_devs [] = { + /* IBM405GP */ { IBM405GP, "com", IBM405GP_UART0_BASE, 0 }, { IBM405GP, "com", IBM405GP_UART1_BASE, 1 }, { IBM405GP, "emac", IBM405GP_EMAC0_BASE, 9 }, /* XXX: really irq 9..15 */ { IBM405GP, "gpio", IBM405GP_GPIO0_BASE, -1 }, { IBM405GP, "iic", IBM405GP_IIC0_BASE, 2 }, { IBM405GP, "wdog", -1, -1 }, + + /* IBM405GPR */ + { IBM405GPR, "com", IBM405GP_UART0_BASE, 0 }, + { IBM405GPR, "com", IBM405GP_UART1_BASE, 1 }, + { IBM405GPR, "emac", IBM405GP_EMAC0_BASE, 9 }, /* XXX: really irq 9..15 */ + { IBM405GPR, "gpio", IBM405GP_GPIO0_BASE, -1 }, + { IBM405GPR, "iic", IBM405GP_IIC0_BASE, 2 }, + { IBM405GPR, "wdog", -1, -1 }, { 0, NULL } }; Index: arch/powerpc/include/spr.h =================================================================== RCS file: /opt/r/NetBSD.cvs/src/sys/arch/powerpc/include/spr.h,v retrieving revision 1.29 diff -u -r1.29 spr.h --- arch/powerpc/include/spr.h 4 Apr 2003 04:03:18 -0000 1.29 +++ arch/powerpc/include/spr.h 1 Jul 2003 19:26:22 -0000 @@ -84,6 +84,7 @@ #define MPC860 0x0050 #define MPC8240 0x0081 #define IBM405GP 0x4011 +#define IBM405GPR 0x5091 #define IBM405L 0x4161 #define IBM750FX 0x7000 #define MPC7450 0x8000