From owner-cvs-src-old@FreeBSD.ORG Sun Dec 20 01:01:20 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5676A106568D for ; Sun, 20 Dec 2009 01:01:20 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 42A978FC19 for ; Sun, 20 Dec 2009 01:01:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBK11KT6086583 for ; Sun, 20 Dec 2009 01:01:20 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBK11KUV086582 for cvs-src-old@freebsd.org; Sun, 20 Dec 2009 01:01:20 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <200912200101.nBK11KUV086582@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Sun, 20 Dec 2009 01:00:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/amd64/amd64 identcpu.c initcpu.c msi.c src/sys/amd64/include specialreg.h src/sys/i386/i386 identcpu.c msi.c src/sys/i386/include specialreg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2009 01:01:20 -0000 avg 2009-12-20 01:00:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 identcpu.c initcpu.c msi.c sys/amd64/include specialreg.h sys/i386/i386 identcpu.c msi.c sys/i386/include specialreg.h Log: SVN rev 200742 on 2009-12-20 01:00:41Z by avg MFC r197070: Consolidate CPUID to CPU family/model macros for amd64 and i386 This is to fix breakage caused by r200064. I do this MFC instead of just fixing r200064 to reduce difference from head and make things easier for future MFCs. Original change is by jkim. Pointy hat to: avg Revision Changes Path 1.154.2.15 +9 -9 src/sys/amd64/amd64/identcpu.c 1.50.2.4 +2 -2 src/sys/amd64/amd64/initcpu.c 1.6.2.4 +2 -2 src/sys/amd64/amd64/msi.c 1.40.2.13 +2 -2 src/sys/amd64/include/specialreg.h 1.180.2.15 +7 -7 src/sys/i386/i386/identcpu.c 1.6.2.4 +2 -2 src/sys/i386/i386/msi.c 1.42.2.12 +2 -2 src/sys/i386/include/specialreg.h