[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/arm/conf/NSLU.hints

Version: -  FREEBSD  -  FREEBSD7  -  FREEBSD71  -  FREEBSD70  -  FREEBSD6  -  FREEBSD64  -  FREEBSD63  -  FREEBSD62  -  FREEBSD61  -  FREEBSD60  -  FREEBSD5  -  FREEBSD55  -  FREEBSD54  -  FREEBSD53  -  FREEBSD52  -  FREEBSD51  -  FREEBSD50  -  FREEBSD4  -  FREEBSD3  -  FREEBSD22  -  linux-2.6  -  linux-2.4.22  -  MK83  -  MK84  -  PLAN9  -  DFBSD  -  NETBSD  -  NETBSD5  -  NETBSD4  -  NETBSD3  -  NETBSD20  -  OPENBSD  -  xnu-517  -  xnu-792  -  xnu-792.6.70  -  xnu-1228  -  OPENSOLARIS  -  minix-3-1-1  -  TRUSTEDBSD-SEBSD  -  FREEBSD-LIBC  -  FREEBSD7-LIBC  -  FREEBSD6-LIBC  -  GLIBC27 
SearchContext: -  none  -  excerpts  -  bigexcerpts 

  1 # $FreeBSD: src/sys/arm/conf/NSLU.hints,v 1.1 2008/08/03 07:10:25 imp Exp $
  2 
  3 #
  4 # Device wiring for the Linksys NSLU2
  5 #
  6 
  7 # DBGU is unit 0
  8 hint.uart.0.at="ixp0"
  9 hint.uart.0.addr=0xc8000000
 10 hint.uart.0.irq=15
 11 hint.uart.0.flags=0x10
 12 # USART0 is unit 1
 13 hint.uart.1.at="ixp0"
 14 hint.uart.1.addr=0xc8001000
 15 hint.uart.1.irq=13
 16 
 17 # NPE Hardware Queue Manager
 18 hint.ixpqmgr.0.at="ixp0"
 19 
 20 # NPE wireless NIC's, requires ixpqmgr
 21 hint.npe.0.at="ixp0"
 22 hint.npe.0.mac="A"
 23 hint.npe.0.mii="A"
 24 hint.npe.0.phy=1
 25 # The second MAC isn't used on the NSLU, but it needs to be configured or
 26 # we timeout on dhcp packets
 27 hint.npe.1.at="ixp0"
 28 hint.npe.1.mac="B"
 29 hint.npe.1.mii="A"
 30 hint.npe.1.phy=0
 31 
 32 #not yet
 33 # RTC
 34 #hint.xrtc.0.at="iicbus0"
 35 #hint.xrtc.0.addr=0xde
 36 # Slug LED
 37 # Slug button
 38 # Slug Buzzer

Cache object: 4e6c81c52358726983440838484d93d5


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.