Date: Thu, 13 Apr 2000 13:39:44 +0930 From: Greg Lehey <grog@lemis.com> To: Pedro A M Vazquez <vazquez@iqm.unicamp.br> Cc: alpha@FreeBSD.ORG Subject: Re: vinum.ko Message-ID: <20000413133944.B44883@freebie.lemis.com> In-Reply-To: <20000412131251.A63975@kalypso.iqm.unicamp.br> References: <200004121254.IAA09410@blackhelicopters.org> <20000412131251.A63975@kalypso.iqm.unicamp.br>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, 12 April 2000 at 13:12:51 -0300, Pedro A M Vazquez wrote:
> Hello
>
> Is there any problem with vinum in 4.0R/alpha ? It seems
> the module is absent in the Mar/20 iso image
Not really, I just need to check in a change to the Makefile. Done.
You can either update to today's sources, which could be painful
(-CURRENT is changing rather rapidly at the moment), or apply the
following patch to /usr/src/sys/modules/Makefile:
RCS file: /home/ncvs/src/sys/modules/Makefile,v
retrieving revision 1.114
diff -w -u -r1.114 Makefile
--- Makefile 2000/04/11 18:39:52 1.114
+++ Makefile 2000/04/13 04:06:22
@@ -7,12 +7,12 @@
md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
nwfs portal procfs rl sf sis sk ste ti tl tx \
ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
- vn vpo vr wb xl
+ vinum vn vpo vr wb xl
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=bktr coff fpu gnufpu ibcs2 linprocfs linux splash streams \
- svr4 syscons vesa vinum wi
+ svr4 syscons vesa wi
.endif
.if ${MACHINE_ARCH} == "alpha"
Let me know if you have any problems.
Greg
--
Finger grog@lemis.com for PGP public key
See complete headers for address and phone numbers
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000413133944.B44883>
