svn commit: r304498 - in head: . share/man/man4 sys/conf sys/dev/scd sys/modules sys/modules/scd
John Baldwin
jhb at FreeBSD.org
Fri Aug 19 19:31:56 UTC 2016
Author: jhb
Date: Fri Aug 19 19:31:55 2016
New Revision: 304498
URL: https://svnweb.freebsd.org/changeset/base/304498
Log:
Remove the scd(4) driver for Sony CDU31/33 CD-ROM drives.
This is a driver for a pre-ATAPI ISA CD-ROM adapter. The driver only
uses PIO.
Deleted:
head/share/man/man4/scd.4
head/sys/dev/scd/
head/sys/modules/scd/
Modified:
head/ObsoleteFiles.inc
head/share/man/man4/Makefile
head/sys/conf/NOTES
head/sys/conf/files
head/sys/modules/Makefile
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Fri Aug 19 19:30:00 2016 (r304497)
+++ head/ObsoleteFiles.inc Fri Aug 19 19:31:55 2016 (r304498)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20160819: Remove scd(4)
+OLD_FILES+=usr/share/man/man4/scd.4.gz
# 20160815: Remove mcd(4)
OLD_FILES+=usr/share/man/man4/mcd.4.gz
# 20160703: POSIXify locales with variants
Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile Fri Aug 19 19:30:00 2016 (r304497)
+++ head/share/man/man4/Makefile Fri Aug 19 19:31:55 2016 (r304498)
@@ -441,7 +441,6 @@ MAN= aac.4 \
sbp.4 \
sbp_targ.4 \
scc.4 \
- scd.4 \
sched_4bsd.4 \
sched_ule.4 \
screen.4 \
Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES Fri Aug 19 19:30:00 2016 (r304497)
+++ head/sys/conf/NOTES Fri Aug 19 19:31:55 2016 (r304498)
@@ -2411,15 +2411,10 @@ options SND_OLDSTEREO
#
# Miscellaneous hardware:
#
-# scd: Sony CD-ROM using proprietary (non-ATAPI) interface
# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
# joy: joystick (including IO DATA PCJOY PC Card joystick)
# cmx: OmniKey CardMan 4040 pccard smartcard reader
-# for the Sony CDU31/33A CDROM
-device scd
-hint.scd.0.at="isa"
-hint.scd.0.port="0x230"
device joy # PnP aware, hints for non-PnP only
hint.joy.0.at="isa"
hint.joy.0.port="0x201"
Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Fri Aug 19 19:30:00 2016 (r304497)
+++ head/sys/conf/files Fri Aug 19 19:31:55 2016 (r304498)
@@ -2506,8 +2506,6 @@ dev/scc/scc_core.c optional scc
dev/scc/scc_dev_quicc.c optional scc quicc
dev/scc/scc_dev_sab82532.c optional scc
dev/scc/scc_dev_z8530.c optional scc
-dev/scd/scd.c optional scd isa
-dev/scd/scd_isa.c optional scd isa
dev/sdhci/sdhci.c optional sdhci
dev/sdhci/sdhci_if.m optional sdhci
dev/sdhci/sdhci_pci.c optional sdhci pci
Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile Fri Aug 19 19:30:00 2016 (r304497)
+++ head/sys/modules/Makefile Fri Aug 19 19:31:55 2016 (r304498)
@@ -322,7 +322,6 @@ SUBDIR= \
${_safe} \
${_sbni} \
scc \
- scd \
${_scsi_low} \
sdhci \
sdhci_pci \
More information about the svn-src-head
mailing list