diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-08-20 00:10:22 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-08-20 00:10:22 +0000 |
| commit | f453022cd931c5fecfcd9a72e5cc40ace69d8023 (patch) | |
| tree | 9a6f216f75da28c7ff0b96ccd60bcc20ec61cc2f /sys/alpha | |
| parent | ca9cc66fbd2124a69a319016c9127d379388211c (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 8439fcbe08c7e..7235d2a915b0c 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -113,7 +113,7 @@ device amr # AMI MegaRAID device mlx # Mylex DAC960 family # atkbdc0 controls both the keyboard and the PS/2 mouse -device atkbdc 1 # AT keyboard controller +device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse @@ -123,7 +123,7 @@ device tga # TGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console -device sc 1 +device sc device mcclock # MC146818 real time clock device |
