Re: Console on 9000/425t with A1659A graphics
Chris Hanson <[email protected]> Fri, 7 Dec 2018 15:29:32 -0800
| Newsgroups | gmane.os.netbsd.ports.hp300 |
|---|---|
| Message-ID | <[email protected]> |
On Dec 7, 2018, at 3:22 PM, Izumi Tsutsui <[email protected]> wrote: > >>> Yes, changing all three occurences of sgc_slottopa(0) to sgc_slottopa(3) >>> in sys/arch/hp300/hp300/autoconf.c ought to work for your machine. >> >> I built a kernel with these changes, copied it to my 425t, and did the following: > : >> Unfortunately, it then panicked: >> >> panic: cnopen: no console device >> Stopped in pid 2.1 (init) at netbsd:cpu_Debugger+0x6: unlk a6 > > Maybe you also need to change the third arg of sti_sgc_cnprobe() > from 0 to 3 like: > >> if (sti_sgc_cnprobe(sgc_bst, sgc_slottopa(3), 3)) { > > because it's used to denote console device: I’ll give it a try, thanks! -- Chris