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/mips/conf/ROUTERSTATION.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 #
    2 # $FreeBSD: releng/11.2/sys/mips/conf/ROUTERSTATION.hints 254989 2013-08-28 14:43:04Z loos $
    3 #
    4 
    5 # arge0 mdio bus
    6 hint.argemdio.0.at="nexus0"
    7 hint.argemdio.0.maddr=0x19000000
    8 hint.argemdio.0.msize=0x1000
    9 hint.argemdio.0.order=0
   10 
   11 # Uncomment this hint for RS (not PRO)
   12 # PHY20 = 1 << 20
   13 hint.arge.0.phymask=0x100000
   14 hint.arge.0.mdio=mdioproxy1     # .. off of the switch mdiobus
   15 
   16 # should be 100 for RS 
   17 hint.arge.1.media=100
   18 hint.arge.1.fduplex=1
   19 hint.arge.1.phymask=0x0
   20 hint.arge.1.mdio=mdioproxy1     # .. off of the switch mdiobus
   21 
   22 # ukswitch
   23 hint.ukswitch.0.at="mdio0"
   24 hint.ukswitch.0.phymask=0x30000
   25 
   26 # Don't flip on anything that isn't already enabled.
   27 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
   28 # not used here.
   29 hint.gpio.0.function_set=0x00000000
   30 hint.gpio.0.function_clear=0x00000000
   31 
   32 # These are the GPIO LEDs and buttons which can be software controlled.
   33 hint.gpio.0.pinmask=0x000000ff
   34 
   35 # GPIO 0: Pin 1
   36 # GPIO 1: Pin 2
   37 # GPIO 2: RF LED
   38 # GPIO 3: Pin 3
   39 # GPIO 4: Pin 4
   40 # GPIO 5: Pin 5
   41 # GPIO 6: Pin 6
   42 # GPIO 7: Pin 7
   43 
   44 # RF led
   45 hint.gpioled.0.at="gpiobus0"
   46 hint.gpioled.0.name="rf"
   47 # pin 2
   48 hint.gpioled.0.pins=0x0004

Cache object: 52c335d3afc94c1542d5ceacd728ee25


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