From owner-freebsd-current Thu Apr 29 0:56:35 1999 Delivered-To: freebsd-current@freebsd.org Received: from moss.nibb.ac.jp (moss.nibb.ac.jp [133.48.46.64]) by hub.freebsd.org (Postfix) with ESMTP id 005FC14C07 for ; Thu, 29 Apr 1999 00:56:27 -0700 (PDT) (envelope-from tomoaki@biol.s.u-tokyo.ac.jp) Received: from localhost (localhost [127.0.0.1]) by moss.nibb.ac.jp (8.8.8/8.8.8) with ESMTP id QAA22922; Thu, 29 Apr 1999 16:56:25 +0900 (JST) (envelope-from tomoaki@biol.s.u-tokyo.ac.jp) To: freebsd-current@freebsd.org Cc: newconfig@jp.freebsd.org Reply-To: newconfig@jp.freebsd.org Cc: tomoaki@biol.s.u-tokyo.ac.jp Subject: Newconfig snapshot From: Tomoaki NISHIYAMA X-Mailer: Mew version 1.94b8 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990429165623F.tomoaki@moss.nibb.ac.jp> Date: Thu, 29 Apr 1999 16:56:23 +0900 X-Dispatcher: imput version 990212(IM106) Lines: 33 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Newconfig is now based on 4.0-CURRENT-990410, and the snapshot is available at ftp://daemon.jp.FreeBSD.org/pub/FreeBSD-jp/newconfig/snapshot/ snap_sys4c990410_19990429.diff.gz The CardBus and PCMCIA support patch is included in the patch. To test this patch you will do the following, 1. prepare the sys source of 4.0-CURRENT(990410) % cd /home/work % cvs -d /home/ncvs co -D '990410 00:00:00 JST' src/sys (provided that you have a copy of the CVS repository at /home/ncvs) 2. patch % gunzip snap_sys4c990410_19990429.diff.gz % cd src % patch -p1 < ../snap_sys4c990410_19990429.diff % find . -name '*.rej' -print # check that there is no reject file 3. make config.new % cd usr.sbin/config.new % make depend;make 4. configure and make kernel with the newconfig % cd ../../sys/i386/conf % ../../../usr.sbin/config.new/config.new NEWCONF % cd ../../compile/NEWCONF % make depend;make % cp kernel /tmp/kernel 5. test Boot with /tmp/kernel and test the behavior. Note /boot may have to be replaced. -- Tomoaki Nishiyama // Newconfig web page is at http://www.jp.freebsd.org/newconfig/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message