From owner-freebsd-stable Tue Oct 3 11:19:46 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mxbh4.isus.emc.com (mxbh4.isus.emc.com [168.159.208.52]) by hub.freebsd.org (Postfix) with ESMTP id 68B3F37B503 for ; Tue, 3 Oct 2000 11:19:44 -0700 (PDT) Received: by mxbh4.isus.emc.com with Internet Mail Service (5.5.2650.21) id ; Tue, 3 Oct 2000 14:19:38 -0400 Message-ID: <0BEC2FAE2A21D411965C00E0291E7C3340BED4@corpmx17.isus.emc.com> From: Neff_Glen@emc.com To: freebsd-stable@FreeBSD.org Subject: v3.x-stable problem Date: Tue, 3 Oct 2000 14:19:38 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I CVSUP'ed and went to compile a new kernel this morning and found a problem caused by what appears to be a typo. In the file: include/cputypes.h The line which reads: #define CPU_4 16 /* Intel Pentium 4 */ Should read: #define CPU_P4 16 /* Intel Pentium 4 */ At least according to what's called in the file: i386/identcpu.c Thanks, -G PS: Can you tell I don't really know any C? /* Glen R. J. Neff neff_glen@emc.com 919-248-6145 Dirty deeds done for a meager 20% markup. . . */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message