NEC uPD72873

Hidetoshi Shimokawa simokawa at sat.t.u-tokyo.ac.jp
Fri Jan 30 06:34:14 PST 2004


At 26 Jan 2004 15:07:25 +0100,
Christian Laursen wrote:
> 
> Hidetoshi Shimokawa <simokawa at sat.t.u-tokyo.ac.jp> writes:
> 
> > At 26 Jan 2004 13:33:07 +0100,
> > Christian Laursen wrote:
> > > 
> > > Hidetoshi Shimokawa <simokawa at 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 at sat.t.u-tokyo.ac.jp
PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html


More information about the freebsd-firewire mailing list