From owner-freebsd-current@FreeBSD.ORG Fri Apr 23 16:04:24 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D68B16A4CE; Fri, 23 Apr 2004 16:04:24 -0700 (PDT) Received: from andromeda.oftc.net (andromeda.oftc.net [80.190.233.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A3BE43D49; Fri, 23 Apr 2004 16:04:24 -0700 (PDT) (envelope-from stu@ipng.org.uk) Received: from [213.106.20.241] (helo=ipng.org.uk) by andromeda.oftc.net with asmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.24) id 1BH9iX-00084i-09; Fri, 23 Apr 2004 23:04:21 +0000 Received: from stu by ipng.org.uk with local (Exim 4.22) id 1BH9ec-000H0l-6G; Sat, 24 Apr 2004 00:00:18 +0100 Date: Sat, 24 Apr 2004 00:00:17 +0100 From: Stuart Walsh To: freebsd-mobile@freebsd.org Message-ID: <20040423230017.GA64912@deepfreeze.stu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i cc: freebsd-current@freebsd.org Subject: -current cardbus weirdness X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2004 23:04:24 -0000 Hi, Just playing with freebsd on this notebook.. I had a 5.1-Release CD lying around so I tried that first of all and all seemed to be well, so I decided to give -current a try to try out the NDISulator amongst other things. Prior to this, when i inserted my wireless card(an unsupported 3com broadcom chipset card) I got this message: cardbus0: at device 0.0 (no driver attached) with -current i get: cardbus0: Resource not specified in CIS: id=10, size=80000 cardbus0: Resource not specified in CIS: id=14, size=8000000 cardbus0: Non-prefetchable memory at b0000000-b807ffff cardbus0: at device 0.0 (no driver attached) I think you'll agree this is a little odd.. cbb0 was previously detected as a "PCI-Cardbus Bridge" now i get: cbb0: at device 9.0 on pci0 cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0xf00010000 The other weird thing is if I disabled ACPI on boot i get a trap 12 panic right after pci is detected.. If you need/want any more info, let me know.. Stuart