From owner-freebsd-hackers Tue Aug 29 12:37:19 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA20536 for hackers-outgoing; Tue, 29 Aug 1995 12:37:19 -0700 Received: from cs.sunysb.edu (sbcs.sunysb.edu [130.245.1.15]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id MAA20529 for ; Tue, 29 Aug 1995 12:37:12 -0700 Received: from sbgrad9.csdept (sbgrad9.cs.sunysb.edu [130.245.2.29]) by cs.sunysb.edu (8.6.12/8.6.9) with SMTP id PAA20135 for ; Tue, 29 Aug 1995 15:37:10 -0400 Date: Tue, 29 Aug 1995 15:37:10 -0400 From: Michael Vernick Message-Id: <199508291937.PAA20135@cs.sunysb.edu> Received: by sbgrad9.csdept (4.1/SMI-4.1) id AA08723; Tue, 29 Aug 95 15:35:44 EDT To: freebsd-hackers@freebsd.org Subject: Kernel won't run, CMAP busy Sender: hackers-owner@freebsd.org Precedence: bulk I'm trying to run a customized kernel. (I've written some custom code that benchmarks the SCSI disks). After detecting 'ed0' I get a panic error 'pmap_copy_page: CMAP busy' and the kernel reboots itself. The kernel however runs on another machine. The difference is that the first machine is connected to 2 different networks and acts as a router. The second machine simply sits on 1 network. Any ideas? Thanks, mv.