Lost PCMCIA sio (was: HEADSUP: wd driver will be retired!)

1999-12-10 Thread Greg Lehey

On Thursday,  9 December 1999 at  8:46:13 -0500, Daniel Eischen wrote:
 In message [EMAIL PROTECTED] Christopher Masto writes:
 : Right now, I have no sound (not detected), no USB (panic on removal),
 : can't use my sio pccard, can't eject my ed pccard, my IDE drives are
 : taking hours to dump and fsck, and my TV card is missing every other
 : line if I try to use the (not working anyway) closed caption decoder.

 I have some patches for the can't eject the network cards from a user
 that I'm trying out and would then need to get committed to the
 network layer to properly support if_detach().

 What's wrong with your sio pccard?  Mine works well enough...

 Mine hasn't worked since a kernel built from Nov 23 sources.  It
 broke sometime between then and December 4th.  Just built a new
 kernel from todays sources, and still no go.

 pccardd[47]: driver allocation failed for Motorola(MONTANA 33.6 FAX/MODEM): Device 
not configured

This closely parallels my experience.  I used to get:

Dec  5 11:57:53 mojave /kernel.old: sio1 at port 0x2e8-0x2ef irq 5 slot 1 on pccard0
Dec  5 11:57:53 mojave /kernel.old: sio1: type 16550A

Now I get:

Dec  9 20:08:02 mojave pccardd[53]: driver allocation failed for CIRRUS LOGIC 56K  
MODEM(CL-MD56XX): Device not configured

This happened some time towards the end of last month.

Greg
--
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


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



Re: Lost PCMCIA sio (was: HEADSUP: wd driver will be retired!)

1999-12-10 Thread Warner Losh

In message [EMAIL PROTECTED] Greg Lehey writes:
: This happened some time towards the end of last month.

Try my latest fixes.  Towards the end of November, I broke sio, but
spent a couple of hours last night fixing it.

Warner


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



Re: Lost PCMCIA sio (was: HEADSUP: wd driver will be retired!)

1999-12-10 Thread Christopher Masto

On Thu, Dec 09, 1999 at 11:01:16PM -0500, Greg Lehey wrote:
  pccardd[47]: driver allocation failed for Motorola(MONTANA 33.6 FAX/MODEM): Device 
not configured
 
 This closely parallels my experience.  I used to get:
 
 Dec  5 11:57:53 mojave /kernel.old: sio1 at port 0x2e8-0x2ef irq 5 slot 1 on pccard0
 Dec  5 11:57:53 mojave /kernel.old: sio1: type 16550A
 
 Now I get:
 
 Dec  9 20:08:02 mojave pccardd[53]: driver allocation failed for CIRRUS LOGIC 56K  
MODEM(CL-MD56XX): Device not configured
 
 This happened some time towards the end of last month.

I saw the message about the missing #include "card.h", and that was it
(along with a broken prototype).  Still freezes when I eject, but I'll
try again after cvsupping Warner's latest.
-- 
Christopher Masto Senior Network Monkey  NetMonger Communications
[EMAIL PROTECTED][EMAIL PROTECTED]http://www.netmonger.net

Free yourself, free your machine, free the daemon -- http://www.freebsd.org/


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



Re: Lost PCMCIA sio (was: HEADSUP: wd driver will be retired!)

1999-12-10 Thread Warner Losh

In message [EMAIL PROTECTED] Christopher Masto writes:
: I saw the message about the missing #include "card.h", and that was it
: (along with a broken prototype).  Still freezes when I eject, but I'll
: try again after cvsupping Warner's latest.

No.  That wasn't it.  There are still resource problems and bad memory
frees in the code before I fixed it.

I also just committed the kludge to sys/net/if.c to make if_detach
more stable.  We'll see if I catch hell for it or not.  You might want
to grab that as well.

This is the last I plan on doing to the old pccard code for a while.

Warner


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