Re: Console on 9000/425t with A1659A graphics
Miod Vallat <[email protected]> Wed, 5 Dec 2018 07:07:43 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.ports.hp300 |
|---|---|
| Organization | Ghosts of Architectures Past, Ltd. |
| Message-ID | <[email protected]> |
>> Your code is assuming the SGC frame buffer, if any, is always in slot >> #0. This is correct on 425e, but not on 425t where it will be in slot >> #3. > > Once I’m in a position to rebuild the hp300 kernel, it should just be a matter of swapping a 0 for a 3 to give this a try, right? 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.