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

Cache object: 8b4447bd551e8ca114f83b34e9bb26c8


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