Fixed a spelling error that disabled the rc driver.

This commit is contained in:
Bruce Evans 2000-03-13 15:29:47 +00:00
parent c36837a8d8
commit 03e4dc0805
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57999

View File

@ -175,7 +175,7 @@ static struct old_isa_driver old_drivers[] = {
#if NLABPC > 0
{ INTR_TYPE_TTY, &labpcdriver },
#endif
#if NRCD > 0
#if NRC > 0
{ INTR_TYPE_TTY, &rcdriver },
#endif
#if NRP > 0