1 1.1 drochner # $NetBSD: files.pnpbios,v 1.1 1999/11/12 18:36:46 drochner Exp $ 2 1.1 drochner 3 1.1 drochner defopt PNPBIOSVERBOSE 4 1.1 drochner 5 1.1 drochner device pnpbios {} 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.1 drochner 13 1.1 drochner attach sb at pnpbios with sb_pnpbios 14 1.1 drochner file arch/i386/pnpbios/sb_pnpbios.c sb_pnpbios 15 1.1 drochner 16 1.1 drochner attach wss at pnpbios with wss_pnpbios 17 1.1 drochner file arch/i386/pnpbios/wss_pnpbios.c wss_pnpbios 18 1.1 drochner 19 1.1 drochner attach ym at pnpbios with ym_pnpbios 20 1.1 drochner file arch/i386/pnpbios/ym_pnpbios.c ym_pnpbios 21 1.1 drochner 22 1.1 drochner attach pciide at pnpbios with pciide_pnpbios 23 1.1 drochner file arch/i386/pnpbios/pciide_pnpbios.c pciide_pnpbios needs-flag 24 1.1 drochner 25