summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-12-03 23:06:30 +0000
committerimp <imp@FreeBSD.org>2003-12-03 23:06:30 +0000
commit9c55ee845075b72513c582edd344707e689ae0ab (patch)
tree238f1e062f000f1babf68a8e151f190913a5b19e /sys
parent03373578dd255739b113b989c0680fa9a150572b (diff)
downloadFreeBSD-src-9c55ee845075b72513c582edd344707e689ae0ab.zip
FreeBSD-src-9c55ee845075b72513c582edd344707e689ae0ab.tar.gz
Connect the cx driver to its new location in the tree.
Update notes to reflect that cx is no longer a counted device Update options for new cx option # commented out ELAN_PPS and ELAN_XTAL since they produced errors Submitted by: rik@cronyx.ru Approved by: re@ <scottl>
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.i3866
-rw-r--r--sys/conf/options.i3863
-rw-r--r--sys/i386/conf/NOTES8
3 files changed, 10 insertions, 7 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index eeb1bb5..1f3f1bf 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -118,6 +118,9 @@ dev/ar/if_ar.c optional ar
dev/ar/if_ar_pci.c optional ar pci
dev/ar/if_ar_isa.c optional ar isa
dev/cm/if_cm_isa.c optional cm isa
+dev/cx/csigma.c optional cx
+dev/cx/cxddk.c optional cx
+dev/cx/if_cx.c optional cx
dev/dgb/dgb.c count dgb
dev/ed/if_ed_isa.c optional ed isa
dev/fb/fb.c optional fb
@@ -243,15 +246,12 @@ i386/isa/asc.c count asc
i386/isa/atpic.c standard
i386/isa/atpic_vector.s standard
i386/isa/clock.c standard
-i386/isa/cronyx.c optional cx
i386/isa/ctx.c optional ctx
-i386/isa/cx.c count cx
i386/isa/cy.c count cy
i386/isa/elink.c optional ep
i386/isa/elink.c optional ie
i386/isa/gpib.c optional gp
i386/isa/gsc.c count gsc
-i386/isa/if_cx.c optional cx
i386/isa/if_el.c count el
i386/isa/if_le.c count le
i386/isa/if_rdp.c count rdp
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index efb2668..8475b09 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -108,6 +108,9 @@ PCVT_GREENSAVER opt_pcvt.h
# Video spigot
SPIGOT_UNSECURE opt_spigot.h
+# Enables NETGRAPH support for Cronyx adapters
+NETGRAPH_CRONYX opt_ng_cronyx.h
+
# -------------------------------
# isdn4bsd: passive ISA cards
# -------------------------------
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index d41bf3c..fb163f7 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -181,8 +181,8 @@ options CPU_DIRECT_MAPPED_CACHE
options CPU_DISABLE_5X86_LSSER
options CPU_ELAN
options CPU_SOEKRIS
-options ELAN_XTAL=32768000
-options ELAN_PPS
+#options ELAN_XTAL=32768000
+#options ELAN_PPS
options CPU_ENABLE_SSE
#options CPU_DISABLE_SSE
options CPU_FASTER_5X86_FPU
@@ -506,7 +506,7 @@ hint.ar.0.at="isa"
hint.ar.0.port="0x300"
hint.ar.0.irq="10"
hint.ar.0.maddr="0xd0000"
-device cx 1
+device cx
hint.cx.0.at="isa"
hint.cx.0.port="0x240"
hint.cx.0.irq="15"
@@ -702,7 +702,7 @@ device gsc 1
hint.gsc.0.at="isa"
hint.gsc.0.port="0x270"
hint.gsc.0.drq="3"
-device dgb 1
+device dgb 1
options NDGBPORTS=17
hint.dgb.0.at="isa"
hint.dgb.0.port="0x220"
OpenPOWER on IntegriCloud