From owner-cvs-sys Sat Sep 20 06:28:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA04940 for cvs-sys-outgoing; Sat, 20 Sep 1997 06:28:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA04696; Sat, 20 Sep 1997 06:22:59 -0700 (PDT) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA28022; Sat, 20 Sep 1997 06:18:49 -0700 (PDT) Date: Sat, 20 Sep 1997 06:18:49 -0700 (PDT) Message-Id: <199709201318.GAA28022@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 identcpu.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/09/20 06:18:49 PDT Modified files: sys/i386/i386 identcpu.c Log: For AMD chips, pick up the long description from the chip if possible. (This is not really a typographical improvement in the case of the K6 it seems, but AMD appearantly want it too look that way). Also if bootverbose, dump some more info about the chip. Revision Changes Path 1.28 +71 -1 src/sys/i386/i386/identcpu.c