diff options
author | peter <peter@FreeBSD.org> | 2000-01-08 16:19:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-08 16:19:33 +0000 |
commit | b01aee8509d989b16357d27db2a9e3d106bacc88 (patch) | |
tree | 7ed5c8f2e06f9c90c4ae4c6c915ca305f1c60fd1 | |
parent | 87124b4c6575533ba23c4e509638b18a2042b32f (diff) | |
download | FreeBSD-src-b01aee8509d989b16357d27db2a9e3d106bacc88.zip FreeBSD-src-b01aee8509d989b16357d27db2a9e3d106bacc88.tar.gz |
Sync the sym0 description while here. It doesn't conflict with ncr0
and is enabled in GENERIC.
-rw-r--r-- | sys/i386/conf/NEWCARD | 2 | ||||
-rw-r--r-- | sys/i386/conf/PCCARD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD index b268f1f..e2d0763 100644 --- a/sys/i386/conf/NEWCARD +++ b/sys/i386/conf/NEWCARD @@ -98,7 +98,7 @@ device amd0 # AMD 53C974 (Teckram DC-390(T)) device dpt0 # DPT Smartcache - See LINT for options! device isp0 # Qlogic family device ncr0 # NCR/Symbios Logic -#device sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts) +device sym0 # NCR/Symbios Logic (newer chipsets) device adv0 at isa? port ? irq ? device adw0 diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD index 079010b..35e6116 100644 --- a/sys/i386/conf/PCCARD +++ b/sys/i386/conf/PCCARD @@ -88,7 +88,7 @@ device amd0 # AMD 53C974 (Teckram DC-390(T)) device dpt0 # DPT Smartcache - See LINT for options! device isp0 # Qlogic family device ncr0 # NCR/Symbios Logic -#device sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts) +device sym0 # NCR/Symbios Logic (newer chipsets) device adv0 at isa? port ? irq ? device adw0 |