diff options
-rw-r--r-- | sys/pc98/conf/GENERIC | 7 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC98 | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index a757d28..61b39b8 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -88,13 +88,14 @@ device wcd0 #IDE CD-ROM #device wst0 #IDE Tape (e.g. Travan) # SCSI Controllers -# A single entry for any of these controllers (ncr, ahb, ahc) is +# A single entry for any of these controllers (ahb, ahc, amd, ncr, etc...) is # sufficient for any number of installed devices. -controller ncr0 # NCR/Symbios Logic +controller adv0 controller ahc0 # AHA2940 and onboard AIC7xxx devices controller amd0 # AMD 53C974 (Teckram DC-390(T)) controller isp0 # Qlogic family -controller adv0 +controller ncr0 # NCR/Symbios Logic +#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts) # # WD33C93 SCSI card (55/92 like board) diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index a757d28..61b39b8 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -88,13 +88,14 @@ device wcd0 #IDE CD-ROM #device wst0 #IDE Tape (e.g. Travan) # SCSI Controllers -# A single entry for any of these controllers (ncr, ahb, ahc) is +# A single entry for any of these controllers (ahb, ahc, amd, ncr, etc...) is # sufficient for any number of installed devices. -controller ncr0 # NCR/Symbios Logic +controller adv0 controller ahc0 # AHA2940 and onboard AIC7xxx devices controller amd0 # AMD 53C974 (Teckram DC-390(T)) controller isp0 # Qlogic family -controller adv0 +controller ncr0 # NCR/Symbios Logic +#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts) # # WD33C93 SCSI card (55/92 like board) |