From a800f455b2eaafc23c839bc196212c4fe92e5cad Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Fri, 8 Sep 1995 03:20:10 +0000 Subject: [PATCH] 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 --- sys/conf/NOTES | 5 ++++- sys/conf/files.i386 | 3 ++- sys/i386/conf/LINT | 5 ++++- sys/i386/conf/NOTES | 5 ++++- sys/i386/conf/files.i386 | 3 ++- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5287e18c7b91..07c502f3ad28 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.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/conf/files.i386 b/sys/conf/files.i386 index 60d2cc4e5cd4..0896633f30de 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.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 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 5287e18c7b91..07c502f3ad28 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 5287e18c7b91..07c502f3ad28 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 60d2cc4e5cd4..0896633f30de 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