Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/conf optional'ize the apid locat...



details:   https://anonhg.NetBSD.org/src/rev/2c1d85e4ed6f
branches:  sommerfeld_i386mp_1
changeset: 482327:2c1d85e4ed6f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Dec 29 21:34:04 2000 +0000

description:
optional'ize the apid locator on mainbus children.

diffstat:

 sys/arch/i386/conf/files.i386 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c216a995a785 -r 2c1d85e4ed6f sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386     Fri Dec 29 21:25:47 2000 +0000
+++ b/sys/arch/i386/conf/files.i386     Fri Dec 29 21:34:04 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i386,v 1.147.2.7 2000/11/27 01:09:00 sommerfeld Exp $
+#      $NetBSD: files.i386,v 1.147.2.8 2000/12/29 21:34:04 thorpej Exp $
 #
 # new style config file for i386 architecture
 #
@@ -129,7 +129,7 @@
 # System bus types
 #
 
-define mainbus { apid = -1 }
+define mainbus { [apid = -1] }
 # XXX BIOS32 only if something that uses it is configured!
 device mainbus: isabus, eisabus, mcabus, pcibus, mainbus, bios32
 attach mainbus at root



Home | Main Index | Thread Index | Old Index