diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-02-02 06:55:35 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-02-02 06:55:35 +0000 |
| commit | 4cf6236007840a70f623e365e1749b12d324e318 (patch) | |
| tree | ed8a670f0446ad2f44d2de64996b45b8ecf62738 | |
| parent | 12e1f465dd57c6a986db389f44a00d1855391be0 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/conf/files.i386 | 3 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 3 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/i386/conf/files.i386 | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index dd823e0063500..a890e2b6cf29e 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.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/conf/files.i386 b/sys/conf/files.i386 index 4027d80b5265a..04fe2701a40e6 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.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 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index dd823e0063500..a890e2b6cf29e 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 dd823e0063500..a890e2b6cf29e 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 4027d80b5265a..04fe2701a40e6 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 |
