From 751d260ffd6584d9be4ac7ad5db5cd5a312562c5 Mon Sep 17 00:00:00 2001 From: jamil Date: Tue, 9 Dec 1997 12:04:49 +0000 Subject: [PATCH] add entry in LINT for alog driver added line to files.i386 to compile in alog.c optionally as a driver --- sys/conf/NOTES | 4 +++- sys/conf/files.i386 | 3 ++- sys/i386/conf/LINT | 4 +++- sys/i386/conf/NOTES | 4 +++- sys/i386/conf/files.i386 | 3 ++- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 8c1dfbe248d8..fefdbe182e3e 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.382 1997/12/04 21:20:56 jmg Exp $ +# $Id: LINT,v 1.383 1997/12/07 08:07:17 yokota 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 @@ -1071,6 +1071,7 @@ device pca0 at isa? port IO_TIMER1 tty # apm: Laptop Advanced Power Management (experimental) # spigot: The Creative Labs Video Spigot video-acquisition board # meteor: Matrox Meteor video capture board +# alog: Industrial Computer Source AIO8-P driver # bktr: Bt848 capture boards (http://www.freebsd.org/~fsmp/HomeAuto/Bt848.html) # cy: Cyclades serial driver # dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!) @@ -1177,6 +1178,7 @@ device apm0 at isa? device gp0 at isa? port 0x2c0 tty device gsc0 at isa? port "IO_GSC1" tty drq 3 device joy0 at isa? port "IO_GAME" +device alog0 at isa? port 0x260 tty irq 5 vector alogintr device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 89062bc99d48..d800db5140c9 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.179 1997/11/25 19:30:23 markm Exp $ +# $Id: files.i386,v 1.180 1997/12/01 09:29:50 ahasty Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -90,6 +90,7 @@ i386/ibcs2/ibcs2_sysvec.c optional ibcs2 i386/ibcs2/imgact_coff.c optional ibcs2 i386/isa/aha1542.c optional aha device-driver i386/isa/aic6360.c optional aic device-driver +i386/isa/alog.c optional alog device-driver i386/isa/b004.c optional bqu device-driver i386/isa/bt5xx-445.c optional bt device-driver i386/isa/clock.c standard diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 8c1dfbe248d8..fefdbe182e3e 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.382 1997/12/04 21:20:56 jmg Exp $ +# $Id: LINT,v 1.383 1997/12/07 08:07:17 yokota 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 @@ -1071,6 +1071,7 @@ device pca0 at isa? port IO_TIMER1 tty # apm: Laptop Advanced Power Management (experimental) # spigot: The Creative Labs Video Spigot video-acquisition board # meteor: Matrox Meteor video capture board +# alog: Industrial Computer Source AIO8-P driver # bktr: Bt848 capture boards (http://www.freebsd.org/~fsmp/HomeAuto/Bt848.html) # cy: Cyclades serial driver # dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!) @@ -1177,6 +1178,7 @@ device apm0 at isa? device gp0 at isa? port 0x2c0 tty device gsc0 at isa? port "IO_GSC1" tty drq 3 device joy0 at isa? port "IO_GAME" +device alog0 at isa? port 0x260 tty irq 5 vector alogintr device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8c1dfbe248d8..fefdbe182e3e 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.382 1997/12/04 21:20:56 jmg Exp $ +# $Id: LINT,v 1.383 1997/12/07 08:07:17 yokota 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 @@ -1071,6 +1071,7 @@ device pca0 at isa? port IO_TIMER1 tty # apm: Laptop Advanced Power Management (experimental) # spigot: The Creative Labs Video Spigot video-acquisition board # meteor: Matrox Meteor video capture board +# alog: Industrial Computer Source AIO8-P driver # bktr: Bt848 capture boards (http://www.freebsd.org/~fsmp/HomeAuto/Bt848.html) # cy: Cyclades serial driver # dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!) @@ -1177,6 +1178,7 @@ device apm0 at isa? device gp0 at isa? port 0x2c0 tty device gsc0 at isa? port "IO_GSC1" tty drq 3 device joy0 at isa? port "IO_GAME" +device alog0 at isa? port 0x260 tty irq 5 vector alogintr device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 89062bc99d48..d800db5140c9 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.179 1997/11/25 19:30:23 markm Exp $ +# $Id: files.i386,v 1.180 1997/12/01 09:29:50 ahasty Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -90,6 +90,7 @@ i386/ibcs2/ibcs2_sysvec.c optional ibcs2 i386/ibcs2/imgact_coff.c optional ibcs2 i386/isa/aha1542.c optional aha device-driver i386/isa/aic6360.c optional aic device-driver +i386/isa/alog.c optional alog device-driver i386/isa/b004.c optional bqu device-driver i386/isa/bt5xx-445.c optional bt device-driver i386/isa/clock.c standard