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/podulebus/files.podulebus

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.podulebus,v 1.17 2006/10/01 12:39:35 bjh21 Exp $
    2 
    3 device  podulebus { [slot = -1] }
    4 define  podloader
    5 
    6 # Acorn SCSI Expansion Card (SEC)
    7 device  sec: scsi, wd33c93, podloader
    8 attach  sec at podulebus
    9 file    dev/podulebus/sec.c                     sec
   10 
   11 # Oak SCSI
   12 device  oak: scsi, ncr5380sbc, podloader
   13 attach  oak at podulebus
   14 file    dev/podulebus/oak.c                     oak
   15 
   16 # HCCS 8-bit SCSI
   17 device  hcsc: scsi, ncr5380sbc, podloader
   18 attach  hcsc at podulebus
   19 file    dev/podulebus/hcsc.c                    hcsc
   20 
   21 # D.T. software IDE
   22 device  dtide: ata
   23 attach  dtide at podulebus
   24 file    dev/podulebus/dtide.c                   dtide
   25 
   26 # HCCS IDE
   27 device  hcide: ata
   28 attach  hcide at podulebus
   29 file    dev/podulebus/hcide.c                   hcide
   30 
   31 # Acorn Ether1
   32 device  ei: ether, ifnet, arp, i82586
   33 attach  ei at podulebus
   34 file    dev/podulebus/if_ei.c                   ei
   35 
   36 # Acorn/Atomwide Ether3
   37 device  ea: ether, ifnet, arp, seeq8005
   38 attach  ea at podulebus
   39 file    dev/podulebus/if_ea.c                   ea
   40 
   41 # ANT EtherB
   42 device  eb: ether, ifnet, arp, seeq8005
   43 attach  eb at podulebus
   44 file    dev/podulebus/if_eb.c                   eb
   45 
   46 # ACE (alias MCS) Midi-Connect card
   47 # EXPERIMENTAL.  Probably not very useful.
   48 device  acemidi { }
   49 attach  acemidi at podulebus
   50 attach  com at acemidi with com_acemidi
   51 file    dev/podulebus/acemidi.c                 acemidi

Cache object: d34231a2c16ac87106cacb4f642016a6


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