Something strange with pccard/ed0 ?

2000-01-27 Thread Eric Jacoboni

Hi,

I'm currently running 4.0-CURRENT (Jan 27) on a Dell I3500 laptop with
pccard and a D-LINK DE-660.

All runs ok except that my card is not recognized as ed0 but as ed1.

Here are my config params :

=-=-=-=
device card0
device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd
device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000

device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
=-=-=-=

i'm using the genuine DE-660 pccard.conf entry.

At startup, i get the following messages :

=-=-=-==
Jan 27 21:31:20 alex /kernel: pcic: management irq 10
Jan 27 21:31:20 alex /kernel: pcic0: VLSI 82C146 at port 0x3e0 iomem 0xd i
rq 10 on isa0
Jan 27 21:31:20 alex /kernel: pccard0: PC Card bus -- kludge version on pcic0
Jan 27 21:31:20 alex /kernel: pccard1: PC Card bus -- kludge version on pcic0
(...)
Jan 27 21:31:20 alex /kernel: pccard: card inserted, slot 0
Jan 27 21:31:28 alex /kernel: devclass_alloc_unit: ed0 already exists, using nex
t available unit number
Jan 27 21:31:29 alex /kernel: ed1 at port 0x240-0x25f irq 3 slot 1 on pccard1
Jan 27 21:31:29 alex /kernel: ed1: address 00:80:c8:bc:91:94, type NE2000 (16 bi
t)
Jan 27 21:31:29 alex /kernel: bpf: ed1 attached
Jan 27 21:31:28 alex pccard:ed1: D-Link DE-660 inserted
Jan 27 21:31:29 alex pccardd[44]: pccardd started
=-=-=-=

I don't understand this devclass_alloc_unit pb... Why does it pretend
that ed0 already exists ?

-- 
-
Éric Jacoboni   « No sport, cigars! »  (W. Churchill)
-


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



Re: Something strange with pccard/ed0 ?

2000-01-27 Thread Matthew N. Dodd

On 27 Jan 2000, Eric Jacoboni wrote:
 All runs ok except that my card is not recognized as ed0 but as ed1.
 
 Here are my config params :
 
 =-=-=-=
 device card0
 device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd
 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000
 
 device ed0 at isa? port 0x280 irq 5 iomem 0xd8000

Thats correct.  The kernel has assigned 'ed0' to the non-existent ISA card
you've told it to expect.

use 'device ed0' instead.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| [EMAIL PROTECTED] |   2 x '84 Volvo 245DL| ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |



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



Re: Something strange with pccard/ed0 ?

2000-01-27 Thread Eric Jacoboni

"Matthew N. Dodd" [EMAIL PROTECTED] writes:

 On 27 Jan 2000, Eric Jacoboni wrote:
  All runs ok except that my card is not recognized as ed0 but as ed1.

  device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
 
 Thats correct.  The kernel has assigned 'ed0' to the non-existent ISA card
 you've told it to expect.
 
 use 'device ed0' instead.

Oops... Thanks for your help, it's ok now.

-- 
-
Éric Jacoboni   « No sport, cigars! »  (W. Churchill)
-


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