diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-07 22:07:07 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-07 22:07:07 +0000 |
commit | c93908d2477d68f4f104c9cb790d5ad8ff809b07 (patch) | |
tree | 78ef452e0eb878287cac815af788d9f2361fba52 /sys/alpha/conf/GENERIC | |
parent | 4b7105175fd99d1e2bf3118ed8be420013ab0cf6 (diff) | |
download | FreeBSD-src-c93908d2477d68f4f104c9cb790d5ad8ff809b07.zip FreeBSD-src-c93908d2477d68f4f104c9cb790d5ad8ff809b07.tar.gz |
Sync with i386/conf/GENERIC rev 1.288 (add comments for some ISA devices).
Diffstat (limited to 'sys/alpha/conf/GENERIC')
-rw-r--r-- | sys/alpha/conf/GENERIC | 10 |
1 files changed, 5 insertions, 5 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 |