Subject: Re: CVS commit: syssrc/sys/arch/macppc/conf
To: Luke Mewburn <lukem@netbsd.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 09/30/2002 19:35:16
Doh!
I didn't mean to add the uninorth support with that commit.
It was accidentally included because I had been using the same
tree for testing.
I will back out the commit and re-commit the APPLE_UFS
and uninorth changes separately to make the pullup easier.
Sorry,
Darrin
Luke Mewburn <lukem@netbsd.org> writes:
> On Sat, Sep 28, 2002 at 11:22:34PM +0300, Darrin B. Jewell wrote:
> > Date: Sat Sep 28 20:22:33 UTC 2002
> >
> > Modified Files:
> > syssrc/sys/arch/macppc/conf: GENERIC INSTALL POWERMAC
> >
> > Log Message:
> > add options APPLE_UFS
> > This enables Apple UFS support added by PR #17345
> >
> > cvs rdiff -r1.64 -r1.65 syssrc/sys/arch/macppc/conf/INSTALL
>
> This change also added support for the uninorth bus to the INSTALL kernel.
>
> Whilst I don't have a problem with this (I was about to do it myself),
> I was confused for a short time whilst I tried to determine why
> INSTALL already had an entry even though I "knew" it wasn't there.
>
> Any chance that you could update the cvs commit message for that
> revision?
>
> Thanks,
> Luke.