diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-07-17 12:42:37 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-07-17 12:42:37 +0000 |
| commit | b57fa59aa80844ed13d75e3a9244edfa592e5674 (patch) | |
| tree | 30ca109f3776b21ce4601a085a4ea89b19672d76 /sys/pc98 | |
| parent | 752c7d08628a4cdce422779560f1be2eea437b57 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/conf/GENERIC | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index e7d5875159a6..753d89aeca29 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -12,8 +12,9 @@ # latest information. # # An exhaustive list of options and more detailed explanations of the -# device lines is also present in the NOTES configuration file. If you are -# in doubt as to the purpose or necessity of a line, check first in NOTES. +# 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. # # $FreeBSD$ @@ -113,12 +114,11 @@ device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) # keyboard driver -device pckbd 1 # at keyboard +device pckbd 1 # PC98 keyboard device gdc # GDC screen -# 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 |
