files.spi revision 1.2
11.2Sgdamore# $NetBSD: files.spi,v 1.2 2006/10/07 07:21:13 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.2Sgdamore# Common SPI flash support 141.2Sgdamoredefine spiflashbus { } 151.2Sgdamoredevice spiflash: disk 161.2Sgdamoreattach spiflash at spiflashbus 171.2Sgdamorefile dev/spi/spiflash.c spiflash | spiflashbus 181.2Sgdamore 191.2Sgdamore# STMicro M25P SPI flash 201.2Sgdamoredevice m25p: spiflashbus 211.2Sgdamoreattach m25p at spi 221.2Sgdamorefile dev/spi/m25p.c m25p 231.2Sgdamore 241.1Sgdamore# TI TMP121 digital temperature sensor 251.1Sgdamoredevice tmp121temp: sysmon_envsys 261.1Sgdamoreattach tmp121temp at spi 271.1Sgdamorefile dev/spi/tmp121.c tmp121temp 28