Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 1999 13:14:23 -0600 (CST)
From:      obonilla@fisicc-ufm.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   i386/10623: params.h DFLTPHYS limit is too low
Message-ID:  <199903161914.NAA22748@voyager.fisicc-ufm.edu>

next in thread | raw e-mail | index | archive | help

>Number:         10623
>Category:       i386
>Synopsis:       DFLTPHYS in /usr/src/sys/i386/include/params.h is set too low
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 16 11:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Oscar Bonilla
>Release:        FreeBSD 3.1-STABLE i386 and FreeBSD 4.0-CURRENT i386
>Organization:
Universidad Francisco Marroquin - Guatemala
>Environment:
>Description:

	      Using the sane port from 3.1-STABLE with an Umax SCSI Scanner
	      and an Adaptec SCSI Card resulted in the scanner starting the
	      scan and then hanging.

>How-To-Repeat:

	Hmm? get a Umax Scanner with an Adaptec SCSI card and install sane?

>Fix:
	
	Change the line

	#define DFLTPHYS (64 * 1024)

	to

	#define DFLTPHYS (128 * 1024)

	in the file

	/usr/src/sys/i386/include/params.h

	recompile the kernel and reboot.


>Release-Note:
>Audit-Trail:
>Unformatted:
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903161914.NAA22748>