From 5a32c01606e82ec1418332a40235386f38f204cf Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 22 Dec 1999 05:52:04 +0000 Subject: Turn on the `sym' driver by default. It lives well beside the `ncr' driver now. On one machine with <825a> and <875> controllers, `sym' correctly attached. On another one with only a , the `ncr' driver correctly attached. --- sys/i386/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386/conf') diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index bf06608..ef62e06 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -87,7 +87,7 @@ controller amd0 # AMD 53C974 (Teckram DC-390(T)) controller dpt0 # DPT Smartcache - See LINT for options! controller isp0 # Qlogic family controller ncr0 # NCR/Symbios Logic -#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts) +controller sym0 # NCR/Symbios Logic (newer chipsets) controller adv0 at isa? port ? irq ? controller adw0 -- cgit v1.1