From owner-freebsd-current Wed Jun 19 05:57:48 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA11727 for current-outgoing; Wed, 19 Jun 1996 05:57:48 -0700 (PDT) Received: from asstdc.scgt.oz.au (root@asstdc.scgt.oz.au [202.14.234.65]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA11719; Wed, 19 Jun 1996 05:57:45 -0700 (PDT) Received: (from imb@localhost) by asstdc.scgt.oz.au (8.7.5/BSD4.4) id WAA12116 Wed, 19 Jun 1996 22:57:42 +1000 (EST) From: michael butler Message-Id: <199606191257.WAA12116@asstdc.scgt.oz.au> Subject: Re: laptop installations To: phk@FreeBSD.org (Poul-Henning Kamp) Date: Wed, 19 Jun 1996 22:57:39 +1000 (EST) Cc: jkh@time.cdrom.com, current@FreeBSD.org In-Reply-To: <7774.835115157@critter.tfs.com> from "Poul-Henning Kamp" at Jun 18, 96 09:25:57 am X-Mailer: ELM [version 2.4 PL24beta] Content-Type: text Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Poul-Henning Kamp writes: > Well, some laptops do have slower busses and some pcmcia cards are slow > by themselves... My current problem is not so much lack of bus speed but being able to talk to the card at all. The AST J10 doesn't use the hard-coded addresses at port 0x3Cx as implemented in the existing pccard driver. It seems to use a PCI bridge and the PCMCIA controller (a Cirrus 672x) which appears at port 0xfcfc. Attempts to probe for more than two cards hang the laptop :-( Having found that, I now have some diagnostics about not being able to assign an I/O port .. it's getting there .. The symptoms are identical with the D-link 650CT and the 3C589C, michael