From owner-freebsd-stable@FreeBSD.ORG Tue May 4 04:37:44 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C626D16A4CF for ; Tue, 4 May 2004 04:37:44 -0700 (PDT) Received: from murphy.planlos.de (murphy.planlos.de [213.73.92.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C5F43D1D for ; Tue, 4 May 2004 04:37:41 -0700 (PDT) (envelope-from frank@altpeter.de) Received: from murphy.planlos.de (racoon@localhost [127.0.0.1]) by murphy.planlos.de (8.12.9/8.12.9) with ESMTP id i44BbdtG027765 for ; Tue, 4 May 2004 13:37:40 +0200 (CEST) (envelope-from frank@altpeter.de) Received: (from freddy@localhost) by murphy.planlos.de (8.12.9/8.12.9/Submit) id i44BbcFI027760 for stable@freebsd.org; Tue, 4 May 2004 13:37:38 +0200 (CEST) (envelope-from frank@altpeter.de) Date: Tue, 4 May 2004 13:37:38 +0200 From: Frank Altpeter To: stable@freebsd.org Message-ID: <20040504113738.GA27513@murphy.planlos.de> Mail-Followup-To: stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Problem with PC-CARD configuration X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 11:37:45 -0000 [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