From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 28 04:49:24 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB35E16A41F for ; Mon, 28 Nov 2005 04:49:24 +0000 (GMT) (envelope-from a.mattke@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B55B43D5A for ; Mon, 28 Nov 2005 04:49:18 +0000 (GMT) (envelope-from a.mattke@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so1084061nzo for ; Sun, 27 Nov 2005 20:49:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=A7pPAMccbLYjspgGGV+OEbQmGrKMbffb5u+QtjPpX1Dcyn815g76PWkRnWtByxi1oW1d1uh+HuoHUWRh3Za3X5PRi7ZBKgCRxGPp4CepVLUI3jCf51o1nHUYGON6TFcNrs/mwo9zqm/57J1i3L4cI9gOrAl8NT/BenkAyWLA7iE= Received: by 10.36.108.14 with SMTP id g14mr3009101nzc; Sun, 27 Nov 2005 20:49:18 -0800 (PST) Received: by 10.37.13.78 with HTTP; Sun, 27 Nov 2005 20:49:17 -0800 (PST) Message-ID: <2b9aedcc0511272049l6252d9ean20c96304424e5183@mail.gmail.com> Date: Sun, 27 Nov 2005 23:49:17 -0500 From: Anthony Mattke To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: pc card on watchguard firebox II X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2005 04:49:25 -0000 I have a WatchGuard Firebox II that I've been working on turning into a decent router. I see many people have installed monowall (http://m0n0.ch/wall/) on these boxes with good success. I would be done myself unless I was setting up a wireless bridge. These boxes are basicly custom pentium 200's with 3 ethernet ports, a few serial ports, 2 pcmcia card slots, a 44pin ide header, a keyboard header, and 2 backwards facing pci slots. The problem I am having is with getting a pc card to be detected, it knows they're there, it just wont register them. First off, I'm new to BSD. Second, I know this is not straight up BSD, but if given direction I can make anything happen that needs to for testing, I have a 5.3 box setup for testing, altho I'm having trouble getting it to boot on the firebox ( i need to recompile and disabe psm0 detection) Anyway, this is what I'm seeing. pci_cfgintr: can't route an interrupt to 0:16 INTA pcic0: at device 16.0 on pci0 pcic0: PCI Memory allocated: 0x88000000 pci_cfgintr: can't route an interrupt to 0:16 INTA pcic0: No PCI interrupt routed, trying ISA. pcic0: Polling mode pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC serial isa irq] pccard0: on pcic0 pci_cfgintr: can't route an interrupt to 0:16 INTB pcic1: at device 16.1 on pci0 pcic1: PCI Memory allocated: 0x88001000 pci_cfgintr: can't route an interrupt to 0:16 INTB pcic1: No PCI interrupt routed, trying ISA. pcic1: Polling mode pcic1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC serial isa irq] pccard1: on pcic1 pmtimer0 on isa0 I've google'd and google'd and poked and prodded, I've added the following to /boot/loader.conf, with no success. hint.acpi.0.disabled=3D1 hw.cbb.start_memory=3D0x20000000 hw.pci.allow_unsupported_io_range=3D1 If you want a look at the kernel config it is located here. (this is for monowall, not my 5.3 box, that has yet to be recompiled) http://m0n0.ch/wall/downloads/freeb...0N0WALL_GENERIC Any suggestions on where to go next? If you need any output, or anything, let me know. Thanks in advance, Tony