aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-02-18 13:43:59 +0000
committerMike Smith <msmith@FreeBSD.org>1998-02-18 13:43:59 +0000
commit1f98b2eb0fdba8c5754590e40e0b5f58cc4bbba8 (patch)
tree0c3efc38c454ce25762f91195f6a3e502358589e /sys/conf
parent2df8bcb8a9ede76db7ac8eb2dacfbcf8ebbb17d6 (diff)
downloadsrc-1f98b2eb0fdba8c5754590e40e0b5f58cc4bbba8.tar.gz
src-1f98b2eb0fdba8c5754590e40e0b5f58cc4bbba8.zip
Remove the 'qcam' driver. Development has ceased, and the driver is
nonfunctional. Submitted by: pst (conversation some time ago)
Notes
Notes: svn path=/head/; revision=33568
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files.i3864
-rw-r--r--sys/conf/majors4
3 files changed, 4 insertions, 7 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 203eea0ef326..8a412cccf570 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.407 1998/02/13 13:00:01 phk Exp $
+# $Id: LINT,v 1.408 1998/02/16 23:57:35 eivind Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1201,7 +1201,6 @@ controller matcd0 at isa? port 0x230 bio
device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
device ctx0 at isa? port 0x230 iomem 0xd0000
device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
-device qcam0 at isa? port "IO_LPT3" tty
device apm0 at isa?
device gp0 at isa? port 0x2c0 tty
device gsc0 at isa? port "IO_GSC1" tty drq 3
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 1638c26ebaf7..113af1c00592 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.189 1998/02/15 14:42:31 peter Exp $
+# $Id: files.i386,v 1.190 1998/02/17 11:32:33 sos Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -152,8 +152,6 @@ i386/isa/pnp.c optional pnp device-driver
i386/isa/prof_machdep.c optional profiling-routine
i386/isa/ppc.c optional ppc device-driver
i386/isa/psm.c optional psm device-driver
-i386/isa/qcam.c optional qcam device-driver
-i386/isa/qcamio.c optional qcam device-driver
i386/isa/random_machdep.c standard
i386/isa/rc.c optional rc device-driver
i386/isa/rp.c optional rp device-driver
diff --git a/sys/conf/majors b/sys/conf/majors
index 15338d0184ac..ca2537a8a45a 100644
--- a/sys/conf/majors
+++ b/sys/conf/majors
@@ -1,4 +1,4 @@
-$Id: majors.i386,v 1.28 1998/02/17 10:44:23 sos Exp $
+$Id: majors.i386,v 1.29 1998/02/17 10:52:56 jkh Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@@ -113,7 +113,7 @@ chrdev name comments
70 od SCSI "magneto-optical disk type"
71 asc AmiScan driver
72 stl Stallion (cd1400 based) (gerg@stallion.oz.au)
-73 qcam quickcam
+73 ?? was qcam
74 ccd concatenated disk
75 stli Stallion (intelligent cdk based) (gerg@stallion.oz.au)
76 scc IBM Smart Capture Card (ohashi@mickey.ai.kyutech.ac.jp)