From 7aab30d1d82c926bec58d7d8c9bec38f53703f2f Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 24 Oct 2002 16:46:53 +0000 Subject: [PATCH] device rc no longer requires a count since jhb newbussified the rc device driver. --- sys/i386/conf/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 3d2009755c92..cbaa0e8e42cf 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -609,7 +609,7 @@ device gsc 1 hint.gsc.0.at="isa" hint.gsc.0.port="0x270" hint.gsc.0.drq="3" -device rc 1 +device rc hint.rc.0.at="isa" hint.rc.0.port="0x220" hint.rc.0.irq="12"