Home | History | Annotate | Line # | Download | only in pnpbios
files.pnpbios revision 1.2
      1  1.2   thorpej # $NetBSD: files.pnpbios,v 1.2 1999/11/14 02:15:50 thorpej Exp $
      2  1.1  drochner 
      3  1.1  drochner defopt PNPBIOSVERBOSE
      4  1.1  drochner 
      5  1.2   thorpej device pnpbios { [index = -1] }
      6  1.1  drochner attach pnpbios at mainbus
      7  1.1  drochner file arch/i386/pnpbios/pnpbios.c pnpbios needs-flag
      8  1.1  drochner file arch/i386/pnpbios/pnpbioscall.s pnpbios
      9  1.1  drochner 
     10  1.1  drochner attach com at pnpbios with com_pnpbios
     11  1.1  drochner file arch/i386/pnpbios/com_pnpbios.c com_pnpbios
     12  1.2   thorpej 
     13  1.2   thorpej attach lpt at pnpbios with lpt_pnpbios
     14  1.2   thorpej file arch/i386/pnpbios/lpt_pnpbios.c lpt_pnpbios
     15  1.1  drochner 
     16  1.1  drochner attach sb at pnpbios with sb_pnpbios
     17  1.1  drochner file arch/i386/pnpbios/sb_pnpbios.c sb_pnpbios
     18  1.1  drochner 
     19  1.1  drochner attach wss at pnpbios with wss_pnpbios
     20  1.1  drochner file arch/i386/pnpbios/wss_pnpbios.c wss_pnpbios
     21  1.1  drochner 
     22  1.1  drochner attach ym at pnpbios with ym_pnpbios
     23  1.1  drochner file arch/i386/pnpbios/ym_pnpbios.c ym_pnpbios
     24  1.1  drochner 
     25  1.1  drochner attach pciide at pnpbios with pciide_pnpbios
     26  1.1  drochner file arch/i386/pnpbios/pciide_pnpbios.c pciide_pnpbios needs-flag
     27  1.1  drochner 
     28