The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ 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  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: releng/8.1/sys/arm/conf/NSLU.hints 191858 2009-05-06 20:24:17Z cognet $
    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 wired NICs, requires ixpqmgr
   21 hint.npe.0.at="ixp0"
   22 hint.npe.0.mac="B"
   23 hint.npe.0.mii="B"
   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: 3142090b9753a5cfca2f0035a15fc39a


[ 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.