add entry in LINT for alog driver
added line to files.i386 to compile in alog.c optionally as a driver
This commit is contained in:
parent
09c05428ba
commit
751d260ffd
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# 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
|
# 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
|
# 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)
|
# apm: Laptop Advanced Power Management (experimental)
|
||||||
# spigot: The Creative Labs Video Spigot video-acquisition board
|
# spigot: The Creative Labs Video Spigot video-acquisition board
|
||||||
# meteor: Matrox Meteor video capture 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)
|
# bktr: Bt848 capture boards (http://www.freebsd.org/~fsmp/HomeAuto/Bt848.html)
|
||||||
# cy: Cyclades serial driver
|
# cy: Cyclades serial driver
|
||||||
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
|
# 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 gp0 at isa? port 0x2c0 tty
|
||||||
device gsc0 at isa? port "IO_GSC1" tty drq 3
|
device gsc0 at isa? port "IO_GSC1" tty drq 3
|
||||||
device joy0 at isa? port "IO_GAME"
|
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 cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr
|
||||||
device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty
|
device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty
|
||||||
device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr
|
device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# This file tells config what files go into building a kernel,
|
# This file tells config what files go into building a kernel,
|
||||||
# files marked standard are always included.
|
# 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
|
# The long compile-with and dependency lines are required because of
|
||||||
# limitations in config: backslash-newline doesn't work in strings, and
|
# 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/ibcs2/imgact_coff.c optional ibcs2
|
||||||
i386/isa/aha1542.c optional aha device-driver
|
i386/isa/aha1542.c optional aha device-driver
|
||||||
i386/isa/aic6360.c optional aic 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/b004.c optional bqu device-driver
|
||||||
i386/isa/bt5xx-445.c optional bt device-driver
|
i386/isa/bt5xx-445.c optional bt device-driver
|
||||||
i386/isa/clock.c standard
|
i386/isa/clock.c standard
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# 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
|
# 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
|
# 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)
|
# apm: Laptop Advanced Power Management (experimental)
|
||||||
# spigot: The Creative Labs Video Spigot video-acquisition board
|
# spigot: The Creative Labs Video Spigot video-acquisition board
|
||||||
# meteor: Matrox Meteor video capture 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)
|
# bktr: Bt848 capture boards (http://www.freebsd.org/~fsmp/HomeAuto/Bt848.html)
|
||||||
# cy: Cyclades serial driver
|
# cy: Cyclades serial driver
|
||||||
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
|
# 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 gp0 at isa? port 0x2c0 tty
|
||||||
device gsc0 at isa? port "IO_GSC1" tty drq 3
|
device gsc0 at isa? port "IO_GSC1" tty drq 3
|
||||||
device joy0 at isa? port "IO_GAME"
|
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 cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr
|
||||||
device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty
|
device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty
|
||||||
device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr
|
device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# 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
|
# 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
|
# 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)
|
# apm: Laptop Advanced Power Management (experimental)
|
||||||
# spigot: The Creative Labs Video Spigot video-acquisition board
|
# spigot: The Creative Labs Video Spigot video-acquisition board
|
||||||
# meteor: Matrox Meteor video capture 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)
|
# bktr: Bt848 capture boards (http://www.freebsd.org/~fsmp/HomeAuto/Bt848.html)
|
||||||
# cy: Cyclades serial driver
|
# cy: Cyclades serial driver
|
||||||
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
|
# 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 gp0 at isa? port 0x2c0 tty
|
||||||
device gsc0 at isa? port "IO_GSC1" tty drq 3
|
device gsc0 at isa? port "IO_GSC1" tty drq 3
|
||||||
device joy0 at isa? port "IO_GAME"
|
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 cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr
|
||||||
device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty
|
device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty
|
||||||
device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr
|
device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# This file tells config what files go into building a kernel,
|
# This file tells config what files go into building a kernel,
|
||||||
# files marked standard are always included.
|
# 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
|
# The long compile-with and dependency lines are required because of
|
||||||
# limitations in config: backslash-newline doesn't work in strings, and
|
# 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/ibcs2/imgact_coff.c optional ibcs2
|
||||||
i386/isa/aha1542.c optional aha device-driver
|
i386/isa/aha1542.c optional aha device-driver
|
||||||
i386/isa/aic6360.c optional aic 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/b004.c optional bqu device-driver
|
||||||
i386/isa/bt5xx-445.c optional bt device-driver
|
i386/isa/bt5xx-445.c optional bt device-driver
|
||||||
i386/isa/clock.c standard
|
i386/isa/clock.c standard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user