diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2016-01-05 12:18:42 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2016-01-05 12:18:42 +0000 |
| commit | cc6bc9ab9c32ad176c3cc057f0c58bca0fb5bb88 (patch) | |
| tree | 61ffebbc4b146abf0fa5ff583d6fe910dd17b806 /sys/dev | |
| parent | db53b88629062f3e57ed5cebeea9f8be64224810 (diff) | |
Add ismt(4).
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 330acbc541f..db45a76d181 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -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 |
