Final changes for RD_SIZE -> RAMD_SIZE.

This commit is contained in:
phil 1993-10-27 06:31:06 +00:00
parent 1701238139
commit 2801e221f5
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
* *
* @(#)autoconf.c 7.1 (Berkeley) 5/9/91 * @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* *
* $Id: autoconf.c,v 1.1.1.1 1993/09/09 23:53:47 phil Exp $ * $Id: autoconf.c,v 1.2 1993/10/27 06:31:06 phil Exp $
*/ */
/* /*
@ -96,7 +96,7 @@ swapconf()
{ {
unsigned d = major(swp->sw_dev); unsigned d = major(swp->sw_dev);
if (d > nblkdev) break; if (d >= nblkdev) break;
if (bdevsw[d].d_psize) { if (bdevsw[d].d_psize) {
nblks = (*bdevsw[d].d_psize)(swp->sw_dev); nblks = (*bdevsw[d].d_psize)(swp->sw_dev);
if (nblks > 0 && if (nblks > 0 &&
@ -139,7 +139,7 @@ static char devname[][2] = {
setroot() setroot()
{ {
#if 1 #if 1
#ifdef RD_SIZE #ifdef RAMD_SIZE
rootdev = makedev(3, 0x0); /* Ram disk is root! */ rootdev = makedev(3, 0x0); /* Ram disk is root! */
boothowto |= RB_SINGLE; boothowto |= RB_SINGLE;
#else #else

View File

@ -1 +1 @@
revision 1.1.1.1 intentionally removed revision 1.2 intentionally removed