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/pc/pcf

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 # pcf - pc terminal with fossil root and maybe venti block store
    2 dev
    3         root
    4         cons
    5         arch
    6         pnp             pci
    7         env
    8         pipe
    9         proc
   10         mnt
   11         srv
   12         dup
   13         rtc
   14         ssl
   15         tls
   16         cap
   17         kprof
   18         fs
   19 
   20         ether           netif
   21         ip              arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
   22 
   23         draw            screen vga vgax
   24         mouse           mouse
   25         vga
   26         kbmap
   27         kbin
   28 
   29         sd
   30         floppy          dma
   31         lpt
   32 
   33         audio           dma
   34         pccard
   35         i82365          cis
   36         uart
   37         usb
   38 
   39 link
   40         realmode
   41         devpccard
   42         devi82365
   43         apm             apmjump
   44         ether2000       ether8390
   45         ether2114x      pci
   46         ether589        etherelnk3
   47         ether79c970     pci
   48         ether8003       ether8390
   49         ether8139       pci
   50         ether8169       pci ethermii
   51         ether82543gc    pci
   52         ether82557      pci
   53         ether82563      pci
   54         ether83815      pci
   55         etherdp83820    pci
   56         etherec2t       ether8390
   57         etherelnk3      pci
   58         etherga620      pci
   59         etherigbe       pci ethermii
   60         ethervgbe       pci ethermii
   61         ethervt6102     pci ethermii
   62         ethervt6105m    pci ethermii
   63         ethersink
   64         ethersmc        devi82365 cis
   65         etherwavelan    wavelan devi82365 cis pci
   66         ethermedium
   67         pcmciamodem
   68         netdevmedium
   69         loopbackmedium
   70         usbuhci
   71         usbohci
   72         usbehci
   73 
   74 misc
   75         archmp          mp apic
   76         mtrr
   77 
   78         sdata           pci sdscsi
   79         sd53c8xx        pci sdscsi
   80         sdmylex         pci sdscsi
   81         sdiahci         pci sdscsi
   82 
   83         uarti8250
   84         uartpci         pci
   85 
   86         vga3dfx         +cur
   87         vgaark2000pv    +cur
   88         vgabt485        =cur
   89         vgaclgd542x     +cur
   90         vgaclgd546x     +cur
   91         vgact65545      +cur
   92         vgacyber938x    +cur
   93         vgaet4000       +cur
   94         vgahiqvideo     +cur
   95         vgai81x         +cur
   96         vgamach64xx     +cur
   97         vgamga2164w     +cur
   98         vgamga4xx       +cur
   99         vganeomagic     +cur
  100         vganvidia       +cur
  101         vgargb524       =cur
  102         vgas3           +cur vgasavage
  103         vgat2r4         +cur
  104         vgatvp3020      =cur
  105         vgatvp3026      =cur
  106         vgavesa
  107         vgavmware       +cur
  108 
  109 ip
  110         tcp
  111         udp
  112         rudp
  113         ipifc
  114         icmp
  115         icmp6
  116         gre
  117         ipmux
  118         esp
  119 
  120 port
  121         int cpuserver = 0;
  122 
  123 boot boot #S/sdC0/
  124         tcp
  125         local
  126 
  127 bootdir
  128         bootpcf.out boot
  129         /386/bin/ip/ipconfig
  130         /386/bin/auth/factotum
  131         /386/bin/fossil/fossil
  132         /386/bin/venti/venti
  133         /386/bin/usb/usbd

Cache object: 22d1ba1e6898ae96760ddc9c9241d5d5


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