[CUWiN-Dev] nightly build errors

David Young dyoung at pobox.com
Mon Jul 11 11:31:12 CDT 2005


On Mon, Jul 11, 2005 at 09:15:20AM -0500, Bill Comisky wrote:
> 
> I had another error on rtw.c when building an ISO, and made this change.
> 
> Index: rtw.c
> ===================================================================
> RCS file: /cvsroot/src/sys/dev/ic/rtw.c,v
> retrieving revision 1.53
> diff -r1.53 rtw.c
> 4045c4045
> <       IFQ_SET_READY(ifp->if_snd);
> ---
> >      IFQ_SET_READY(&ifp->if_snd);

Ah, I see.  IFQ_SET_READY is a null operation unless ALTQ is enabled;
the ISO enables ALTQ.  I will fix this in-tree.

> Afterwards, rtw.c compiles, but I'm getting this:
> 
> ...
> mkstaboot: begin step 'floppy'
> 1440+0 records in
> 1440+0 records out
> nbmakefs: `/var/tmp/./mkstaboot-floppy-staging.SRwvpB' size of 1531904 is 
> larger than the maxsize of 1474560.

Here, we punt: increase the maxsize to 2880kB.  This is no big deal,
it just means that we will not be able to boot from a floppy until
someone figures out how to put a smaller kernel on, or no kernel at all.
There is some new 'cdboot' stuff in NetBSD that may help us there.

Dave

-- 
David Young             OJC Technologies
dyoung at ojctech.com      Urbana, IL * (217) 278-3933


More information about the CU-Wireless-Dev mailing list