Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2001 17:40:18 +0200
From:      Tobias Reifenberger <treif@mayn.de>
To:        freebsd-mobile@freebsd.org
Subject:   Re: Two 'ed' cards in one laptop?
Message-ID:  <3AEC35E2.1FBA62EF@mayn.de>
References:  <3AEB24F8.DA4167F2@mayn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi

I finally got the cards working. Thanks to erich@ucsd.edu, Greg Smith
and Warner Losh.

The solution was to change the lines 'config auto "ed" ....' to 'config
auto "edX" ...' with X in [0;n]. Below is the customized pccardd
configuration I'm using. Everyone with a similar problem may use this as
an inspiration.

This works with -current (2001.03.01), but should also with -stable.


[/etc/pccard.conf]
# Generally available IO ports
io      0x240-0x360
# Generally available IRQs (Built-in sound-card owners remove 5)
# Use "dmesg | grep irq" to see which are used.
irq     5 9 10
# Available memory slots
memory 0xd4000 96k

# D-Link DE-650 and DE-660
card "D-Link" "/DE-6[56]0/"
config  auto "ed0" ? 0x10
insert  /etc/pccard_ether $device start
remove  /etc/pccard_ether $device stop

# D-Link DFE-650 Fast Ethernet Card
card "D-Link" "DFE-650"
config  auto "ed1" ? 0x80010
insert  /etc/pccard_ether $device start
remove  /etc/pccard_ether $device stop

bye
-- 
Tobias Reifenberger -- treif@mayn.de -- DG1NGT
GEE e* dpu s:- a-- C+++ UB+++ L- W+ N+ w--- Y+ tv+ b++ D++ h++ r---


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AEC35E2.1FBA62EF>