Subject: Re: CVS commit: src/sys/arch/powerpc/conf
To: None <yamt@mwd.biglobe.ne.jp>
From: Havard Eidnes <he@NetBSD.org>
List: source-changes
Date: 10/16/2005 18:36:20
> > > > Log Message:
> > > > Rename gpio to ppcgpio to resolve naming conflicts w. gpio fram=
ework
> > >
> > > don't forget config files and DEVNAMES.  (and UPDATING maybe?)
> >
> > No config files referenced it.
>
> % cd /sys/arch/evbppc/conf
> % grep gpio *
> OPENBLOCKS200:gpio0	at opb? addr ? irq ?		# On-chip GPIO controller
> OPENBLOCKS266:gpio0	at opb? addr ? irq ?		# On-chip GPIO controller
> OPENBLOCKS266:obsled0	at gpio? addr 0x0c		# OBS LED connected GPIO
> OPENBLOCKS266:obsled1	at gpio? addr 0x0d		# OBS LED connected GPIO
> OPENBLOCKS266:obsled2	at gpio? addr 0x0e		# OBS LED connected GPIO
> files.obs405:attach  obsled at gpio

This should now be fixed with my recent commit.

- H=E5vard