summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-09-08 03:20:10 +0000
committerjulian <julian@FreeBSD.org>1995-09-08 03:20:10 +0000
commitb1a852147e1e9076013638e19eff3bf71df16d4c (patch)
tree65b3191cb11690a26005c6a0be213922964e1fad /sys/i386/conf
parentb8ce84ec2971ddf971095eb5d0b8324191d40ad1 (diff)
downloadFreeBSD-src-b1a852147e1e9076013638e19eff3bf71df16d4c.zip
FreeBSD-src-b1a852147e1e9076013638e19eff3bf71df16d4c.tar.gz
Submitted by: Luigi Rizzo (luigi@iet.unipi.it)
Obtained from: Luigi Rizzo and Gunther Schadow config support for the asc driver and an example in LINT
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
-rw-r--r--sys/i386/conf/files.i3863
3 files changed, 10 insertions, 3 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 5287e18..07c502f 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.198 1995/09/01 20:53:41 jkh Exp $
+# $Id: LINT,v 1.199 1995/09/03 19:53:03 jkh 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
@@ -673,6 +673,7 @@ device pca0 at isa? port IO_TIMER1 tty
# cy: Cyclades high-speed serial driver (ALPHA QUALITY!)
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
# gp: National Instruments AT-GPIB and AT-GPIB/TNT board
+# asc: GI1904-based hand scanners, e.g. the Trust Amiscan Grey
# gsc: Genius GS-4500 hand scanner.
# joy: joystick
# labpc: National Instrument's Lab-PC and Lab-PC+
@@ -722,6 +723,8 @@ device rc0 at isa? port 0x220 tty irq 12 vector rcintr
# the port and irq for tw0 are fictitious
device tw0 at isa? port 0x380 tty irq 11 vector twintr
device si0 at isa? iomem 0xd0000 tty irq 12 vector siintr
+device asc0 at isa? port IO_ASC1 tty drq 3 irq 10 vector ascintr
+
#
# PCI devices:
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 5287e18..07c502f 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.198 1995/09/01 20:53:41 jkh Exp $
+# $Id: LINT,v 1.199 1995/09/03 19:53:03 jkh 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
@@ -673,6 +673,7 @@ device pca0 at isa? port IO_TIMER1 tty
# cy: Cyclades high-speed serial driver (ALPHA QUALITY!)
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
# gp: National Instruments AT-GPIB and AT-GPIB/TNT board
+# asc: GI1904-based hand scanners, e.g. the Trust Amiscan Grey
# gsc: Genius GS-4500 hand scanner.
# joy: joystick
# labpc: National Instrument's Lab-PC and Lab-PC+
@@ -722,6 +723,8 @@ device rc0 at isa? port 0x220 tty irq 12 vector rcintr
# the port and irq for tw0 are fictitious
device tw0 at isa? port 0x380 tty irq 11 vector twintr
device si0 at isa? iomem 0xd0000 tty irq 12 vector siintr
+device asc0 at isa? port IO_ASC1 tty drq 3 irq 10 vector ascintr
+
#
# PCI devices:
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 60d2cc4..0896633 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.106 1995/09/03 19:53:05 jkh Exp $
+# $Id: files.i386,v 1.107 1995/09/07 08:17:19 swallace Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@@ -73,6 +73,7 @@ i386/isa/elink.c optional ie device-driver
i386/isa/fd.c optional fd device-driver
i386/isa/ft.c optional ft device-driver
i386/isa/gpib.c optional gp device-driver
+i386/isa/asc.c optional asc device-driver
i386/isa/gsc.c optional gsc device-driver
i386/isa/if_cx.c optional cx device-driver
i386/isa/if_ed.c optional ed device-driver
OpenPOWER on IntegriCloud