From owner-cvs-all Tue Jun 1 11:56:30 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 219E514D5B; Tue, 1 Jun 1999 11:56:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA79194; Tue, 1 Jun 1999 11:56:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199906011856.LAA79194@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 1 Jun 1999 11:56:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern kern_conf.c vfs_aio.c src/sys/sys conf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/06/01 11:56:27 PDT Modified files: sys/i386/i386 autoconf.c sys/kern kern_conf.c vfs_aio.c sys/sys conf.h Log: Introduce the makebdev() function, it does the same as the makedev() function for now, but that will change. Revision Changes Path 1.125 +7 -7 src/sys/i386/i386/autoconf.c 1.42 +7 -1 src/sys/kern/kern_conf.c 1.51 +2 -2 src/sys/kern/vfs_aio.c 1.59 +5 -4 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message