Perry said I should ... enable pms0 for GENERIC
This commit is contained in:
parent
7a8c25946b
commit
7f2a4a5331
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.202 1998/11/10 14:09:15 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.203 1998/11/12 21:12:34 rvb Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -518,7 +518,7 @@ lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
|
||||
lms1 at isa? port 0x238 irq 5
|
||||
mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
|
||||
mms1 at isa? port 0x238 irq 5
|
||||
#pms0 at pc? irq 12 # PS/2 auxiliary port mouse
|
||||
pms0 at pc? irq 12 # PS/2 auxiliary port mouse
|
||||
#pms0 at vt? irq 12 # PS/2 auxiliary port mouse
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.99 1998/11/10 14:09:16 bouyer Exp $
|
||||
# $NetBSD: INSTALL,v 1.100 1998/11/12 21:12:35 rvb Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -27,7 +27,7 @@ options I586_CPU
|
||||
options I686_CPU
|
||||
|
||||
# CPU-related options.
|
||||
options MATH_EMULATE # floating point emulation
|
||||
#options MATH_EMULATE # floating point emulation
|
||||
#options VM86 # virtual 8086 emulation
|
||||
#options USER_LDT # user-settable LDT; used by WINE
|
||||
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
||||
@ -80,10 +80,10 @@ options MSGBUFSIZE="(128 * 1024)"
|
||||
# Compatibility options
|
||||
#options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
|
||||
#options COMPAT_09 # NetBSD 0.9,
|
||||
options COMPAT_10 # NetBSD 1.0,
|
||||
options COMPAT_11 # NetBSD 1.1,
|
||||
options COMPAT_12 # NetBSD 1.2,
|
||||
options COMPAT_13 # NetBSD 1.3,
|
||||
#options COMPAT_10 # NetBSD 1.0,
|
||||
#options COMPAT_11 # NetBSD 1.1,
|
||||
#options COMPAT_12 # NetBSD 1.2,
|
||||
#options COMPAT_13 # NetBSD 1.3,
|
||||
#options COMPAT_43 # and 4.3BSD
|
||||
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
|
||||
@ -97,12 +97,12 @@ options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
#file-system EXT2FS # second extended file system (linux)
|
||||
#file-system LFS # log-structured file system
|
||||
file-system MFS # memory file system
|
||||
file-system NFS # Network File System client
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
file-system MSDOSFS # MS-DOS file system
|
||||
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern
|
||||
#file-system NULLFS # loopback file system
|
||||
|
Loading…
Reference in New Issue
Block a user