From owner-freebsd-commit Tue Feb 13 02:31:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28971 for freebsd-commit-outgoing; Tue, 13 Feb 1996 02:31:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28961 for cvs-all-outgoing; Tue, 13 Feb 1996 02:31:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28943 for cvs-sys-outgoing; Tue, 13 Feb 1996 02:30:50 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28933 Tue, 13 Feb 1996 02:30:46 -0800 (PST) Date: Tue, 13 Feb 1996 02:30:46 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602131030.CAA28933@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/02/13 02:30:44 Modified: sys/i386/i386 machdep.c Log: Correct & Update the printing of CPU features. We have printed rubbish since version 1.117 when Garrett made the switch to %b. Updated to reflect Intel AP-485 (241618-004). Revision Changes Path 1.174 +20 -3 src/sys/i386/i386/machdep.c