summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-12-20 10:53:49 +0000
committerkato <kato@FreeBSD.org>1999-12-20 10:53:49 +0000
commitbf5c8ae66b651f1f80889eeced39bb0e68fd0a9c (patch)
treee10db2b8d449227dd5cb3d8274c503d1456c3a46 /sys
parent3ae47732245de465cecd4d082a22d4dcd8df92c9 (diff)
downloadFreeBSD-src-bf5c8ae66b651f1f80889eeced39bb0e68fd0a9c.zip
FreeBSD-src-bf5c8ae66b651f1f80889eeced39bb0e68fd0a9c.tar.gz
Sync with sys/i386/conf/GENERIC rev 1.217.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/conf/GENERIC11
-rw-r--r--sys/pc98/conf/GENERIC9811
2 files changed, 14 insertions, 8 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 9247333..27730f9 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -34,8 +34,8 @@ options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
-options MD_ROOT #MD is a potential root device
options MFS #Memory Filesystem
+options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, "NFS" req'ed
options MSDOSFS #MSDOS Filesystem
@@ -127,9 +127,6 @@ device pass0 # Passthrough device (direct SCSI access)
device amr0 # AMI MegaRAID
device mlx0 # Mylex DAC960 family
-# Proprietary or custom CD-ROM Interfaces
-device matcd0 at isa? port?
-
# keyboard driver
device pckbd0 at isa? port IO_KBD irq 1
#options KBD_INSTALL_CDEV
@@ -246,7 +243,13 @@ device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
#device ed6 at isa? port 0x0770 irq 6 flags 0x800000
#device ed9 at isa? port 0x03d0 irq 6 flags 0xb00000
#device ed8 at isa? port 0xa3d0 irq 6 iomem 0xd0000 iosiz 16384 flags 0xa00000
+# NOTE: This removes the isa attachment so that the pccard unit numbers
+# come out right.
device ep0 at isa? port 0x40d0 irq 3
+# WaveLAN/IEEE 802.1 wireless NICs. Note: the WaveLAN/IEEE really
+# exists only as a PCMCIA device, so there is no ISA attatement needed
+# and resources will always be dynamically assigned by the pccard code.
+#device wi0
device fe0 at isa? port 0x00d0 irq 3
device fe1 at isa? port 0x73d0 irq 5
device lnc0 at isa? port 0x03d0 irq 6
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 9247333..27730f9 100644
--- a/sys/pc98/conf/GENERIC98
+++ b/sys/pc98/conf/GENERIC98
@@ -34,8 +34,8 @@ options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
-options MD_ROOT #MD is a potential root device
options MFS #Memory Filesystem
+options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, "NFS" req'ed
options MSDOSFS #MSDOS Filesystem
@@ -127,9 +127,6 @@ device pass0 # Passthrough device (direct SCSI access)
device amr0 # AMI MegaRAID
device mlx0 # Mylex DAC960 family
-# Proprietary or custom CD-ROM Interfaces
-device matcd0 at isa? port?
-
# keyboard driver
device pckbd0 at isa? port IO_KBD irq 1
#options KBD_INSTALL_CDEV
@@ -246,7 +243,13 @@ device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
#device ed6 at isa? port 0x0770 irq 6 flags 0x800000
#device ed9 at isa? port 0x03d0 irq 6 flags 0xb00000
#device ed8 at isa? port 0xa3d0 irq 6 iomem 0xd0000 iosiz 16384 flags 0xa00000
+# NOTE: This removes the isa attachment so that the pccard unit numbers
+# come out right.
device ep0 at isa? port 0x40d0 irq 3
+# WaveLAN/IEEE 802.1 wireless NICs. Note: the WaveLAN/IEEE really
+# exists only as a PCMCIA device, so there is no ISA attatement needed
+# and resources will always be dynamically assigned by the pccard code.
+#device wi0
device fe0 at isa? port 0x00d0 irq 3
device fe1 at isa? port 0x73d0 irq 5
device lnc0 at isa? port 0x03d0 irq 6
OpenPOWER on IntegriCloud