Re: "Driver Floppy" implementation (Re: "make release" breakage -dokern.sh patch 2)

2000-11-02 Thread Makoto MATSUSHITA
Forget to note: matusita> Warning: Object directory not changed from original /usr/src/sys/modules/3dfx dinosaur % pwd ${CHROOT_DIRECTORY_FOR_CURRENT}/usr/src/sys/modules dinosaur % ls */*.o 3dfx/setdef0.o 3dfx/setdef1.o 3dfx/tdfx_pci.o Only 3dfx module uses /usr/src/sys/modules for compilat

Re: "Driver Floppy" implementation (Re: "make release" breakage -dokern.sh patch 2)

2000-11-02 Thread Makoto MATSUSHITA
matusita> However, this problem (use /usr/src/sys/modules for compilation) is matusita> disappeared already according to the logfile of Nov/02/2000. Hmm, sorry, it is not yet fixed. cd ../../modules && env MAKEOBJDIRPREFIX=/usr/src/sys/compile/BOOTMFS/modules KMODIR= make obj all ===> 3dfx ===

Re: "Driver Floppy" implementation (Re: "make release" breakage -dokern.sh patch 2)

2000-11-02 Thread Makoto MATSUSHITA
hosokawa> Last night, I tested "make release" on my machine, and hosokawa> failed twice because of unloaded vn driver (this causes last hosokawa> trouble). It successfly finished this morning. I'm Sorry. 'vn' device is a great pitfall of "make release" :-) hosokawa> I understood the situation

Re: "Driver Floppy" implementation (Re: "make release" breakage - dokern.sh patch 2)

2000-11-02 Thread Tatsumi Hosokawa
At Fri, 03 Nov 2000 12:05:46 +0900, Makoto MATSUSHITA <[EMAIL PROTECTED]> wrote: > > BTW, I've not received your email; are you busy working? Last night, I tested "make release" on my machine, and failed twice because of unloaded vn driver (this causes last trouble). It successfly finished this

Re: "Driver Floppy" implementation (Re: "make release" breakage -dokern.sh patch 2)

2000-11-02 Thread Makoto MATSUSHITA
hosokawa> Maybe it's current.jp.freebsd.org's problem I don't think so. It's a mismatch that all object files are created under /usr/src/modules but make install assumes that these are under (maybe) /usr/obj. Maybe it's a fault of some Makefiles (sorry I dunno who change the policy of module co

Re: "Driver Floppy" implementation (Re: "make release" breakage - dokern.sh patch 2)

2000-11-01 Thread Tatsumi Hosokawa
At Thu, 02 Nov 2000 10:34:03 +0900, Tatsumi Hosokawa <[EMAIL PROTECTED]> wrote: > > My driver-floppy patch broke "make release" on current.jp.freebsd.org > >(ftp://current.jp.FreeBSD.org/pub/FreeBSD/snapshots/i3865.0-CURRENT-20001101-JPSNAP.log). > Of course "make boot.flp" works very well on my

Re: "Driver Floppy" implementation (Re: "make release" breakage - dokern.sh patch 2)

2000-11-01 Thread Tatsumi Hosokawa
My driver-floppy patch broke "make release" on current.jp.freebsd.org (ftp://current.jp.FreeBSD.org/pub/FreeBSD/snapshots/i3865.0-CURRENT-20001101-JPSNAP.log). Of course "make boot.flp" works very well on my enviroment. I'm debugging this problem, but it'll take hours and hours because testing "m

Re: "Driver Floppy" implementation (Re: "make release" breakage - dokern.sh patch 2)

2000-11-01 Thread Bill Paul
>I'm not sure whether the problem of loading secondary usb modules is a >problem in 4.x but it is easy to try. >Boot a machine without usb support compiled in. after login, kldload >usb, then the miibus and then the if_aue modules. If that works, you >should be ok. >I cannot test this as at the

Re: "Driver Floppy" implementation (Re: "make release" breakage -dokern.sh patch 2)

2000-11-01 Thread Nick Hibma
I'm not sure whether the problem of loading secondary usb modules is a problem in 4.x but it is easy to try. Boot a machine without usb support compiled in. after login, kldload usb, then the miibus and then the if_aue modules. If that works, you should be ok. I cannot test this as at the momen

Re: "Driver Floppy" implementation (Re: "make release" breakage - dokern.sh patch 2)

2000-10-30 Thread Takanori Watanabe
In message <[EMAIL PROTECTED]>, Tatsumi Hosokawa さんいわく: > >I moved PCI/PCCARD/USB if_xx.ko driver to mfsroot.flp, and I've got >100KB of free blocks in the first floppy. If we move more drivers to >mfsroot.flp or coming drivers.flp, we can get not only free blocks in >the first floppy,