From owner-freebsd-mobile Wed Nov 12 15:19:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA19282 for mobile-outgoing; Wed, 12 Nov 1997 15:19:18 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from ns.mt.sri.com (SRI-56K-FR.mt.net [206.127.65.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA19276 for ; Wed, 12 Nov 1997 15:19:12 -0800 (PST) (envelope-from nate@rocky.mt.sri.com) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with ESMTP id QAA13672; Wed, 12 Nov 1997 16:19:10 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id QAA06523; Wed, 12 Nov 1997 16:19:08 -0700 (MST) Date: Wed, 12 Nov 1997 16:19:08 -0700 (MST) Message-Id: <199711122319.QAA06523@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Daniel Leeds Cc: mobile@freebsd.org Subject: Re: adaptec pcmcia scsi In-Reply-To: <199711122112.NAA18379@inertia.dfacades.com> References: <199711122112.NAA18379@inertia.dfacades.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [ Moved to -mobile ] > I have an adaptec slim-scsi 1460 pcmcia card i am desperately trying to > get to be recognized and used by my laptop running freebsd 2.2.5 to > no avail. It's not supported in 2.2.5. The support was added about 4-5 days after the release (it wouldn't have made it into the release in any case). > upon boot, its seen by the ze driver (which runs my ibm pcmcia ethernet) > and reports as an adaptec scsi controller. Not quite. The driver prints out the CIS strings of the cards, but it only work correctly if the string is what it expects, aka the IBM card. Also note that the zp/ze drivers are 'dedicated' drivers, which mean they *ONLY* work on laptops, while the new drivers such as the Adaptec work on both desktop/laptop machines. But, there's no boot floppy support (yet) for the new drivers, but once it's installed you can get things working pretty easily. > but i cannot get it to be recognized by pccard Update to 2.2.5-STABLE (and use the PCCARD config file). The necessary changes were made after the release, including the changes to the /etc/pccard.conf. (Although, it might need a bit of tweaking to work, since the setup has only been tested on Sony CDR-650 CD-ROMS drivers, which use a variant of the Adaptec card.) Nate