Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 1997 12:40:07 -0800 (PST)
From:      Rob Mallory <rmallory@qualcomm.com>
To:        nate@mt.sri.com (Nate Williams)
Cc:        mobile@freebsd.org
Subject:   Re: adaptec pcmcia scsi
Message-ID:  <199711132040.MAA17763@tarkin.qualcomm.com>
In-Reply-To: <199711130500.WAA07708@rocky.mt.sri.com> from Nate Williams at "Nov 12, 97 10:00:43 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Rob Mallory writes:
> > > > i've used the 1460 just fine with 2.2.5-STABLE and an SyQuest 1.5G
> > > > removable.  
> >
> > ...and I've also had success with a real adaptec slimscsi and a couple 
> > barracudas. (they get about 1.5MB/sec iozone performance) 
> > This is under -current on a toshiba cds420.
> > suspend/resume works fine in this case also.
> 
> Do either of these require any modification to /etc/pccard.conf?  If
> not, that's even better. :)
>
   I just tried it with yesterday's pccard.conf, and my etherlink3 is 
not picked up properly... But the aic is attached just fine.  
I have the internal mss sound disabled, along with the ir port. This 
free'd up a few interrupts.  The aic card seems to like irq 10 the best.
The 3c589 seems to like irq 10 or 11 the best.

Here is my cut down pccard.conf which seems to work.
-Rob


# 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)"
#
# $Id: pccard.conf.sample,v 1.7 1997/10/21 18:07:36 nate Exp $

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

# Adaptec SlimSCSI (also included with Sony CD-ROM players)
card "Adaptec, Inc." "APA-1460 SCSI Host Adapter"
	config	0x9 "aic0" 10
	insert	echo Adaptec Slim SCSI inserted
	remove	echo Adaptec Slim SCSI removed

# 3Com Etherlink III 3C589B, 3C589C
# This guy is a bugger. He insists on being at irq11.
card "3Com Corporation" "3C589"
	config	0x1 "ep0" ?
	insert	echo 3Com Etherlink III inserted
	insert	/etc/pccard_ether ep0 -link0 link1
	remove	echo 3Com Etherlink III removed
	remove	/sbin/ifconfig ep0 delete





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711132040.MAA17763>