Home | History | Annotate | Line # | Download | only in pnpbios
files.pnpbios revision 1.8
      1  1.8   thorpej # $NetBSD: files.pnpbios,v 1.8 2000/06/16 03:47:24 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.3   nathanw 
     25  1.3   nathanw attach ess at pnpbios with ess_pnpbios
     26  1.3   nathanw file arch/i386/pnpbios/ess_pnpbios.c ess_pnpbios
     27  1.1  drochner 
     28  1.1  drochner attach pciide at pnpbios with pciide_pnpbios
     29  1.1  drochner file arch/i386/pnpbios/pciide_pnpbios.c pciide_pnpbios needs-flag
     30  1.1  drochner 
     31  1.4      groo attach lm at pnpbios with lm_pnpbios
     32  1.5  sommerfe file arch/i386/pnpbios/lm_pnpbios.c lm_pnpbios
     33  1.6   thorpej 
     34  1.6   thorpej attach pckbc at pnpbios with pckbc_pnpbios
     35  1.6   thorpej file arch/i386/pnpbios/pckbc_pnpbios.c pckbc_pnpbios
     36  1.7   thorpej 
     37  1.7   thorpej attach fdc at pnpbios with fdc_pnpbios
     38  1.7   thorpej file arch/i386/pnpbios/fdc_pnpbios.c fdc_pnpbios
     39  1.8   thorpej 
     40  1.8   thorpej attach npx at pnpbios with npx_pnpbios
     41  1.8   thorpej file arch/i386/pnpbios/npx_pnpbios.c npx_pnpbios
     42