summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-02-02 06:55:35 +0000
committerpst <pst@FreeBSD.org>1996-02-02 06:55:35 +0000
commit9cb3ec85d3c12118e0c410a2be76cd5a8eae378b (patch)
treeed8a670f0446ad2f44d2de64996b45b8ecf62738 /sys/i386/conf
parent114c8c73e7cd7d1622a679aa729dc421f6de3c58 (diff)
downloadFreeBSD-src-9cb3ec85d3c12118e0c410a2be76cd5a8eae378b.zip
FreeBSD-src-9cb3ec85d3c12118e0c410a2be76cd5a8eae378b.tar.gz
Add in hooks for quickcam driver
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
-rw-r--r--sys/i386/conf/files.i3863
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index dd823e0..a890e2b 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -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.234 1996/01/13 23:30:10 phk Exp $
+# $Id: LINT,v 1.235 1996/01/30 22:53:44 mpp 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
@@ -746,6 +746,7 @@ 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/i386/conf/NOTES b/sys/i386/conf/NOTES
index dd823e0..a890e2b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/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.234 1996/01/13 23:30:10 phk Exp $
+# $Id: LINT,v 1.235 1996/01/30 22:53:44 mpp 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
@@ -746,6 +746,7 @@ 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/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 4027d80..04fe270 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/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.125 1996/01/24 18:47:58 peter Exp $
+# $Id: files.i386,v 1.126 1996/01/28 22:15:56 wollman Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@@ -118,6 +118,7 @@ i386/isa/pcvt/pcvt_sup.c optional vt device-driver
i386/isa/pcvt/pcvt_vtf.c optional vt device-driver
i386/isa/prof_machdep.c optional profiling-routine
i386/isa/psm.c optional psm device-driver
+i386/isa/qcam.c optional qcam device-driver
i386/isa/random_machdep.c standard
i386/isa/rc.c optional rc device-driver
i386/isa/scd.c optional scd device-driver
OpenPOWER on IntegriCloud