=================================================================== RCS file: /cvs/sys/arch/arm/sa11x0/sa11xx_pcicreg.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sys/arch/arm/sa11x0/sa11xx_pcicreg.h 2008/03/04 16:05:17 1.1 +++ sys/arch/arm/sa11x0/sa11xx_pcicreg.h 2008/05/11 10:26:11 1.2 @@ -1,4 +1,4 @@ -/* $Id: sa11xx_pcicreg.h,v 1.1 2008/03/04 16:05:17 nbrk Exp $ */ +/* $Id: sa11xx_pcicreg.h,v 1.2 2008/05/11 09:26:11 nbrk Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. @@ -35,6 +35,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#if 0 #define SAPCIC_BASE 0x20000000 #define SAPCIC_SOCKET0 0x00000000 #define SAPCIC_SOCKET1 0x10000000 @@ -42,12 +43,12 @@ #define SAPCIC_OFF_IO 0x00000000 #define SAPCIC_OFF_ATTR 0x08000000 #define SAPCIC_OFF_MEM 0xc0000000 +#endif -#if 0 #define SAPCIC_BASE_OFFSET 0x20000000 #define SAPCIC_SOCKET_OFFSET 0x10000000 #define SAPCIC_IO_OFFSET 0x00000000 #define SAPCIC_ATTR_OFFSET 0x08000000 /* attribute memory */ #define SAPCIC_COMMON_OFFSET 0x0C000000 /* common memory */ -#endif +