Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/conf sgc takes slot, not scode.



details:   https://anonhg.NetBSD.org/src/rev/fd3f6fc8d0cd
branches:  trunk
changeset: 762271:fd3f6fc8d0cd
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Feb 18 16:06:20 2011 +0000

description:
sgc takes slot, not scode.

diffstat:

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

diffs (18 lines):

diff -r ee69a4f2f75a -r fd3f6fc8d0cd sys/arch/hp300/conf/files.hp300
--- a/sys/arch/hp300/conf/files.hp300   Fri Feb 18 16:05:22 2011 +0000
+++ b/sys/arch/hp300/conf/files.hp300   Fri Feb 18 16:06:20 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hp300,v 1.82 2011/02/12 15:49:01 tsutsui Exp $
+#      $NetBSD: files.hp300,v 1.83 2011/02/18 16:06:20 tsutsui Exp $
 #
 # hp300-specific configuration info
 
@@ -46,7 +46,7 @@
 # SGC bus
 #
 
-device sgc { scode = -1 }
+device sgc { slot = -1 }
 attach sgc at mainbus
 file   arch/hp300/dev/sgc.c            sgc
 



Home | Main Index | Thread Index | Old Index