Subject: Re: Old World interrupts again
To: None <macallan@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-macppc
Date: 09/26/2006 08:15:03
macallan@NetBSD.org wrote:

> >> So what I did is to frob the tlp's IRQ line to 60 in pci_machdep.c 
> >> when
> >> finding a 2nd ohare interrupt controller and rewrite half of extintr.c
> >> to support the following configurations:
> >
> > Looks good to me!
> 
> So if nobody objects I'll just commit and deal with the fallout should 
> there be any.

Just humble cosmetics:

- it's better to have some macro for a magic 0x80006800?
- please don't use // commtents
- functions which don't take any args should be "func(void)"
  (all functions should be ANSIfied after pullups?)
---
Izumi Tsutsui