Date: Sat, 25 Nov 2000 10:52:40 +0900 From: Yoichi ASAI <yatt@msc.biglobe.ne.jp> To: current@freebsd.org Subject: Re: -current on ibm tp a20p? Message-ID: <20001125105240B.yatt@msc.biglobe.ne.jp> In-Reply-To: <Pine.BSF.4.21.0011242139090.355-100000@albert.gate5.de> References: <4.3.2.7.0.20001124210856.00e4a620@mail.drwilco.net> <Pine.BSF.4.21.0011242139090.355-100000@albert.gate5.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Christian Carstensen <cc@devcon.net> wrote: > has someone of you got -current working on a ibm thinkpad a20p? > at the moment, i can't use pccard and sound card support. > to be honest, this problem is not -current specific, - it also occurs > with 4.x os. I have ThinkPad A20m, perhaps that is a subset of A20p. On these laptops, use 0xd4000 as memory slots. -- kernel config hint file -- hint.pcic.0.maddr="0xd4000" -- /etc/pccard.conf -- memory 0xd4000 96k Pccard works fine with these settings. On the other hand, sound chip does not work. Kernel recognizes Crystal SoundFusion as CS461x, with device pcm and csa included in my config. But IRQ sharing prevents it from working. mpg123 and play (sox) return this message: pcm0: play interrupt timeout, channel dead -- dmesg -- csa0: <Crystal Semiconductor CS4614/4622/4624 Audio accelerator/ 4280 Audio controller> mem 0xf4000000-0xf40fffff,0xf4121000-0xf4 121fff irq 11 at device 5.0 on pci0 pcm0: <CS461x PCM Audio> on csa0 --- Yoichi ASAI <yatt@msc.biglobe.ne.jp> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001125105240B.yatt>