Re: pcmcia and ed

2000-10-14 Thread Alexander Langer

Thus spake Warner Losh ([EMAIL PROTECTED]):

 The module name should be if_ed.  I'll go fix it.

Did you do this already?

And if so, where?

I'd love to know.

Alex

-- 
cat: /home/alex/.sig: No such file or directory


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



Re: pcmcia and ed

2000-10-14 Thread Warner Losh

In message [EMAIL PROTECTED] Alexander Langer writes:
: Thus spake Warner Losh ([EMAIL PROTECTED]):
: 
:  The module name should be if_ed.  I'll go fix it.
: 
: Did you do this already?
: 
: And if so, where?

No.  I haven't.  I just spend a fair amount of time wonking on a
current -current kernel to get any ed card to work.  looks like
interrupts just aren't happening at all :-(.

Warner


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



pcmcia and ed

2000-10-07 Thread Wesley Morgan

Some recent change to either the ed device or pccard support is making the
kernel hiccup on my ethernet card:

ed0 at port 0x300-0x31f irq 10 slot 1 on pccard1
ed0: address 00:e0:98:88:db:09, type Linksys (16 bit)
module_register: module isa/ed already exists!
Module isa/ed failed to register: 17
module_register: module isa/ed already exists!
Module isa/ed failed to register: 17
module_register: module pccard/ed already exists!
Module pccard/ed failed to register: 17
module_register: module pci/ed already exists!
Module pci/ed failed to register: 17

the driver is compiled in the kernel, but it is loading the KLD
anyway. Everything still functions, however.


-- 
   _ __ ___   ___ ___ ___
  Wesley N Morgan   _ __ ___ | _ ) __|   \
  [EMAIL PROTECTED] _ __ | _ \._ \ |) |
  FreeBSD: The Power To Serve  _ |___/___/___/
  6bone: 3ffe:1ce3:7::b4ff:fe53:c297
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!



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



Re: pcmcia and ed

2000-10-07 Thread Warner Losh

In message [EMAIL PROTECTED] 
Wesley Morgan writes:
: Some recent change to either the ed device or pccard support is making the
: kernel hiccup on my ethernet card:
: 
: ed0 at port 0x300-0x31f irq 10 slot 1 on pccard1
: ed0: address 00:e0:98:88:db:09, type Linksys (16 bit)
: module_register: module isa/ed already exists!
: Module isa/ed failed to register: 17
: module_register: module isa/ed already exists!
: Module isa/ed failed to register: 17
: module_register: module pccard/ed already exists!
: Module pccard/ed failed to register: 17
: module_register: module pci/ed already exists!
: Module pci/ed failed to register: 17
: 
: the driver is compiled in the kernel, but it is loading the KLD
: anyway. Everything still functions, however.

The module name should be if_ed.  I'll go fix it.

Warner


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