/sys adjustments to add the `sym' controler driver.

This is commented out in GENERIC as you cannot mix `sym' with `ncr' right now.
Note that LINT is no more broken by this commit.
This commit is contained in:
obrien 1999-11-28 00:48:15 +00:00
parent 00dfac31dc
commit a54c32ddb9
8 changed files with 9 additions and 0 deletions

View File

@ -79,6 +79,7 @@ device atapist0 # ATAPI tape drives
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
controller ncr0 # NCR/Symbios Logic
#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
controller isp0 # Qlogic family
controller ahc0 # AHA2940 and onboard AIC7xxx devices
#controller esp0

View File

@ -79,6 +79,7 @@ device atapist0 # ATAPI tape drives
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
controller ncr0 # NCR/Symbios Logic
#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
controller isp0 # Qlogic family
controller ahc0 # AHA2940 and onboard AIC7xxx devices
#controller esp0

View File

@ -98,6 +98,7 @@ device wst0 #IDE Tape (e.g. Travan)
# A single entry for any of these controllers (ncr, ahb, ahc) is
# sufficient for any number of installed devices.
controller ncr0 # NCR/Symbios Logic
#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
controller ahb0 # EISA AHA1742 family
controller ahc0 # AHA2940 and onboard AIC7xxx devices
controller amd0 # AMD 53C974 (Teckram DC-390(T))

View File

@ -1780,6 +1780,7 @@ controller pci0
controller ahc1
controller amd0
controller ncr0
controller sym0
controller isp0
#
# Options for ISP

View File

@ -741,6 +741,8 @@ pci/isp_pci.c optional isp
pci/intpm.c optional intpm
pci/meteor.c optional meteor pci
pci/ncr.c optional ncr
dev/sym/sym_hipd.c optional sym \
dependency "$S/dev/sym/sym_{conf,defs}.h"
pci/pci.c optional pci
pci/pci_compat.c optional pci
pci/pcisupport.c optional pci

View File

@ -98,6 +98,7 @@ device wst0 #IDE Tape (e.g. Travan)
# A single entry for any of these controllers (ncr, ahb, ahc) is
# sufficient for any number of installed devices.
controller ncr0 # NCR/Symbios Logic
#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
controller ahb0 # EISA AHA1742 family
controller ahc0 # AHA2940 and onboard AIC7xxx devices
controller amd0 # AMD 53C974 (Teckram DC-390(T))

View File

@ -1780,6 +1780,7 @@ controller pci0
controller ahc1
controller amd0
controller ncr0
controller sym0
controller isp0
#
# Options for ISP

View File

@ -1780,6 +1780,7 @@ controller pci0
controller ahc1
controller amd0
controller ncr0
controller sym0
controller isp0
#
# Options for ISP