Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add ismt(4).



details:   https://anonhg.NetBSD.org/src/rev/17f2a1fba719
branches:  trunk
changeset: 812833:17f2a1fba719
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Jan 05 12:18:42 2016 +0000

description:
Add ismt(4).

diffstat:

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

diffs (18 lines):

diff -r 95ae43071ce9 -r 17f2a1fba719 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Tue Jan 05 11:49:32 2016 +0000
+++ b/sys/dev/pci/files.pci     Tue Jan 05 12:18:42 2016 +0000
@@ -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 @@
 
 # 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



Home | Main Index | Thread Index | Old Index