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: <CS423x> on isa0
device_probe_and_attach: pcm1 attach returned 6
unknown: <PNP0e03> can't assign resources (port)
unknown: <PNP0e03> can't assign resources (port)
unknown: <PNP0680> can't assign resources (port)
unknown: <PNP0680> 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: <TI1250 PCI-CardBus Bridge> mem 0x20301000-0x20301fff at device 2.0
on pci
0
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb: Unable to map IRQ...
device_probe_and_attach: cbb0 attach returned 12
cbb0: <TI1250 PCI-CardBus Bridge> mem 0x20300000-0x20300fff at device 2.1
on pci
0
cardbus1: <CardBus bus> 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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to