From owner-cvs-sys Wed Mar 27 11:12:15 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19356 for cvs-sys-outgoing; Wed, 27 Mar 1996 11:12:15 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19312 Wed, 27 Mar 1996 11:11:43 -0800 (PST) Date: Wed, 27 Mar 1996 11:11:43 -0800 (PST) From: Bruce Evans Message-Id: <199603271911.LAA19312@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/03/27 11:11:43 Modified: sys/i386/isa syscons.c Log: Moved the initialization of the devfs devices to after the initialization of the devswitch so that it actually works. Revision Changes Path 1.144 +9 -7 src/sys/i386/isa/syscons.c