Home | History | Annotate | Line # | Download | only in conf
files.nslu2 revision 1.1.16.4
      1  1.1.16.4  yamt #	$NetBSD: files.nslu2,v 1.1.16.4 2007/12/07 17:24:32 yamt Exp $
      2  1.1.16.2  yamt #
      3  1.1.16.2  yamt # Linksys NSLU2 "Slug" configuration info
      4  1.1.16.2  yamt #
      5  1.1.16.2  yamt 
      6  1.1.16.2  yamt file	arch/evbarm/nslu2/nslu2_machdep.c
      7  1.1.16.2  yamt 
      8  1.1.16.2  yamt # IXP425 Network Processor CPU support
      9  1.1.16.2  yamt include "arch/arm/xscale/files.ixp425"
     10  1.1.16.2  yamt 
     11  1.1.16.2  yamt # IXP425 PCI bus support
     12  1.1.16.2  yamt attach	ixpio at mainbus with ixpio_mainbus
     13  1.1.16.2  yamt file	arch/evbarm/nslu2/nslu2_mainbus.c		ixpio_mainbus
     14  1.1.16.2  yamt file	arch/evbarm/nslu2/nslu2_pci.c			ixpio
     15  1.1.16.2  yamt 
     16  1.1.16.2  yamt # IXP425 slow peripheral bus support
     17  1.1.16.2  yamt attach	ixpsip at mainbus
     18  1.1.16.2  yamt 
     19  1.1.16.2  yamt # Bitbang I2C bus (using two GPIO pins)
     20  1.1.16.2  yamt # (Attached to ixpsip for want of a better place)
     21  1.1.16.2  yamt device	slugiic: i2cbus, i2c_bitbang
     22  1.1.16.2  yamt attach	slugiic at ixpsip
     23  1.1.16.2  yamt file	arch/evbarm/nslu2/nslu2_iic.c			slugiic
     24  1.1.16.2  yamt 
     25  1.1.16.2  yamt # Power/Reset button support
     26  1.1.16.2  yamt device	slugbutt: sysmon_power, sysmon_taskq
     27  1.1.16.2  yamt attach	slugbutt at ixpsip
     28  1.1.16.2  yamt file	arch/evbarm/nslu2/nslu2_buttons.c		slugbutt
     29  1.1.16.2  yamt 
     30  1.1.16.2  yamt # Disk activity and status LED support
     31  1.1.16.2  yamt device	slugled
     32  1.1.16.2  yamt attach	slugled at ixpsip
     33  1.1.16.2  yamt file	arch/evbarm/nslu2/nslu2_leds.c			slugled
     34  1.1.16.2  yamt 
     35  1.1.16.2  yamt # Buzzer support
     36  1.1.16.2  yamt #device	slugbuzz
     37  1.1.16.2  yamt #attach	slugbuzz at ixpsip
     38  1.1.16.2  yamt #file	arch/evbarm/nslu2/nslu2_slugbuzz.c		slugbuzz
     39