RE: Fix (Re: panic: mutex i4b_isic_rx already initialized)

2001-10-25 Thread John Baldwin


On 25-Oct-01 Alexander Leidinger wrote:
 On 21 Okt, An: [EMAIL PROTECTED] wrote:
 Hi,
 
 current as of Oct. 21 (~12am CET), I just booted with a new kernel+world
 and tried to dial out.
 
 At least the attached patch (against -current as of today morning) makes
 me able to dial out and send out this mail.

Ideally the algo would be changed to not try and init the mutex twice, but I
haven't looked at the code in detail.

-- 

John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Fix (Re: panic: mutex i4b_isic_rx already initialized)

2001-10-25 Thread Alexander Leidinger

On 25 Okt, John Baldwin wrote:

 current as of Oct. 21 (~12am CET), I just booted with a new kernel+world
 and tried to dial out.
 
 At least the attached patch (against -current as of today morning) makes
 me able to dial out and send out this mail.
 
 Ideally the algo would be changed to not try and init the mutex twice, but I
 haven't looked at the code in detail.

There are maybe other parts of i4b which need a similar fix, but this
particular fix is enough for me to be able to dial out again. I needed a
quick fix.

Possible other candidates (I just did a grep -r mtx_init
/sys/i4b/layer1/):
 /sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c
 /sys/i4b/layer1/iwic/i4b_iwic_bchan.c
 /sys/i4b/layer1/ihfc/i4b_ihfc_drv.c
 /sys/i4b/layer1/ifpi/i4b_ifpi_pci.c
 
Bye,
Alexander.

-- 
  To boldly go where I surely don't belong.

http://www.Leidinger.net   Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message