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/pcdisk

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 # pcdisk - pc terminal with kfs or cfs root
    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         aoe
   39 
   40 link
   41         realmode
   42         devpccard
   43         devi82365
   44         apm             apmjump
   45         ether2000       ether8390
   46         ether2114x      pci
   47         ether589        etherelnk3
   48         ether79c970     pci
   49         ether8003       ether8390
   50         ether8139
   51         ether8169       pci ethermii
   52         ether82543gc    pci
   53         ether82563      pci
   54         ether82557      pci
   55         ether83815      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         sdaoe
   83 
   84         uarti8250
   85         uartpci         pci
   86 
   87         vga3dfx         +cur
   88         vgaark2000pv    +cur
   89         vgabt485        =cur
   90         vgaclgd542x     +cur
   91         vgaclgd546x     +cur
   92         vgact65545      +cur
   93         vgacyber938x    +cur
   94         vgaet4000       +cur
   95         vgahiqvideo     +cur
   96         vgai81x +cur
   97         vgamach64xx     +cur
   98         vgamga2164w     +cur
   99         vgamga4xx       +cur
  100         vganeomagic     +cur
  101         vganvidia       +cur
  102         vgargb524       =cur
  103         vgas3           +cur vgasavage
  104         vgat2r4         +cur
  105         vgatvp3020      =cur
  106         vgatvp3026      =cur
  107         vgavesa
  108         vgavmware       +cur
  109 
  110 ip
  111         tcp
  112         udp
  113         rudp
  114         ipifc
  115         icmp
  116         icmp6
  117         gre
  118         ipmux
  119         esp
  120 
  121 port
  122         int cpuserver = 0;
  123 
  124 boot boot #S/sdC0/
  125         tcp
  126         local
  127 
  128 bootdir
  129         bootpcdisk.out boot
  130         /386/bin/ip/ipconfig
  131         /386/bin/auth/factotum
  132         /386/bin/disk/kfs
  133         /386/bin/cfs
  134         /386/bin/usb/usbd

Cache object: 2198145f18ddf5dff86431e6a7685d84


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