Fri Feb 13 23:55:33 2009 UTC ()
The attribute for if_le_oioc.c should apparently be le24, not le,
so that this file is not pulled into the GENERIC32_IP3x kernel,
where am7990.c isn't built.


(he)
diff -r1.3 -r1.4 src/sys/arch/sgimips/ioc/files.ioc

cvs diff -r1.3 -r1.4 src/sys/arch/sgimips/ioc/files.ioc (expand / switch to unified diff)

--- src/sys/arch/sgimips/ioc/files.ioc 2009/02/12 06:33:57 1.3
+++ src/sys/arch/sgimips/ioc/files.ioc 2009/02/13 23:55:33 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: files.ioc,v 1.3 2009/02/12 06:33:57 rumble Exp $ 1# $NetBSD: files.ioc,v 1.4 2009/02/13 23:55:33 he Exp $
2 2
3device ioc {[offset = -1], [intr = -1] } 3device ioc {[offset = -1], [intr = -1] }
4attach ioc at mainbus 4attach ioc at mainbus
5file arch/sgimips/ioc/ioc.c ioc 5file arch/sgimips/ioc/ioc.c ioc
6 6
7device oioc {[offset = -1], [intr = -1] } 7device oioc {[offset = -1], [intr = -1] }
8attach oioc at mainbus 8attach oioc at mainbus
9file arch/sgimips/ioc/oioc.c oioc 9file arch/sgimips/ioc/oioc.c oioc
10 10
11attach le at oioc: le24 11attach le at oioc: le24
12file arch/sgimips/ioc/if_le_oioc.c le 12file arch/sgimips/ioc/if_le_oioc.c le24
13 13
14device oiocsc: wd33c93, scsi 14device oiocsc: wd33c93, scsi
15attach oiocsc at oioc 15attach oiocsc at oioc
16file arch/sgimips/ioc/oiocsc.c oiocsc 16file arch/sgimips/ioc/oiocsc.c oiocsc