Module Name:    src
Committed By:   kiyohara
Date:           Sat Dec  8 11:03:37 UTC 2012

Modified Files:
        src/sys/arch/prep/conf: files.prep

Log Message:
Add required attribute mk48txx to nvram.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/prep/conf/files.prep

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/prep/conf/files.prep
diff -u src/sys/arch/prep/conf/files.prep:1.61 src/sys/arch/prep/conf/files.prep:1.62
--- src/sys/arch/prep/conf/files.prep:1.61	Wed Jun 22 18:06:35 2011
+++ src/sys/arch/prep/conf/files.prep	Sat Dec  8 11:03:36 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: files.prep,v 1.61 2011/06/22 18:06:35 matt Exp $
+#	$NetBSD: files.prep,v 1.62 2012/12/08 11:03:36 kiyohara Exp $
 #
 # prep-specific configuration info
 #
@@ -178,7 +178,7 @@ file arch/prep/pnpbus/wdc_pnpbus.c	wdc_p
 attach fdc at pnpbus with fdc_pnpbus: isadma
 file arch/prep/pnpbus/fdc_pnpbus.c	fdc_pnpbus
 
-device nvram
+device nvram: mk48txx
 attach nvram at pnpbus with nvram_pnpbus
 file arch/prep/pnpbus/nvram_pnpbus.c	nvram_pnpbus
 

Reply via email to