summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1995-04-28 00:51:40 +0000
committerdufault <dufault@FreeBSD.org>1995-04-28 00:51:40 +0000
commit6702bdcc1ba2ea51bb08f3c1785a6f5da76b017d (patch)
treeb04da640a66a433a452ccf805eb30581306a748f /sys/i386/conf
parenta7372e7b99b33efab9bd9df0d18d63bdb4f486a5 (diff)
downloadFreeBSD-src-6702bdcc1ba2ea51bb08f3c1785a6f5da76b017d.zip
FreeBSD-src-6702bdcc1ba2ea51bb08f3c1785a6f5da76b017d.tar.gz
Add National Instruments "LabPC" driver
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 671bdfd..c30911e 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.174 1995/04/24 05:33:59 phk Exp $
+# $Id: LINT,v 1.175 1995/04/25 03:44:04 phk 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
@@ -638,6 +638,8 @@ device pca0 at isa? port IO_TIMER1 tty
# gp: National Instruments AT-GPIB and AT-GPIB/TNT board
# gsc: Genius GS-4500 hand scanner.
# joy: joystick
+# labpc: National Instrument's Lab-PC and Lab-PC+
+
#
# Notes on the spigot:
# The video spigot is at 0xad6. This port address can not be changed.
@@ -659,6 +661,7 @@ 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 cy0 at isa? tty irq 10 iomem 0xd4000 vector cyintr
+device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr
#
# PCI devices:
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 671bdfd..c30911e 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.174 1995/04/24 05:33:59 phk Exp $
+# $Id: LINT,v 1.175 1995/04/25 03:44:04 phk 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
@@ -638,6 +638,8 @@ device pca0 at isa? port IO_TIMER1 tty
# gp: National Instruments AT-GPIB and AT-GPIB/TNT board
# gsc: Genius GS-4500 hand scanner.
# joy: joystick
+# labpc: National Instrument's Lab-PC and Lab-PC+
+
#
# Notes on the spigot:
# The video spigot is at 0xad6. This port address can not be changed.
@@ -659,6 +661,7 @@ 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 cy0 at isa? tty irq 10 iomem 0xd4000 vector cyintr
+device labpc0 at isa? port 0x260 tty irq 5 vector labpcintr
#
# PCI devices:
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index fefdea5..30adf58 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.96 1995/04/23 09:12:00 julian Exp $
+# $Id: files.i386,v 1.97 1995/04/23 18:30:27 wollman Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@@ -89,6 +89,7 @@ i386/isa/if_zp.c optional zp device-driver
i386/isa/isa.c optional isa device-driver
i386/isa/joy.c optional joy device-driver
i386/isa/lpt.c optional lpt device-driver
+i386/isa/labpc.c optional labpc device-driver
i386/isa/mcd.c optional mcd device-driver
i386/isa/mse.c optional mse device-driver
i386/isa/ncr5380.c optional nca device-driver
OpenPOWER on IntegriCloud