diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-07-23 06:36:23 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-07-23 06:36:23 +0000 |
| commit | 697fc40af6a09bd229b47f25bfafb2fc552cf6eb (patch) | |
| tree | 1256f6250a22a28c3f794f2b17c238a3106b9498 /sys/alpha | |
| parent | ec7892680fb65ef49f03decb9d955264984bb0f1 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 2 | ||||
| -rw-r--r-- | sys/alpha/conf/SIMOS | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 0afca58d47b71..d965004ee0d0b 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -80,7 +80,7 @@ options SMP # Symmetric MultiProcessor Kernel # Standard busses device isa -device pci 1 # Unit count is for ahc/ahd +device pci # Floppy drives device fdc diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 1caa85a4b835c..a7724ee3ffe16 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -45,7 +45,7 @@ options DEC_KN300 # AlphaServer 4100 (Rawhide), # HARDWARE BUS CONFIGURATION device isa -device pci 1 # Unit count is for ahc/ahd +device pci ##################################################################### diff --git a/sys/alpha/conf/SIMOS b/sys/alpha/conf/SIMOS index 4382b7053718f..ff95cf11ef1a8 100644 --- a/sys/alpha/conf/SIMOS +++ b/sys/alpha/conf/SIMOS @@ -32,7 +32,7 @@ options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=100 #Be pessimistic about Joe SCSI device -device pci 1 #Unit count is for ahc/ahd +device pci device simos |
