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/dev/ofw/files.ofw

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 #       $NetBSD: files.ofw,v 1.12 2002/09/27 06:23:09 thorpej Exp $
    2 #
    3 # First cut on Openfirmware interface
    4 #
    5 
    6 define  ofbus {}
    7 define  of_network_dev
    8 
    9 defpseudo openfirm
   10 file    dev/ofw/openfirmio.c            openfirm needs-flag
   11 
   12 file    dev/ofw/ofw_subr.c              ofbus
   13 
   14 file    dev/ofw/ofw_network_subr.c      of_network_dev
   15 
   16 # Generic disk support
   17 device  ofdisk: disk
   18 attach  ofdisk at ofbus
   19 file    dev/ofw/ofdisk.c                ofdisk needs-flag
   20 
   21 # Generic net support
   22 device  ofnet: ether, ifnet, arp
   23 attach  ofnet at ofbus
   24 file    dev/ofw/ofnet.c                 ofnet needs-flag
   25 
   26 # Generic console support
   27 device  ofcons: tty
   28 attach  ofcons at ofbus
   29 file    dev/ofw/ofcons.c                ofcons needs-flag
   30 
   31 # Generic RTC support
   32 device  ofrtc
   33 attach  ofrtc at ofbus
   34 file    dev/ofw/ofrtc.c                 ofrtc needs-flag
   35 
   36 # Generic bus support
   37 device  ofbus: ofbus
   38 attach  ofbus at ofbus
   39 file    dev/ofw/ofbus.c                 ofbus

Cache object: 7a9f1014fc6b77262844b5b4ac53c4c2


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