From owner-freebsd-questions@FreeBSD.ORG Tue Dec 2 14:20:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D25416A4CE for ; Tue, 2 Dec 2003 14:20:45 -0800 (PST) Received: from euler.math.washington.edu (euler.math.washington.edu [128.95.224.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 923FC43F75 for ; Tue, 2 Dec 2003 14:20:44 -0800 (PST) (envelope-from doherty@math.washington.edu) Received: from zeno1.math.washington.edu (IDENT:NfTqJeL7Lr0HC9WPZSoEM2J3Z4+BUivn@zeno1.math.washington.edu [128.95.224.4])hB2MKinN006622 for ; Tue, 2 Dec 2003 14:20:44 -0800 (PST) Date: Tue, 2 Dec 2003 14:20:43 -0800 (PST) From: Davis Doherty To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: pcm, cbb problems in 5.1 w/Thinkpad X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 22:20:45 -0000 aI've been trying to get FreeBSD 5.1 running on an inherited Thinkpad 600 (my first foray into both laptops and the 5.x tree), and I have stumbled a little bit in properly configuring the kernel. I have not found any solutions in the archives for these, so any suggestions would be heartily appreciated (especially ones that work). First off, I included the line device pcm in my kernel, compiled, and installed. The result (as reported by dmesg) was as follows: pcm1: on isa0 device_probe_and_attach: pcm1 attach returned 6 unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) I then tried putting the following lines in device.hints (though this file is one of the aspects of 5.1 I'm still unfamiliar with): hint.pcm.0.at="isa" hint.pcm.0.irq="5" hint.pcm.0.drq="1" hint.pcm.0.flags="0x0" The result was the same. A less important issue (since I don't currently use any PCMCIA cards) is with cbb0: cbb0: mem 0x20301000-0x20301fff at device 2.0 on pci 0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb: Unable to map IRQ... device_probe_and_attach: cbb0 attach returned 12 cbb0: mem 0x20300000-0x20300fff at device 2.1 on pci 0 cardbus1: on cbb0 pccard1: <16-bit PCCard bus> on cbb0 cbb: Unable to map IRQ... device_probe_and_attach: cbb0 attach returned 12 Similar output occurs for cardbus1, cardbus2, and cardbus3. -Davis Doherty