From owner-freebsd-stable Wed Apr 14 16: 5:24 1999 Delivered-To: freebsd-stable@freebsd.org Received: from stevenson.cogsci.ed.ac.uk (stevenson144.cogsci.ed.ac.uk [129.215.144.1]) by hub.freebsd.org (Postfix) with ESMTP id D943314C3C for ; Wed, 14 Apr 1999 16:05:21 -0700 (PDT) (envelope-from richard@cogsci.ed.ac.uk) Received: from doyle.cogsci.ed.ac.uk (richard@doyle [129.215.110.29]) by stevenson.cogsci.ed.ac.uk (8.8.7/8.8.7) with SMTP id AAA22714; Thu, 15 Apr 1999 00:02:58 +0100 (BST) Date: Thu, 15 Apr 1999 00:02:56 +0100 Message-Id: <12888.199904142302@doyle.cogsci.ed.ac.uk> From: Richard Tobin Subject: Re: lnc adaptor doesn't work in 3.1-19990407-STABLE To: Robert Swindells , richard@cogsci.ed.ac.uk In-Reply-To: Robert Swindells's message of Wed, 14 Apr 1999 22:45:24 +0100 (BST) Organization: just say no Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm pretty sure I have used it with the buffer well above 16MB. Well, I don't see how. > You have a PCI card, it doesn't need bounce buffers. I have a PCI card that only uses 24-bit addresses! Here's the code: (sc->recv_ring + i)->md->md0 = kvtop(lnc_mem); (sc->recv_ring + i)->md->md1 = ((kvtop(lnc_mem) >> 16) & 0xff) | OWN; > Did you try backing out the last change to sys/pci/pcisupport.c ? No, because it didn't look relevant. The log entry says revision 1.95 date: 1999/04/07 03:59:13; author: msmith; state: Exp; lines: +1 -27 Remove inactive pmap_setdevram()/pmap_setvidram consumer code. and it involves removing some #if 0 code and a call to pmap_setvidram(). Is that the change you meant? -- Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message