From owner-freebsd-commit Tue Jan 2 11:39:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05737 for freebsd-commit-outgoing; Tue, 2 Jan 1996 11:39:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05721 for cvs-all-outgoing; Tue, 2 Jan 1996 11:39:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05711 for cvs-sys-outgoing; Tue, 2 Jan 1996 11:39:13 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05704 Tue, 2 Jan 1996 11:39:11 -0800 (PST) Date: Tue, 2 Jan 1996 11:39:11 -0800 (PST) From: Peter Wemm Message-Id: <199601021939.LAA05704@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/02 11:39:10 Modified: sys/i386/isa si.c Log: Fix the number of ports created for devfs.. it had been only creating enough nodes for the number of ports on the last module, not the number of ports _total_ that the driver is managing... Submitted by: Robert Sanders Revision Changes Path 1.33 +2 -2 src/sys/i386/isa/si.c