From owner-cvs-sys Sat Apr 26 12:07:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA03954 for cvs-sys-outgoing; Sat, 26 Apr 1997 12:07:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA03930; Sat, 26 Apr 1997 12:07:43 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA21670; Sat, 26 Apr 1997 12:07:37 -0700 (PDT) Date: Sat, 26 Apr 1997 12:07:37 -0700 (PDT) Message-Id: <199704261907.MAA21670@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_device.h Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk fsmp 97/04/26 12:07:37 Modified: sys/i386/isa isa_device.h Log: #if'ed out the '#include "opt_smp.h"' line. The SMP source was merged into 3.0-current last nite and this broke the make of sbin/dset. Should make things work for non-SMP case. People making SMP kernels will need to edit i386/isa/isa_device.h, re-enabling '#include "opt_smp.h"'. People making SMP worlds will have to punt for now... I'm thinking about the real solution, but for now the goal is to NOT break the world! Revision Changes Path 1.37 +3 -2 src/sys/i386/isa/isa_device.h