Subject: Re: CVS commit: syssrc/sys/dev/ic
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: Lennart Augustsson <lennart@augustsson.net>
List: source-changes
Date: 05/21/2002 09:31:05
Jason R Thorpe wrote:
> On Tue, May 21, 2002 at 05:58:26AM +0300, Lennart Augustsson wrote:
>
> > Log Message:
> > Add a driver for the IBM CPC700 chip. This chip is a host bridge for
> > PowerPC and provides a PCI-host bridge, interrupt controller, two com ports,
> > two IIC ports, a timer, and a DRAM controller.
> > The driver supports PCI, interrupts and com ports.
>
> ...then it should probably in in arch/powerpc somewhere.
Well, I considered that, but there was no dev/ in powerpc. Furthermore, I could
imagine that one could use the chip with other CPUs (even if that's unlikely).
But I can move it.
-- Lennart