From owner-cvs-all Mon Aug 23 14:34:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7D0614E66; Mon, 23 Aug 1999 14:34:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA03869; Mon, 23 Aug 1999 14:34:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199908232134.OAA03869@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 23 Aug 1999 14:34:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mem.c perfmon.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/08/23 14:34:24 PDT Modified files: sys/i386/i386 mem.c perfmon.c Log: Now that we can bind cdevsw to the individual dev_t, divorce the PERFMON stuff from mem.c. If PERFMON is there, it will "steal" a minor from mem.c, but mem.c doesn't need to know about this. Fixed type of cmd argument in perfmon_ioctl(). Revision Changes Path 1.65 +1 -23 src/sys/i386/i386/mem.c 1.19 +34 -5 src/sys/i386/i386/perfmon.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message