diff options
| author | khorben <khorben@NetBSD.org> | 2022-09-07 03:34:43 +0000 |
|---|---|---|
| committer | khorben <khorben@NetBSD.org> | 2022-09-07 03:34:43 +0000 |
| commit | c90a6c91dee98166ce26bb658f330a6057b7f4fa (patch) | |
| tree | 87c4f4d5811e52f1143df2c76585523baec8cdb5 /sys/modules | |
| parent | d7ce90c8d52613d62fab2091bce0156ec482c54a (diff) | |
emuxki(4): import a list of board definitions
This is inspired by the cxdtv(4) driver.
Tested on NetBSD/amd64 with a Sound Blaster Live! Value (CT4870, PCI)
and with a Sound Blaster Audigy Rx 7.1 (SB1550, PCIe).
Additional sound cards sponsored by the NetBSD Foundation; thanks!
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/emuxki/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/emuxki/Makefile.inc b/sys/modules/emuxki/Makefile.inc index 5e23e4e3319..a7dfea9d13f 100644 --- a/sys/modules/emuxki/Makefile.inc +++ b/sys/modules/emuxki/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 2022/09/07 00:29:23 khorben Exp $ +# $NetBSD: Makefile.inc,v 1.2 2022/09/07 03:34:44 khorben Exp $ # This file is used by modules and rump kernels @@ -8,3 +8,4 @@ IOCONFDIR:= ${.PARSEDIR} IOCONF= emuxki.ioconf SRCS+= emuxki.c +SRCS+= emuxki_boards.c |
