From owner-freebsd-questions Wed Dec 4 17:17:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.8.3/8.7.3) id RAA27958 for questions-outgoing; Wed, 4 Dec 1996 17:17:51 -0800 (PST) Received: from tellab5.tellabs.com (tellab5.lisle.tellabs.com [138.111.243.28]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA27947 for ; Wed, 4 Dec 1996 17:17:48 -0800 (PST) From: mikebo@tellabs.com Received: from sunc210.tellabs.com by tellab5.tellabs.com with smtp (Smail3.1.29.1 #4) id m0vVSRA-0004fIC; Wed, 4 Dec 96 19:17 CST Received: by sunc210.tellabs.com (SMI-8.6/1.9) id TAA23726; Wed, 4 Dec 1996 19:16:36 -0600 Message-Id: <199612050116.TAA23726@sunc210.tellabs.com> Subject: Re: 2.1.5R: aha0: DMA beyond end of ISA ? To: gjennejohn@frt.dec.com Date: Wed, 4 Dec 1996 19:16:35 -0600 (CST) Cc: mikebo (Mike Borowiec), questions@freebsd.org In-Reply-To: <9612041747.AA10824@cssmuc.frt.dec.com> from "garyj@frt.dec.com" at Dec 4, 96 06:47:07 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Gary, et al. wrote: > mikebo@tellabs.com writes: > [delete] > > Anyway, now every time I try to access the tape drives, I get: > > aha0: DMA beyond end of ISA: 0x19cc0a0 > > st1: bad request, must be between 0 and 0 > > tar: read error on /dev/rst1: Input/Output error > > > [delete] > > -------------------------------------------------------------------------- > > FreeBSD 2.1.5-RELEASE #0: Sat Nov 30 19:19:25 CST 1996 > > kroot@timesink.ttl.com:/usr/src/sys/compile/TIMESINK > > CPU: 132-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU) > > Origin = "GenuineIntel" Id = 0x52c Stepping=12 > > Features=0x1bf > > real memory = 67108864 (65536K bytes) > > avail memory = 63885312 (62388K bytes) > [delete] > > you need to enable bounce buffers, the ISA bus has only 24 bits and > can only address 16MB. You have 64 MB. Add > > options BOUNCE_BUFFERS > > to your kernel coniguration file and make a new kernel. > Darrrrr.... I should've known... It's just that I never had more than 16MB before. ;v) - Mike