diff options
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 7 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 64ebe5331478d..7c796f0f3d48d 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.33 1999/08/08 19:28:56 phk Exp $ +# $Id: GENERIC,v 1.34 1999/08/10 17:15:11 wpaul Exp $ machine alpha cpu EV4 @@ -90,9 +90,8 @@ device cd0 # real time clock device mcclock0 at isa0 port 0x70 -# Not enabled since it only works on CIA chipsets -#controller fdc0 at isa? port IO_FD1 irq 6 drq 2 -#disk fd0 at fdc0 drive 0 +controller fdc0 at isa? port IO_FD1 irq 6 drq 2 +disk fd0 at fdc0 drive 0 controller atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 64ebe5331478d..7c796f0f3d48d 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.33 1999/08/08 19:28:56 phk Exp $ +# $Id: GENERIC,v 1.34 1999/08/10 17:15:11 wpaul Exp $ machine alpha cpu EV4 @@ -90,9 +90,8 @@ device cd0 # real time clock device mcclock0 at isa0 port 0x70 -# Not enabled since it only works on CIA chipsets -#controller fdc0 at isa? port IO_FD1 irq 6 drq 2 -#disk fd0 at fdc0 drive 0 +controller fdc0 at isa? port IO_FD1 irq 6 drq 2 +disk fd0 at fdc0 drive 0 controller atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 |
