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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to