/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:
parent
00dfac31dc
commit
a54c32ddb9
@ -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
|
||||
|
@ -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
|
||||
|
@ -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))
|
||||
|
@ -1780,6 +1780,7 @@ controller pci0
|
||||
controller ahc1
|
||||
controller amd0
|
||||
controller ncr0
|
||||
controller sym0
|
||||
controller isp0
|
||||
#
|
||||
# Options for ISP
|
||||
|
@ -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
|
||||
|
@ -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))
|
||||
|
@ -1780,6 +1780,7 @@ controller pci0
|
||||
controller ahc1
|
||||
controller amd0
|
||||
controller ncr0
|
||||
controller sym0
|
||||
controller isp0
|
||||
#
|
||||
# Options for ISP
|
||||
|
@ -1780,6 +1780,7 @@ controller pci0
|
||||
controller ahc1
|
||||
controller amd0
|
||||
controller ncr0
|
||||
controller sym0
|
||||
controller isp0
|
||||
#
|
||||
# Options for ISP
|
||||
|
Loading…
Reference in New Issue
Block a user