Re: consinit() problem on -current

Izumi Tsutsui <[email protected]> Sun, 5 Jul 2009 09:05:16 +0900
Newsgroups gmane.os.netbsd.ports.amiga,gmane.os.netbsd.ports.atari
Message-ID <[email protected]>
I wrote:

> Is there any summary which devices (especially video)
> should be used/initialized as a console on each machine?

I guess each machine could have the following console.
Is there any exceptions?  VME ET4000 on TT030/Falcon could be a console?

TT030:
---
grfbus0 at mainbus0
grfcc0 at grfbus0 (with atari/dev/grfabs_tt.c)
ite0 at grfcc0
kbd0 at mainbus0

Falcon
---
grfbus0 at mainbus0
grfcc0 at grfbus0 (with atari/dev/grfabs_fal.c) ?
ite0 at grfcc0
kbd0 at mainbus0

Hades
---
grfbus0 at mainbus0
grfet0 at grfbus0 (with atari/dev/grfabs_et.c) ?
ite0 at grfet0
kbd0 at mainbus0

Milan
---
pcib0 at mainbus0
pci0 at pcib0
vga0 at pci0 (with atari/pci/pci_vga.c) ?
isab0 at mainbus0
isa0 at isab0
pckbc0 at isa0
pckbd0 at pckbc0


We have to check "if (atari_realconfig)" or "if (dp == NULL)" blocks
around probe/attachment functions in these devices...

---
Izumi Tsutsui