From owner-cvs-all Tue Jan 8 20: 3:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5482237B41E; Tue, 8 Jan 2002 20:03:55 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0943tu58721; Tue, 8 Jan 2002 20:03:55 -0800 (PST) (envelope-from jake) Message-Id: <200201090403.g0943tu58721@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 8 Jan 2002 20:03:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ofw ofw_console.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/01/08 20:03:55 PST Modified files: sys/dev/ofw ofw_console.c Log: Move the make_dev call from the cn_probe to a sysinit that runs at SI_SUB_DRIVERS. cnprobe is too early. Revision Changes Path 1.5 +9 -1 src/sys/dev/ofw/ofw_console.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message