diff options
-rw-r--r-- | sys/alpha/conf/GENERIC | 10 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 5e08e44..d0fc986 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -106,11 +106,11 @@ device amr # AMI MegaRAID device mlx # Mylex DAC960 family # atkbdc0 controls both the keyboard and the PS/2 mouse -device atkbdc 1 -device atkbd -device psm +device atkbdc 1 # At keyboard controller +device atkbd # at keyboard +device psm # psm mouse -device vga +device vga # VGA screen # splash screen/screen saver device splash @@ -122,7 +122,7 @@ device sc 1 device mcclock # Serial (COM) ports -device sio +device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 5e08e44..d0fc986 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -106,11 +106,11 @@ device amr # AMI MegaRAID device mlx # Mylex DAC960 family # atkbdc0 controls both the keyboard and the PS/2 mouse -device atkbdc 1 -device atkbd -device psm +device atkbdc 1 # At keyboard controller +device atkbd # at keyboard +device psm # psm mouse -device vga +device vga # VGA screen # splash screen/screen saver device splash @@ -122,7 +122,7 @@ device sc 1 device mcclock # Serial (COM) ports -device sio +device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc |