diff options
author | jhb <jhb@FreeBSD.org> | 2002-07-16 18:20:17 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-07-16 18:20:17 +0000 |
commit | 0dbee33a270f3f873ba656d3ddf54d56aa494436 (patch) | |
tree | d33e0ed5be6b221e629558fb73199f7574410b27 /sys/alpha | |
parent | 339b19ff8769382b851d5afdf459444e98c38aa9 (diff) | |
download | FreeBSD-src-0dbee33a270f3f873ba656d3ddf54d56aa494436.zip FreeBSD-src-0dbee33a270f3f873ba656d3ddf54d56aa494436.tar.gz |
Various comment and minor style fixes. No actual content changes.
Inspired by: bde
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/conf/GENERIC | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index acc7f70..d965004 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -12,10 +12,9 @@ # latest information. # # An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../i386/conf/NOTES file. +# device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. Please note that this is the i386 NOTES, but it still contains -# valuable info for alpha too. +# in NOTES. # # For hardware specific information check HARDWARE.TXT # @@ -44,7 +43,8 @@ options DEC_ST550 # Personal Workstation 433, 500, 600 options DEC_ST6600 # XP1000, DP264, DS20, DS10, family options DEC_1000A # AlphaServer 1000, 1000A, 800 options DEC_KN8AE # AlphaServer 8200/8400 (Turbolaser) -options DEC_KN300 # AlphaServer 4100 (Rawhide), 1200 (Tincup) +options DEC_KN300 # AlphaServer 4100 (Rawhide), + # AlphaServer 1200 (Tincup) options INET #InterNETworking options INET6 #IPv6 communications protocols @@ -112,21 +112,19 @@ 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 atkbd # at keyboard -device psm # psm mouse +device atkbdc 1 # AT keyboard controller +device atkbd # AT keyboard +device psm # PS/2 mouse -device vga # VGA screen -device tga # TGA screen +device vga # VGA video card driver +device tga # TGA video card driver -# splash screen/screen saver -device splash +device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc 1 -# real time clock -device mcclock +device mcclock # MC146818 real time clock device # Serial (COM) ports (required) device sio # 8250, 16[45]50 based serial ports |