Subject: Re: A NetBSD kernel for you
To: Dave Huang <khym@bga.com>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 07/08/1997 09:28:02
Please send this patch in as a pr (problem report) using the
send-pr program. That way the change will not get forgotten.
Take care,
Bill
> After getting the source unpacked and everything, cd into
> /usr/src/sys/scsi and apply the following patch (save it into a file,
> then do "patch < filename")
>
> --- /usr/src/sys/scsi/scsiconf.c Thu Apr 24 06:21:42 1997
> +++ scsiconf.c Fri Jul 4 17:32:21 1997
> @@ -357,6 +357,8 @@
> {{T_CDROM, T_REMOV,
> "MATSHITA", "CD-ROM CR-5XX ", "1.0b"}, SDEV_NOLUNS},
> {{T_CDROM, T_REMOV,
> + "MEDAVIS ", "RENO CD-ROMX2A ", ""}, SDEV_NOLUNS},
> + {{T_CDROM, T_REMOV,
> "MEDIAVIS", "CDR-H93MV ", "1.3"}, SDEV_NOLUNS},
> {{T_CDROM, T_REMOV,
> "NEC ", "CD-ROM DRIVE:55 ", ""}, SDEV_NOLUNS},
> @@ -401,6 +403,8 @@
> "IBM ", "0663H", ""}, SDEV_AUTOSAVE},
> {{T_DIRECT, T_FIXED,
> "IBM", "0664", ""}, SDEV_AUTOSAVE},
> + {{T_DIRECT, T_FIXED,
> + "IBM ", "KZ-C", ""}, SDEV_AUTOSAVE},
> /* Broken IBM disk */
> {{T_DIRECT, T_FIXED,
> "" , "DFRSS2F", ""}, SDEV_AUTOSAVE},
>
> BTW, is your CDROM really a "MEDAVIS" and not a "MEDIAVIS"?