files.spi revision 1.1
11.1Sgdamore# $NetBSD: files.spi,v 1.1 2006/10/02 07:18:19 gdamore Exp $ 21.1Sgdamore 31.1Sgdamoredefine spibus { } 41.1Sgdamore 51.1Sgdamoredevice spi { slave } 61.1Sgdamoreattach spi at spibus 71.1Sgdamorefile dev/spi/spi.c spi | spibus 81.1Sgdamore 91.1Sgdamore# 101.1Sgdamore# SPI client devices 111.1Sgdamore# 121.1Sgdamore 131.1Sgdamore# TI TMP121 digital temperature sensor 141.1Sgdamoredevice tmp121temp: sysmon_envsys 151.1Sgdamoreattach tmp121temp at spi 161.1Sgdamorefile dev/spi/tmp121.c tmp121temp 17