From owner-freebsd-current Mon Apr 29 15:17:11 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA19412 for current-outgoing; Mon, 29 Apr 1996 15:17:11 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA19393 for ; Mon, 29 Apr 1996 15:17:06 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id IAA02415; Tue, 30 Apr 1996 08:12:30 +1000 Date: Tue, 30 Apr 1996 08:12:30 +1000 From: Bruce Evans Message-Id: <199604292212.IAA02415@godzilla.zeta.org.au> To: FreeBSD-current@FreeBSD.org, p.richards@elsevier.co.uk Subject: Re: More FreeBSD problems... Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> Hmmm ... OK, we found the scanpci program, which revealed that the card is >> at I/O 0x6100 and IRQ 11 ... but -c won't let us go above 0x2000. Ideas? >> The visual config has bogus limitsSee an old PR. Ordinary config works. >Someone I'm trying to help get FreeBSD up on with a PCnet-PCI card sent >the above to me. Is there any reason to not allow using -c to set ports >for PCI cards? I know the real solution would be to add PCI support Yes, the data structures manipulated by -c only exist for ISA devices. Bruce