Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / dev / spi / files.spi
blob3ccd6ebf67d8fdb2852074591a5b8ea6a65b1f03
1 #       $NetBSD: files.spi,v 1.1 2006/10/02 07:18:19 gdamore Exp $
3 define  spibus { }
5 device  spi { slave }
6 attach  spi at spibus
7 file    dev/spi/spi.c                   spi | spibus
10 # SPI client devices
13 # Common SPI flash support
14 define  spiflashbus { }
15 device  spiflash: disk
16 attach  spiflash at spiflashbus
17 file    dev/spi/spiflash.c              spiflash | spiflashbus
19 # STMicro M25P SPI flash
20 device  m25p: spiflashbus
21 attach  m25p at spi
22 file    dev/spi/m25p.c                  m25p
24 # TI TMP121 digital temperature sensor
25 device  tmp121temp: sysmon_envsys
26 attach  tmp121temp at spi
27 file    dev/spi/tmp121.c                tmp121temp