Home | History | Annotate | Line # | Download | only in cardbus
files.cardbus revision 1.5
      1  1.5      joda #	$NetBSD: files.cardbus,v 1.5 1999/10/29 11:31:40 joda Exp $
      2  1.1      haya #
      3  1.1      haya # files.cardbus
      4  1.1      haya #
      5  1.1      haya 
      6  1.1      haya device	cardslot: cbbus, pcmciabus
      7  1.1      haya attach	cardslot at pcmciaslot
      8  1.1      haya file	dev/cardbus/cardslot.c		cardslot	needs-flag
      9  1.4      haya defopt	opt_cardslot.h			CARDSLOT_DEBUG
     10  1.1      haya 
     11  1.1      haya device	cardbus {[dev = -1], [function = -1]}
     12  1.1      haya attach	cardbus at cbbus
     13  1.1      haya file	dev/cardbus/cardbus.c		cardbus		needs-flag
     14  1.1      haya file	dev/cardbus/cardbus_map.c	cardbus
     15  1.5      joda file	dev/cardbus/cardbus_exrom.c	cardbus
     16  1.1      haya file	dev/cardbus/rbus.c		cardbus
     17  1.4      haya defopt	opt_cardbus.h			CARDBUS_DEBUG
     18  1.1      haya 
     19  1.1      haya 
     20  1.1      haya #
     21  1.1      haya # 3Com 3C575TX and 3C575BTX
     22  1.1      haya #
     23  1.1      haya attach	ex at cardbus with ex_cardbus
     24  1.1      haya file	dev/cardbus/if_ex_cardbus.c		ex_cardbus
     25  1.1      haya 
     26  1.1      haya #
     27  1.1      haya # Intel PRO/100 8255x based CardBus cards.
     28  1.1      haya #
     29  1.1      haya #
     30  1.1      haya #
     31  1.1      haya #attach	fxp at cardbus with fxp_cardbus
     32  1.1      haya #file	dev/cardbus/if_fxp_cardbus.c		fxp_cardbus
     33  1.1      haya 
     34  1.1      haya 
     35  1.1      haya #attach	com at cardbus with com_cardbus
     36  1.1      haya #file	dev/cardbus/com_cardbus.c		com_cardbus
     37  1.3  augustss 
     38  1.3  augustss #
     39  1.3  augustss # OHCI USB controller
     40  1.3  augustss #
     41  1.3  augustss attach	ohci at cardbus with ohci_cardbus
     42  1.3  augustss file	dev/cardbus/ohci_cardbus.c		ohci_cardbus
     43