diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-31 20:28:26 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-31 20:28:26 +0000 |
| commit | 55663c360ae644a72e5e182be0412d1931a89223 (patch) | |
| tree | 15bae620d41a0aa864c5f0419f8c73e221ff9d85 | |
| parent | 41726a2e21b9247ef51bc7f1b215d31c9f11d5bb (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 3f64f94f7d1b..dc867f8f7367 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -89,7 +89,7 @@ device atapist # ATAPI tape drives device ahc # AHA2940 and onboard AIC7xxx devices #device esp # 53C94 & friends, not CAM-ified device isp # Qlogic family -device mpt # LSI-Logic MPT/Fusion +device mpt # LSI-Logic MPT/Fusion device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 249e6575af82..d2f55cd93dc2 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -93,7 +93,7 @@ device ahc # AHA2940 and onboard AIC7xxx devices device ahd # AHA39320/29320 and onboard AIC79xx devices device amd # AMD 53C974 (Tekram DC-390(T)) device isp # Qlogic family -device mpt # LSI-Logic MPT/Fusion +device mpt # LSI-Logic MPT/Fusion device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 |
