On Monday 30 March 2009 23:44:24 Dave Pascoe wrote:
> Hi-
>
> I am trying to build a NanoBSD image for a Soekris net5501 from
> FreeBSD-7.1 stable.
>
> Build world finishes but the kernel build fails trying to compile sio.c
> (see error below)

I don't see a note in UPDATING about tty in -STABLE, but -HEAD contains an 
entry about the new tty stack. It is possible these changes have now been 
backported as the errors point there.
You may want to check the -stable mailing list.

From -HEAD's UPDATING:
20080820:
        The TTY subsystem of the kernel has been replaced by a new
        implementation, which provides better scalability and an
        improved driver model. Most common drivers have been migrated to
        the new TTY subsystem, while others have not. The following
        drivers have not yet been ported to the new TTY layer:

        PCI/ISA:
                cy, digi, rc, rp, sio

        USB:
                ubser, ucycom

        Line disciplines:
                ng_h4, ng_tty, ppp, sl, snp

        Adding these drivers to your kernel configuration file shall
        cause compilation to fail.

-- 
Mel
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to