Port-atari archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: consinit() problem on -current



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


Home | Main Index | Thread Index | Old Index