Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Dec 2002 11:49:37 +0900 (JST)
From:      Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
To:        murray@FreeBSD.org
Cc:        re-builders@FreeBSD.org
Subject:   Re: Let the RC1 Builds begin..
Message-ID:  <20021205.114937.41637580.nyan@jp.FreeBSD.org>
In-Reply-To: <20021204181040.J24900@freebsdmall.com>
References:  <20021204181040.J24900@freebsdmall.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <20021204181040.J24900@freebsdmall.com>
Murray Stokely <murray@FreeBSD.org> writes:

> I've just started a make buildworld / make release cycle with the
> following command line (on freebsd-current.sentex.ca, our co-located
> i386 build machine).

Yesterday's snapshot for pc98 is also broken.

ftp://snapshots.pc98.jp.freebsd.org/pub/FreeBSD/snapshots/pc98/5.0-CURRENT-20021204-SNAP-PC98.log

I think that the following patch resolves this problem, but I don't
test it yet.

Index: dokern.sh
===================================================================
RCS file: /home/ncvs/src/release/pc98/dokern.sh,v
retrieving revision 1.69
diff -u -r1.69 dokern.sh
--- dokern.sh	31 Oct 2002 04:51:05 -0000	1.69
+++ dokern.sh	5 Dec 2002 02:45:55 -0000
@@ -72,6 +72,8 @@
 	-e '/	wb	/d' \
 	-e '/	xl	/d'
 
+	echo "options 	ATA_NOPCI" 
+
 else
 
 sed	-e 's/ident.*GENERIC/ident		BOOTMFS/g' \


And also, the ata driver for pc98 has some problems.  I heard some
problem reports.

---
TAKAHASHI Yoshihiro <nyan@FreeBSD.org>

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




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