From owner-cvs-sys Mon Jul 8 12:44:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03571 for cvs-sys-outgoing; Mon, 8 Jul 1996 12:44:52 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03555; Mon, 8 Jul 1996 12:44:42 -0700 (PDT) Date: Mon, 8 Jul 1996 12:44:42 -0700 (PDT) From: Garrett Wollman Message-Id: <199607081944.MAA03555@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 identcpu.c machdep.c src/sys/i386/conf files.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/07/08 12:44:42 Modified: sys/i386/conf files.i386 sys/i386/i386 machdep.c Added: sys/i386/i386 identcpu.c Log: Fix something that's been bugging me for a long time: move the CPU type identification code out of machdep.c and into a new file of its own. Hopefully other grot can be moved out of machdep.c as well (by other people) into more descriptively-named files. Revision Changes Path 1.138 +2 -1 src/sys/i386/conf/files.i386 1.194 +7 -195 src/sys/i386/i386/machdep.c