From owner-freebsd-questions Tue Mar 16 10:53:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 75EB715312 for ; Tue, 16 Mar 1999 10:53:53 -0800 (PST) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.2/8.9.2) id MAA22400 for freebsd-questions@freebsd.org; Tue, 16 Mar 1999 12:58:06 -0600 (CST) (envelope-from obonilla) Date: Tue, 16 Mar 1999 12:58:06 -0600 From: Oscar Bonilla To: freebsd-questions@freebsd.org Subject: kernel modifications --- where should i send them? Message-ID: <19990316125806.A22360@fisicc-ufm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG in order to make sane (scanners you know) work with an umax scanner and an adaptec scsi card i had to modify a file in the kernel (3.1-RELEASE) to raise the default raw i/o transfer size where should i report this? should i use the send-pr utility? i don't know if this is a "bug", maybe there's a reason not to set it too high... the file was /usr/src/i386/include/param.h and the change was #include DFLTPHYS (64 * 1024) to #include DFLTPHYS (128 * 1024) after which the scanner works fine. thanks, -oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message