mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Fixed a spelling error that disabled the rc driver.
This commit is contained in:
parent
c36837a8d8
commit
03e4dc0805
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57999
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user