Date: Tue, 4 May 2004 13:37:38 +0200 From: Frank Altpeter <frank@altpeter.de> To: stable@freebsd.org Subject: Problem with PC-CARD configuration Message-ID: <20040504113738.GA27513@murphy.planlos.de>
next in thread | raw e-mail | index | archive | help
[4.10-PRERELEASE on Compaq Armada E500] Hi there, For quite some time, on every reboot, i get an error message from the PC-CARD configuration. I figured out that the reason for this lies in the /etc/rc.pccard script, which does by default execute the command "pccardc pccardmem 0xd0000", because pccard_mem="DEFAULT" in /etc/defaults/rc.conf. root@pegasus:~ 0# pccardc pccardmem 0xd0000 pccardc: ioctl (PIOCRWMEM): Invalid argument but... root@pegasus:~ 1# pccardc pccardmem 0xd4000 PCCARD Memory address set to 0xd4000 I don't know why my system doesn't like this command, but perhaps someone has a hint for me, or in case this shouldn't happen at all, and there's more than me having this problem, someone might review the rc.pccard script. For myself it's not important, using pccard_mem="0xd4000" now :) With kind regards, Frank Altpeter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040504113738.GA27513>