Date: Fri, 30 Jan 2004 23:33:54 +0900 From: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> To: Christian Laursen <xi@borderworlds.dk> Cc: freebsd-firewire@freebsd.org Subject: Re: NEC uPD72873 Message-ID: <87r7xhpktp.wl@tora.nunu.org> In-Reply-To: <86wu7e7qhu.fsf@borg.borderworlds.dk> References: <86isja24y0.fsf@borg.borderworlds.dk> <87ptd6rj6n.wl@tora.nunu.org> <86isiy99fg.fsf@borg.borderworlds.dk> <87n08arext.wl@tora.nunu.org> <86wu7e7qhu.fsf@borg.borderworlds.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
At 26 Jan 2004 15:07:25 +0100, Christian Laursen wrote: > > Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> writes: > > > At 26 Jan 2004 13:33:07 +0100, > > Christian Laursen wrote: > > > > > > Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> writes: > > > > > > > Sorry to respond you late. > > > > Is the driver statically linked with kernel or loaded as a module? > > > > > > It is loaded as a module? > > > > > > Should I try to compile it into the kernel? > > > > Can you put the following line into the /boot/loader.conf? > > > > firewire_load="YES" > > That did the trick, thank you. The following change should fix your problem. Could you try again with manual load? ----------------------------------- simokawa 2004/01/30 06:28:12 PST FreeBSD src repository Modified files: sys/dev/firewire firewire.c fwohci.c fwohci_pci.c Log: Use device_identify and bus_add_child methods to add a firewire bus on fwohci. This should fix attach failure caused by a race between firewire and fwochi initialization for the kernel module. Revision Changes Path 1.69 +13 -4 src/sys/dev/firewire/firewire.c 1.73 +0 -1 src/sys/dev/firewire/fwohci.c 1.39 +44 -25 src/sys/dev/firewire/fwohci_pci.c ------------------------------------- > The patch I posted in my initial post is still relevant though, I guess, > as it just allows the chip to be identified. Committed, thanks. /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87r7xhpktp.wl>