Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/pci Remove part of sysmon change mistakenly inc...



details:   https://anonhg.NetBSD.org/src/rev/9f5caaf8adc9
branches:  netbsd-1-5
changeset: 488272:9f5caaf8adc9
user:      soren <soren%NetBSD.org@localhost>
date:      Mon Jun 26 13:46:57 2000 +0000

description:
Remove part of sysmon change mistakenly included in previous pull-up.

diffstat:

 sys/dev/pci/files.pci |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d0c0b2b19899 -r 9f5caaf8adc9 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Mon Jun 26 08:49:11 2000 +0000
+++ b/sys/dev/pci/files.pci     Mon Jun 26 13:46:57 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.96.2.1 2000/06/25 20:23:35 sommerfeld Exp $
+#      $NetBSD: files.pci,v 1.96.2.2 2000/06/26 13:46:57 soren Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -336,6 +336,6 @@
 file dev/pci/viapm.c   viapm
 
 # hardware monitoring part of viapm
-device viaenv: sysmon
+device viaenv
 attach viaenv at viapm
 file dev/pci/viaenv.c  viaenv needs-flag



Home | Main Index | Thread Index | Old Index