summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-07-21 23:23:14 +0000
committerpeter <peter@FreeBSD.org>2002-07-21 23:23:14 +0000
commit5e78bc766263fc31c95c9daf0fec6fde3cc3029c (patch)
treef68e618f2f2f379d1224ef3c447e0e08ca2c4d0c
parent42304ded0280345a993c9546490814abddf51561 (diff)
downloadFreeBSD-src-5e78bc766263fc31c95c9daf0fec6fde3cc3029c.zip
FreeBSD-src-5e78bc766263fc31c95c9daf0fec6fde3cc3029c.tar.gz
Add unit counts for the i4b stuff where it still uses NFOO etc.
-rw-r--r--sys/i386/conf/NOTES26
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 1c00f88..592aa4f 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -665,7 +665,7 @@ hint.pcf.0.irq="5"
#---------------------------------------------------------------------------
# isic driver (Siemens/Infineon chipsets)
#
-device isic
+device isic 1
#
# ISA bus non-PnP Cards:
# ----------------------
@@ -764,7 +764,7 @@ options ELSA_QS1PCI
# ifpnp driver for AVM Fritz!Card PnP
#
# AVM Fritz!Card PnP
-device ifpnp
+device ifpnp 1
#
#---------------------------------------------------------------------------
# ihfc driver for Cologne Chip ISA chipsets (experimental!)
@@ -772,37 +772,37 @@ device ifpnp
# Teles 16.3c ISA PnP
# AcerISDN P10 ISA PnP
# TELEINT ISDN SPEED No.1
-device ihfc
+device ihfc 1
#
#---------------------------------------------------------------------------
# ifpi driver for AVM Fritz!Card PCI
#
# AVM Fritz!Card PCI
-device ifpi
+device ifpi 1
#
#---------------------------------------------------------------------------
# ifpi2 driver for AVM Fritz!Card PCI version 2
#
# AVM Fritz!Card PCI version 2
-device "ifpi2"
+device "ifpi2" 1
#
#---------------------------------------------------------------------------
# iwic driver for Winbond W6692 chipset
#
# ASUSCOM P-IN100-ST-D (and other Winbond W6692 based cards)
-device iwic
+device iwic 1
#
#---------------------------------------------------------------------------
# itjc driver for Simens ISAC / TJNet Tiger300/320 chipset
#
# Traverse Technologies NETjet-S
# Teles PCI-TJ
-device itjc
+device itjc 1
#
#---------------------------------------------------------------------------
# iavc driver (AVM active cards, needs i4bcapi driver!)
#
-device iavc
+device iavc 1
#
# AVM B1 ISA bus (PnP mode not supported!)
# ----------------------------------------
@@ -814,13 +814,13 @@ hint.iavc.0.irq="5"
# ISDN Protocol Stack - mandatory for all hardware drivers
#
# Q.921 / layer 2 - i4b passive cards D channel handling
-device "i4bq921"
+device "i4bq921" 1
#
# Q.931 / layer 3 - i4b passive cards D channel handling
-device "i4bq931"
+device "i4bq931" 1
#
# layer 4 - i4b common passive and active card handling
-device "i4b"
+device "i4b" 1
#
#---------------------------------------------------------------------------
# ISDN devices - mandatory for all hardware drivers
@@ -829,7 +829,7 @@ device "i4b"
device "i4btrc" 4
#
# userland driver to control the whole thing
-device "i4bctl"
+device "i4bctl" 1
#
#---------------------------------------------------------------------------
# ISDN devices - optional
@@ -855,7 +855,7 @@ device "i4bisppp" 4
device "i4bing" 2
#
# CAPI driver needed for active ISDN cards (see iavc driver above)
-device "i4bcapi"
+device "i4bcapi" 1
#
#---------------------------------------------------------------------------
OpenPOWER on IntegriCloud