From owner-freebsd-current Thu Oct 22 13:20:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23645 for freebsd-current-outgoing; Thu, 22 Oct 1998 13:20:18 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from danberlin.resnet.rochester.edu (danberlin.resnet.rochester.edu [128.151.84.217]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23486; Thu, 22 Oct 1998 13:19:09 -0700 (PDT) (envelope-from root@danberlin.resnet.rochester.edu) Received: from danberlin.resnet.rochester.edu (root@danberlin.resnet.rochester.edu [128.151.84.217]) by danberlin.resnet.rochester.edu (8.9.1a+3.1W/8.9.1/Debian/GNU) with ESMTP id OAA15170; Thu, 22 Oct 1998 14:59:31 -0400 Date: Thu, 22 Oct 1998 14:59:31 -0400 (EDT) From: Daniel Berlin To: hackers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Our CardBus support Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is the status of cardbus support in -current. I notice pcic_p.c in the pci dir, and it appears to have defines for TI CardBus controllers, and one other type. Do the TI's actually work? I have a TI1250 in my laptop, and from looking at the linux PCMCIA CS stuff, they just treat it like an 113x, except for one small thing to determine what mode it is in. I tried a quick hack, and added the device ID into pcic_p.h, and the approriate stuff in pcic_p.c, and it no work (right now i've got it complaining about intr_connect failing for a few IRQ's). I'll try it with two other CardBus cards, and i just tried it with a 3C589, and it noticed none of them. So is this my stupidity, or is our cardbus support not up to snuff yet, and if this is the case, is anyone working on it? If not, i guess i'll give it a whirl. Any clue how much work it would take? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message