From 7f2a4a5331a148446e3d17d5d10368fae377e502 Mon Sep 17 00:00:00 2001 From: rvb Date: Thu, 12 Nov 1998 21:12:34 +0000 Subject: [PATCH] Perry said I should ... enable pms0 for GENERIC --- sys/arch/i386/conf/GENERIC | 4 ++-- sys/arch/i386/conf/INSTALL | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e1f046ae41d4..1dc81e016150 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -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 diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index a03a76652a1d..d2a7b8ef179c 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -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