Re: Netbooting 1.6_BETA3?

Bernd Sieker <[email protected]>
Newsgroups gmane.os.netbsd.ports.hp300
Message-ID <20020702025228.A18707@localhost>
On 02.07.02, 12:06:14, Gregory McGarry wrote:
> > 
> > Why it fails to initialize the framebuffer I do not know. But now I at
> > least have a console and can build a custom kernel and see how it
> > goes.
> 
> dcacnattach() tries to test where the console is:
> 
>         switch (dca->dca_id) {
> #ifdef CONSCODE
>         case DCAID0:
>         case DCAID1:
> #endif
>         case DCAREMID0:
>         case DCAREMID1:
>                 break;
>         default:
>                 bus_space_unmap(bst, bsh, DIOCSIZE);
>                 return (1);
>         }
> 
> and is getting it wrong on the 400 series.  I've stared at the code
> now, and I can't see why it worked before and not now.

A Schroedinbug? It only manifests itself one someone actually looks at
the code and realizes that it could never possibly have worked at
all. ;)

Will a fix make it into 1.6?

> 
> > I will see how a custom-made kernel fares.
> 
> Try overriding your console with CONSCODE=133 in your kernel
> config.

I will, thanks for the tip.

>  
> > Everything else seems to work fine.
> 
> Except the real-time clock... yeah?

Well, yes, it complains that the real time clock is 647 days off, but
I run timed, which also compensates impossibly large offsets without
complaining, and my other machines have reasonably accurate clocks; so
after I boot multiuser, I don't care anymore.

> 
> 	-- Gregory McGarry <[email protected]>
> 

-- 
Bernd Sieker

http://www.imrryr.org/NetBSD/logo
		-- R. C. Dowdeswell
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.