Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 12:05:52 -0800 (PST)
From:      Matthew Jacob <mjacob@feral.com>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/release/alpha dokern.sh drivers.conf
Message-ID:  <20021108114354.M24193-100000@wonky.feral.com>
In-Reply-To: <20021108145133.GA72027@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> UFS_DIRHASH and MSDOSFS were already deleted; these are now duplicates.
> >   COMPAT_FREEBSD4 had to come back, maxusers is down to 2.
> >
> Why COMPAT_FREEBSD4 is being put back?  Isn't it COMPAT_43, as documented
> in kern_sig.c, that is needed for longjmp(3) to work on Alphas?

I was told COMPAT_FREEBSD4.

In any case, just removing COMPAT_FREEBSD4 is bogus because kern_sig
won't compile until you add NO_COMPAT_FREEBSD4.

>
> >   AHC is out until somebody can make it a module for alpha.
> >
> It was so since November 3rd.  Are you testing with old sources?

No- I was keeping fairly up to date. But I wasn't checking all of the
other changes as they came in.

I see that there is *something* now. When I've proven to myself that
it'll actually work, I'll put it on the driver disk.

>
> You also seem to have removed the tun(4) and ch(4) drivers, without
> mentioning.  Was this on purpose, or by accident?  (i386 version
> sucks from removing tun(4) too.)  This in essence makes the ppp(8)
> pretty useless, since tun(4) is not available as the module either.
>
> +       -e '/tun.*unnel/d' \
> +       -e '/ch.*media/d' \

Well - I didn't know ppp was an option- guess it is. That'll go back on
floppy 3.

Which media changer device do *you* know about that's required for
installing FreeBSD-alpha *from the floppy set*?

>
> >   I'm sure we'll have to do some further changes prior to release.
> >
> >   NB: Not tested end to end yet because I've been told that sysinstall
> >   doesn't yet work.
> >
> >   Revision  Changes    Path
> >   1.59      +22 -4     src/release/alpha/dokern.sh
> >   1.9       +11 -7     src/release/alpha/drivers.conf
>
> More problems.  In drivers.conf, miibus and dc are now duplicated.
> mpt is now removed by dokern.sh and you've removed the corresponding
> line from drivers.conf -- the net effect is that mpt(4) is no longer
> available as the module on the 2nd floppy.

Yes, well, I notice that JHB added both isp && mpt as modules. But they
haven't had any testing yet. When they actually are tested and shown to
work, I'll do the right thing at least for mpt and add it back in.


> You also did not mention that isp(4) is now back in the kernel, which
> is great.

Well, it really needs to be until isp as module is proven to work.

Generally speaking, the common drivers that would be needed in most
cases *should* be statically compiled in. That would be sym, isp, if_de,
miibus/if_dc. Unfortunately, they can't all fit.


-matt



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021108114354.M24193-100000>