Subject: Re: Make Snapshot Error in NetBSD-1.5 Alpha, 06/26 source
To: None <current-users@netbsd.org>
From: Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
List: current-users
Date: 06/27/2000 09:13:49
In message <Pine.NEB.4.21.0006261634580.16482-100000@seashell.sasquatch.com>
on Mon, 26 Jun 2000 16:35:38 -0700 (PDT),
Len Burns <lburns@sasquatch.com> wrote:
> /usr/src/sys/dev/pci/files.pci:339: undefined attribute `sysmon'
> *** Stop.
> Did I miss something?
In files.pci, I think that current's change not in 1.5 brach has
applied accidently or some change lacks in 1.5 barnch.
Back out the change bellow works for me.
Index: files.pci
diff -u -r1.9 -r1.10
--- files.pci 2000/06/06 16:05:07 1.9
+++ files.pci 2000/06/26 23:00:41 1.10
@@ -331,6 +336,6 @@
file dev/pci/viapm.c viapm
# hardware monitoring part of viapm
-device viaenv
+device viaenv: sysmon
attach viaenv at viapm
file dev/pci/viaenv.c viaenv needs-flag
--
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>