From owner-freebsd-mobile Fri Dec 12 16:27:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA09763 for mobile-outgoing; Fri, 12 Dec 1997 16:27:46 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA09748 for ; Fri, 12 Dec 1997 16:27:34 -0800 (PST) (envelope-from ambrisko@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id QAA15388; Fri, 12 Dec 1997 16:26:39 -0800 (PST) Received: from UNKNOWN(), claiming to be "crab.whistle.com" via SMTP by alpo.whistle.com, id smtpda15381; Fri Dec 12 16:26:33 1997 Received: (from ambrisko@localhost) by crab.whistle.com (8.8.8/8.6.12) id QAA24333; Fri, 12 Dec 1997 16:22:24 -0800 (PST) From: Doug Ambrisko Message-Id: <199712130022.QAA24333@crab.whistle.com> Subject: Re: Cardbus controller status request / notebook update In-Reply-To: <199712122346.QAA28316@mt.sri.com> from Nate Williams at "Dec 12, 97 04:46:32 pm" To: nate@mt.sri.com (Nate Williams) Date: Fri, 12 Dec 1997 16:22:23 -0800 (PST) Cc: ambrisko@whistle.com, nate@mt.sri.com, freebsd-mobile@freebsd.org X-Mailer: ELM [version 2.4ME+ PL29 (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 Nate Williams writes: | Ahh, this is only for the TI1130? I didnt' realize that this even | worked with FreeBSD w/out the PAO patches. Yes current has been working for a while with my NEC Versa 6030X. It uses a TI1130. Basically it just emulates the VLSI 82C146 in default ISA mode which I think the BIOS programs it for. | > I guess my question is, that when booting -v with a 6832 what does the | > probe return for the port of the 6832? On my card it returned 0. | | What do you mean? The ISA emulation port? Ted would be the guy to know | what it normally says. The port printed in the following message: if (bootverbose) printf("CardBus: Legacy PC-card 16bit I/O address [0x%x]\n", io_port); Emulation appears to be in a couple of modes: ISA legacy -> look like an old style controller on the ISA bus. Interrupt only -> the controller runs on PCI but can trigger ISA interrupts with ISA interrupt glue. Doug A.