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