diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-01-19 13:03:41 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-01-19 13:03:41 +0000 |
| commit | 80d739b4ec1776edcb466c14673b6dc966c31851 (patch) | |
| tree | 49fcacea9ced688f1bc8c175e09c7614223a1fe4 | |
| parent | 5ae7f4d7467c2e2acc51f1cad70bb8bfd331e97d (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/SIMOS | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/alpha/conf/SIMOS b/sys/alpha/conf/SIMOS index be13e1a046a9..83d9dd2b507a 100644 --- a/sys/alpha/conf/SIMOS +++ b/sys/alpha/conf/SIMOS @@ -33,20 +33,15 @@ options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=100 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console -config kernel root on da0 +config kernel device pci -device tlsb -device gbus -device kft -device dwlpx device simos device scbus device da -device od -device st +device sa device cd # Order is important here due to intrusive probes, do *not* alphabetize |
