aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1999-03-13 13:20:59 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1999-03-13 13:20:59 +0000
commitaae5936ed57fbf5b2b9d1e3fda98cba26e4c0284 (patch)
treed5d94158b074d4e08c48b6ea46d192185ed50df4 /sys/i386/conf
parent25032d194508c01077012160d6e473a8f78515bb (diff)
downloadsrc-aae5936ed57fbf5b2b9d1e3fda98cba26e4c0284.tar.gz
src-aae5936ed57fbf5b2b9d1e3fda98cba26e4c0284.zip
Make NDGBPORTS an official option.
Notes
Notes: svn path=/head/; revision=44722
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
-rw-r--r--sys/i386/conf/options.i3867
3 files changed, 10 insertions, 3 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 74166caf736f..f09d3fbb7302 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.565 1999/03/10 14:47:41 yokota Exp $
+# $Id: LINT,v 1.566 1999/03/13 06:32:06 grog 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
@@ -1474,6 +1474,7 @@ device joy0 at isa? port IO_GAME
device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000
options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
device dgb0 at isa? port 0x220 iomem 0xfc000 iosiz ? tty
+options "NDGBPORTS=16" # Defaults to 16*NDGB
device dgm0 at isa? port 0x104 iomem 0xd0000 iosiz ? tty
device labpc0 at isa? port 0x260 tty irq 5
device rc0 at isa? port 0x220 tty irq 12
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 74166caf736f..f09d3fbb7302 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.565 1999/03/10 14:47:41 yokota Exp $
+# $Id: LINT,v 1.566 1999/03/13 06:32:06 grog 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
@@ -1474,6 +1474,7 @@ device joy0 at isa? port IO_GAME
device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000
options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
device dgb0 at isa? port 0x220 iomem 0xfc000 iosiz ? tty
+options "NDGBPORTS=16" # Defaults to 16*NDGB
device dgm0 at isa? port 0x104 iomem 0xd0000 iosiz ? tty
device labpc0 at isa? port 0x260 tty irq 5
device rc0 at isa? port 0x220 tty irq 12
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index ee6cf78417bf..840fa55bb353 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.108 1999/03/10 10:11:42 julian Exp $
+# $Id: options.i386,v 1.109 1999/03/10 10:36:30 yokota Exp $
DISABLE_PSE
IDE_DELAY
@@ -179,6 +179,11 @@ IPR_VJ opt_i4b.h
OLTR_NO_TMS_MAC opt_oltr.h
OLTR_NO_HAWKEYE_MAC opt_oltr.h
OLTR_NO_BULLSEYE_MAC opt_oltr.h
+
+# Total number of ports controlled by the dgb(4) driver.
+# Defaults to NDGB*16.
+NDGBPORTS opt_dgb.h
+
# -------------------------------
# EOF
# -------------------------------