Re: ejecting card with 3.3 causes hang ?

1999-12-07 Thread Warner Losh

Done in -current.  I'll do for 3.4 before release.

Warner


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



Re: ejecting card with 3.3 causes hang ?

1999-12-06 Thread Warner Losh

In message [EMAIL PROTECTED] Darren Reed writes:
: ejecting a modem pcmcia card caused 3.3 to do the following:
: /kernel: sio2 unload,gone
: /kernel: Return IRQ=11
: /kernel: Card removed, slot 1
: /kernel: Card inserted, slot 0
: and then it was frozen.
: 
: Will there be a 3.4 with things like this fixed ?

Not likely.  There are no known problems right now in the -stable code
which don't represent a failure to detect pilor error and/or race
conditions that cannot be worked around w/o huge performance
penalties.  I don't maintain -stable's pccard code and to the best of
my knowledge, no one else does either.  This means there is no one to
look at them.

I'll be happy to look at patches for -stable, however.  The times I've
made this offer in the past I've not gotten patches.

Warner



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



Re: ejecting card with 3.3 causes hang ?

1999-12-06 Thread Nick Hilliard

: I don't maintain -stable's pccard code and to the best of
: my knowledge, no one else does either.  This means there is no one to
: look at them.
: 
: I'll be happy to look at patches for -stable, however.  The times I've
: made this offer in the past I've not gotten patches.

Now that you're volunteering, could you please change CIS_MAXSTR in
usr.sbin/pccard/pccardd/readcis.h from 30 to something large - 254 would do
fine?  There's an open PR about this in GNATS, but it looks like GNATS is
fubar at the moment, so I can't give you the exact number of it.  It's
categorised under bin/, was submitted in Q1 1999, and has a subject
including the text "CIS_MAXSTR", so it shouldn't be too difficult to find.

The change is completely benign and doesn't have any adverse side-effects.

Nick


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



ejecting card with 3.3 causes hang ?

1999-12-05 Thread Darren Reed


ejecting a modem pcmcia card caused 3.3 to do the following:

/kernel: sio2 unload,gone
/kernel: Return IRQ=11
/kernel: Card removed, slot 1
/kernel: Card inserted, slot 0

and then it was frozen.

Will there be a 3.4 with things like this fixed ?

Darren


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