Module Name:    src
Committed By:   thorpej
Date:           Tue Mar 23 01:25:48 UTC 2021

Modified Files:
        src/sys/arch/x86/pci [thorpej-cfargs]: files.pci

Log Message:
Remove unneceesary "imcsmb" attribute from "imc".


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.25.4.1 src/sys/arch/x86/pci/files.pci

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/pci/files.pci
diff -u src/sys/arch/x86/pci/files.pci:1.25 src/sys/arch/x86/pci/files.pci:1.25.4.1
--- src/sys/arch/x86/pci/files.pci:1.25	Wed Oct 14 10:19:11 2020
+++ src/sys/arch/x86/pci/files.pci	Tue Mar 23 01:25:48 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.25 2020/10/14 10:19:11 ryo Exp $
+#	$NetBSD: files.pci,v 1.25.4.1 2021/03/23 01:25:48 thorpej Exp $
 
 device 	aapic
 attach 	aapic at pci
@@ -83,7 +83,7 @@ file	arch/x86/pci/fwhrng.c		fwhrng needs
 # Intel Integrated Memory Controller and associated SMBus
 # (Experimental)
 
-device	imc {}: imcsmb
+device	imc {}
 attach	imc at pci
 file	arch/x86/pci/imcsmb/imc.c		imc
 

Reply via email to