NetBSD/sys/arch/i386/pnpbios/files.pnpbios
thorpej cf0a940b9f Add a pnpbios front-end to the pckbc driver. This is a littke wonky
yet.. the keyboard controller actually has 2 PNPBIOS nodes (one to
represent the controller I/O resources and the kbd port IRQ, and one
for the aux port IRQ).  To cope with this, we're attaching two instances
of the driver and forge on ahead once both nodes have been seen.

If someone has a better way, please feel free to step forward.
2000-04-22 06:41:34 +00:00

36 lines
1.0 KiB
Plaintext

# $NetBSD: files.pnpbios,v 1.6 2000/04/22 06:41:34 thorpej Exp $
defopt PNPBIOSVERBOSE
device pnpbios { [index = -1] }
attach pnpbios at mainbus
file arch/i386/pnpbios/pnpbios.c pnpbios needs-flag
file arch/i386/pnpbios/pnpbioscall.s pnpbios
attach com at pnpbios with com_pnpbios
file arch/i386/pnpbios/com_pnpbios.c com_pnpbios
attach lpt at pnpbios with lpt_pnpbios
file arch/i386/pnpbios/lpt_pnpbios.c lpt_pnpbios
attach sb at pnpbios with sb_pnpbios
file arch/i386/pnpbios/sb_pnpbios.c sb_pnpbios
attach wss at pnpbios with wss_pnpbios
file arch/i386/pnpbios/wss_pnpbios.c wss_pnpbios
attach ym at pnpbios with ym_pnpbios
file arch/i386/pnpbios/ym_pnpbios.c ym_pnpbios
attach ess at pnpbios with ess_pnpbios
file arch/i386/pnpbios/ess_pnpbios.c ess_pnpbios
attach pciide at pnpbios with pciide_pnpbios
file arch/i386/pnpbios/pciide_pnpbios.c pciide_pnpbios needs-flag
attach lm at pnpbios with lm_pnpbios
file arch/i386/pnpbios/lm_pnpbios.c lm_pnpbios
attach pckbc at pnpbios with pckbc_pnpbios
file arch/i386/pnpbios/pckbc_pnpbios.c pckbc_pnpbios