Module Name: src
Committed By: msaitoh
Date: Tue Jan 5 12:18:42 UTC 2016
Modified Files:
src/sys/dev/pci: files.pci
Log Message:
Add ismt(4).
To generate a diff of this commit:
cvs rdiff -u -r1.379 -r1.380 src/sys/dev/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/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.379 src/sys/dev/pci/files.pci:1.380
--- src/sys/dev/pci/files.pci:1.379 Thu Oct 29 01:56:12 2015
+++ src/sys/dev/pci/files.pci Tue Jan 5 12:18:42 2016
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.379 2015/10/29 01:56:12 christos Exp $
+# $NetBSD: files.pci,v 1.380 2016/01/05 12:18:42 msaitoh Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -1177,3 +1177,8 @@ file dev/pci/rtsx_pci.c rtsx_pci
# PCI graphics devices with DRM/KMS
include "external/bsd/drm2/pci/files.drmkms_pci"
+
+# Intel S1200,C2000 (non-pch) SMBus controller
+device ismt: i2cbus
+attach ismt at pci
+file dev/pci/ismt.c ismt