From owner-freebsd-mobile Thu Nov 13 12:43:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18761 for mobile-outgoing; Thu, 13 Nov 1997 12:43:38 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from tarkin.qualcomm.com (tarkin.qualcomm.com [129.46.111.16]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA18751 for ; Thu, 13 Nov 1997 12:43:33 -0800 (PST) (envelope-from rmallory@qualcomm.com) Received: (from rmallory@localhost) by tarkin.qualcomm.com (8.8.5/1.4/8.7.2/1.13) id MAA17763; Thu, 13 Nov 1997 12:40:07 -0800 (PST) From: Rob Mallory Message-Id: <199711132040.MAA17763@tarkin.qualcomm.com> Subject: Re: adaptec pcmcia scsi In-Reply-To: <199711130500.WAA07708@rocky.mt.sri.com> from Nate Williams at "Nov 12, 97 10:00:43 pm" To: nate@mt.sri.com (Nate Williams) Date: Thu, 13 Nov 1997 12:40:07 -0800 (PST) Cc: mobile@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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