Why is this?
-Jon
--------------------------------------------------------------------
"Can you count my penny?" | NetBSD on i386, Alpha, VAX, NeXT, SPARC,
"One!" | Mac68k, and hopefully more...
> I don't see a QBUS section under http://www.netbsd.org/Hardware
>
> Why is this?
Probably, because the title says:
"Busses supported by machine-independent code"
And the qbus is supported only on the port-vax at the moment ?
;-)
cheers,
emanuel
[snip]
> Probably, because the title says:
>
> "Busses supported by machine-independent code"
>
> And the qbus is supported only on the port-vax at the moment ?
>
> ;-)
Aha!
Thanks.
> > I don't see a QBUS section under http://www.netbsd.org/Hardware
> >
> > Why is this?
>
> Probably, because the title says:
>
> "Busses supported by machine-independent code"
>
> And the qbus is supported only on the port-vax at the moment ?
There's work on it going on in port-pmax as well. You mustn't forget the
Q-Bus based MIPS boxes DEC made.
-brian.
--- Brian Chase | b...@world.std.com | http://world.std.com/~bdc/ -----
Never eat any food which might accidentally break inside your mouth! -- K.
> On Thu, 2 Mar 2000, emanuel stiebler wrote:
>
> > > I don't see a QBUS section under http://www.netbsd.org/Hardware
> > >
> > > Why is this?
> >
> > Probably, because the title says:
> >
> > "Busses supported by machine-independent code"
> >
> > And the qbus is supported only on the port-vax at the moment ?
^^^^^^^^^^^^^^^
> There's work on it going on in port-pmax as well. You mustn't forget the
> Q-Bus based MIPS boxes DEC made.
No, I didn't ;-)
cheers,
emanuel
And hopefully we can change that when the Q-bus code is merged into the
PMAX port and my DECSystem 5500 will become another wonderful NetBSD platform.
--Chuck
Simon Burge wrote:
I've made a rather half-hearted attempt at 5500 support, but discovered
I know absolutely zip about vax console support. I can get a kernel to
boot and panic with "Console not supported." really easily :-(
Does anyone have any pointers to doco on the "System Support Chip" that
handles console I/O? There seems to be scattered references among the
ka650 code, but not much...
Simon.
Look at vax/gencons.[ch] on how to program it. You can take that code
and use it with very small changes. (mtpr's to pointers).
-- Ragge