Subject: Re: files.i386.newconf: device `scd' used but not defined
To: Rob Windsor <windsor@pobox.COM>
From: Chris G Demetriou <Chris_G_Demetriou@LAGAVULIN.PDL.CS.CMU.EDU>
List: port-i386
Date: 04/18/1995 22:26:18
> Verily did Chris G Demetriou write:
>
> > as charles mentioned here on the list, "i biffed something."
>
> > what he didn't explain was that what if biffed was leaving the
> > "major" declaration for scd in files.i386.newconf.
>
> Ah.. ok. (no problem)
>
> Is there a quick one-line fix to files.i386.newconf, or is the fix a little
> more detailed? (I'd like to get a new kernel on the machine rsn).
four (8-P) lines:
59c59
< major {scd = 15}
---
> #major {scd = 15}
cgd