From owner-freebsd-questions Thu Feb 29 15:20:42 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18474 for questions-outgoing; Thu, 29 Feb 1996 15:20:42 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA18465 for ; Thu, 29 Feb 1996 15:20:36 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id QAA13183; Thu, 29 Feb 1996 16:21:38 -0700 Date: Thu, 29 Feb 1996 16:21:38 -0700 From: Nate Williams Message-Id: <199602292321.QAA13183@rocky.sri.MT.net> To: tomppa@fidata.fi Cc: questions@freebsd.org Subject: Re: Backup problem In-Reply-To: <199602292125.XAA02246@zeta.fidata.fi> References: <199602292125.XAA02246@zeta.fidata.fi> Sender: owner-questions@freebsd.org Precedence: bulk > My system hangs when I'm doing full backup to DAT drive with tar or > cpio. ... > it takes 5-55 minutes before it happens. .... > I changed bt driver to aha (AMI SCSI controller is compatible with > buslogic 742a and Adaptec 1542). With aha driver backupping works like > a charm. Making full backup taked over an hour but it worked > smoothly. I even tried it twice. Any good explanations? Yep, I'll bet the bounce buffer code is enabled on the aha driver and might not be on the buslogic. > > real memory = 33554432 (32768K bytes) This is important if you have more than 16MB and your card can't do DMA above 16MB. > > bt0: Bt747S/ 0-(32bit) bus The bt driver assumes it can. Nate