Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 1999 10:58:01 -0500 (EST)
From:      Alan Corey <coreya@mbs.valinet.com>
To:        Warner Losh <imp@village.org>
Cc:        David Kane-Parry <dkp@simons-rock.edu>, freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG
Subject:   Re: Supported hardware: D-Link DE-660CT ? 
Message-ID:  <Pine.OSF.3.96.991118104116.22248A-100000@mbs.valinet.com>
In-Reply-To: <199911180728.AAA24380@harmony.village.org>

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

On Thu, 18 Nov 1999, Warner Losh wrote:

> In message <Pine.OSF.3.96.991112200612.31393A-100000@mbs.valinet.com> Alan Corey writes:
> : I'm using one to write this.  Just use the ed0 driver: there's already an
> : entry in /etc/pccard.conf for the DE-660.
> 
> I stand corrected.  Never mind.
> 
> Warner

Well, maybe.  The entry in pccard.conf is there, but I neglected to
mention that I'm also using PAO3-19991011.  I couldn't get the card to
work without PAO, but I attributed that to my own inexperience.  After a
week or so of trying without it I finally loaded PAO and things went much 
more smoothly.  I thought since the entry was there it must have worked
for someone, so it was just me doing something wrong.

  Alan Corey

--------------------  relevant(?) parts of my PAO pccard.conf ---------
# PC-card sample configuration file
# Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
#
# Removing all IRQ conflicts from this file can't be done because of some
# IRQ-selfish PC-cards.  So if you want to use some of these cards in
# your machine, you will be forced to modify their IRQ parameters from
# the following list.
#
# $Id: pccard.conf.sample,v 1.26 1999/10/02 17:36:47 toshi Exp $

# Generally available IO ports
io	0x240-0x3ff
# Generally available IRQs (DEPRECATED, USE OF THE OPTION IS DISCOURAGED)
#irq	10 11
# Unavailable IRQs
#ignirq	9
# refrain from using SoundBlaster's IRQ, by default.
ignirq 5
# it may be helful for most of notebook PCs
#ignirq 15
# Available memory slots
memory	0xd4000	96k

# D-Link DFE-650 Ethernet Card
card "D-Link" "DFE-650"
	config	default "ed0" any 0x10
	insert	logger -s D-link DFE-650 inserted
	insert	/etc/pccard_ether $device
	remove	logger -s D-link DFE-650 removed
	remove	/etc/pccard_ether_remove $device

-------- same thing from a standard 3.3-RELEASE pccard.conf.sample --
# Sample PCCARD configuration file
#
# Removing all IRQ conflicts from this file can't be done because of some
# IRQ-selfish PC-cards.  So if you want to use some of these cards in
# your machine, you will be forced to modify their IRQ parameters from
# the following list.
#
# IRQ == 0 means "allocate free IRQ from IRQ pool"
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
#
# $FreeBSD: src/etc/pccard.conf.sample,v 1.24.2.12 1999/09/11 09:36:53
obrien Exp $

# Generally available IO ports
io	0x240-0x360
# Generally available IRQs (Built-in sound-card owners remove 5)
irq	3 5 10 11 13 15
# Available memory slots
memory	0xd4000  96k

# D-Link DE-660 NE2000 clone
card "D-Link" "DE-660"
	config 0x20 "ed0" ? 0x10
	insert /etc/pccard_ether ed0 link0 -link1
	remove /sbin/ifconfig ed0 delete




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.96.991118104116.22248A-100000>