From owner-freebsd-bugs Mon Jan 27 04:12:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA02942 for bugs-outgoing; Mon, 27 Jan 1997 04:12:02 -0800 (PST) Received: from selene.sol.cs.ritsumei.ac.jp (selene.sol.cs.ritsumei.ac.jp [133.19.20.15]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA02925 for ; Mon, 27 Jan 1997 04:11:50 -0800 (PST) Received: from localhost by selene.sol.cs.ritsumei.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl1-sol) id VAA04345; Mon, 27 Jan 1997 21:11:40 +0900 (JST) To: bugs@freebsd.org Cc: mouri@sol.cs.ritsumei.ac.jp Subject: ccd and BOUNCE_BUFFER X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19970127211139N.mouri@sol.cs.ritsumei.ac.jp> Date: Mon, 27 Jan 1997 21:11:39 +0900 From: Koichi MOURI X-Dispatcher: impost version 0.96++ (Jan. 13, 1997) Lines: 57 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I tried to use ccd(Concatenated Disk Driver) on 2.2-BETA. I recompired a kernel for ccd and rebooted. And I executed ccdconfig. But kernel was in a panic. Messages: vm_bounce_alloc: b_bufsize(0x0) < b_bcount(0x200) !! panic: vm_bounce_alloc When I comment out "options BOUNCE_BUFFER" and recompile kernel, ccd works fine (but memory size is only 16MB). help me... My kernel configure file: ---------------------------- machine "i386" cpu "I486_CPU" ident SFX maxusers 8 options INET options FFS options NFS options PROCFS options "COMPAT_43" options SCSI_DELAY=5 options BOUNCE_BUFFERS options FAILSAFE options USERCONFIG options MAXCONS=2 config kernel root on wd0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr controller scbus0 device sd0 device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device ed0 at isa? port 0x280 net irq 9 iomem 0xd8000 vector edintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device pty 4 pseudo-device ccd 1 ---------------------------- Koichi MOURI