/boot,/mdec,[T]MSCP (Part 21 of 22)
Steven M. Schultz
sms at wlv.imsd.contel.com
Sat May 18 17:48:22 AEST 1991
Subject: Part 21 of 22 /boot,/mdec,[T]MSCP updates
Index: /sys/<many>, /usr/src/etc/<several> 2.11BSD
Description:
Repeat-By:
Fix:
See part 0 (the README) for the Description, the Reason and
the instructions on how update your system.
This is part 21 of 22
A new drive type 'rm2x' was added. This is used for the Fuji 160
with the Emulex SC01 or SC03 in RM80 emulation mode(10x32x823)
*** /usr/src/etc/newfs.c.old Tue Aug 21 12:35:59 1990
--- /usr/src/etc/newfs.c Fri May 10 21:29:57 1991
***************
*** 4,18 ****
* specifies the terms and conditions for redistribution.
*/
! #ifndef lint
char copyright[] =
"@(#) Copyright (c) 1983 Regents of the University of California.\n\
All rights reserved.\n";
- #endif not lint
! #ifndef lint
! static char sccsid[] = "@(#)newfs.c 5.2 (Berkeley) 8/18/88";
! #endif not lint
/*
* newfs: friendly front end to mkfs
--- 4,16 ----
* specifies the terms and conditions for redistribution.
*/
! #if !defined(lint) && defined(DOSCCS)
char copyright[] =
"@(#) Copyright (c) 1983 Regents of the University of California.\n\
All rights reserved.\n";
! static char sccsid[] = "@(#)newfs.c 5.3 (2.11BSD) 5/10/91";
! #endif
/*
* newfs: friendly front end to mkfs
***************
*** 54,59 ****
--- 52,58 ----
{ "rp03", 16 },
{ "br1538d", 17 },
{ "ra82", 18 },
+ { "rm2x", 19 }, /* Fuji 160 in pseudo RM80 mode */
{ 0, 0 }
};
***************
*** 102,107 ****
--- 101,107 ----
/* RP03 */ { {16,304}, {15,304}, {12,304}, { 7,304}, {11,304}, { 5,304} },
/* BR1538D */ { {16,304}, {15,304}, {12,304}, { 7,304}, {11,304}, { 6,304} },
/* RA82 */ { {26,435}, {26,435}, {21,435}, {14,435}, {18,435}, {12,435} },
+ /* RM2X */ { {11,160}, {10,160}, { 8,160}, { 6,160}, { 7,160}, { 5,160} },
};
main(argc, argv)
More information about the Comp.bugs.2bsd
mailing list