summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-11-05 09:37:32 +0000
committermdodd <mdodd@FreeBSD.org>2002-11-05 09:37:32 +0000
commita7a511811501bf4ea163053b4fa97a83173a6d91 (patch)
treebcffe3131f9b6eec894a5aef875b5c2270b5f82c /sys/conf
parent762ce3134537efee15aa7b8d19a43f565535c4ff (diff)
downloadFreeBSD-src-a7a511811501bf4ea163053b4fa97a83173a6d91.zip
FreeBSD-src-a7a511811501bf4ea163053b4fa97a83173a6d91.tar.gz
- Convert to newbus, bus_space etc.
- Move to MI space. Tested on: i386
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/files.i3861
-rw-r--r--sys/conf/files.pc981
4 files changed, 7 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 9379a59..262a716 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1793,6 +1793,7 @@ hint.gusc.0.flags="0x13"
#
# Miscellaneous hardware:
#
+# scd: Sony CD-ROM using proprietary (non-ATAPI) interface
# mcd: Mitsumi CD-ROM using proprietary (non-ATAPI) interface
# meteor: Matrox Meteor video capture board
# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
@@ -1844,7 +1845,10 @@ hint.gusc.0.flags="0x13"
device mcd
hint.mcd.0.at="isa"
hint.mcd.0.port="0x300"
-
+# for the Sony CDU31/33A CDROM
+device scd
+hint.scd.0.at="isa"
+hint.scd.0.port="0x230"
device joy # PnP aware, hints for nonpnp only
hint.joy.0.at="isa"
hint.joy.0.port="0x201"
diff --git a/sys/conf/files b/sys/conf/files
index 8aec70d..8b8d15f 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -621,6 +621,8 @@ dev/rp/rp.c optional rp
dev/rp/rp_isa.c optional rp isa
dev/rp/rp_pci.c optional rp pci
dev/sab/sab.c optional sab ebus
+dev/scd/scd.c optional scd isa
+dev/scd/scd_isa.c optional scd isa
dev/si/si.c optional si
dev/si/si2_z280.c optional si
dev/si/si3_t225.c optional si
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 9985160..ce3c012 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -286,7 +286,6 @@ i386/isa/pcvt/pcvt_sup.c optional vt
i386/isa/pcvt/pcvt_vtf.c optional vt
i386/isa/pmtimer.c optional pmtimer
i386/isa/prof_machdep.c optional profiling-routine
-i386/isa/scd.c count scd nowerror
i386/isa/spic.c optional spic
i386/isa/spigot.c count spigot
i386/isa/spkr.c optional speaker
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 90819a6..b0993b2 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -255,7 +255,6 @@ i386/isa/npx.c optional npx
i386/isa/pcf.c optional pcf
i386/isa/pmtimer.c optional pmtimer
i386/isa/prof_machdep.c optional profiling-routine
-i386/isa/scd.c count scd
i386/isa/spigot.c count spigot
i386/isa/stallion.c optional stl nowerror
i386/isa/tw.c count tw
OpenPOWER on IntegriCloud