head 1.2; access; symbols netbsd-10-2-RELEASE:1.2 netbsd-11-0-RELEASE:1.2 netbsd-11-0-RC7:1.2 netbsd-11-0-RC6:1.2 netbsd-11-0-RC5:1.2 netbsd-11-0-RC4:1.2 netbsd-11-0-RC3:1.2 netbsd-11-0-RC2:1.2 netbsd-11-0-RC1:1.2 perseant-exfatfs-base-20250801:1.2 netbsd-11:1.2.0.12 netbsd-11-base:1.2 netbsd-10-1-RELEASE:1.2 perseant-exfatfs-base-20240630:1.2 perseant-exfatfs:1.2.0.10 perseant-exfatfs-base:1.2 netbsd-10-0-RELEASE:1.2 netbsd-10-0-RC6:1.2 netbsd-10-0-RC5:1.2 netbsd-10-0-RC4:1.2 netbsd-10-0-RC3:1.2 netbsd-10-0-RC2:1.2 thorpej-ifq:1.2.0.8 thorpej-ifq-base:1.2 thorpej-altq-separation:1.2.0.6 thorpej-altq-separation-base:1.2 netbsd-10-0-RC1:1.2 netbsd-10:1.2.0.4 netbsd-10-base:1.2 bouyer-sunxi-drm:1.2.0.2 bouyer-sunxi-drm-base:1.2; locks; strict; comment @# @; 1.2 date 2022.09.07.03.34.44; author khorben; state Exp; branches; next 1.1; commitid 6WO2WeWgwrk7GSSD; 1.1 date 2022.09.07.00.29.23; author khorben; state Exp; branches; next ; commitid JS2UcLinpiQXBRSD; desc @@ 1.2 log @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! @ text @# $NetBSD: Makefile.inc,v 1.1 2022/09/07 00:29:23 khorben Exp $ # This file is used by modules and rump kernels IOCONFDIR:= ${.PARSEDIR} .PATH: ${NETBSDSRCDIR}/sys/dev/pci ${IOCONFDIR} IOCONF= emuxki.ioconf SRCS+= emuxki.c SRCS+= emuxki_boards.c @ 1.1 log @emuxki(4): allow building as a module Tested on NetBSD/amd64 with a Sound Blaster Live! Value (CT4870) Note that this required setting outputs.master to the maximum value allowed (255) to get sound out, and then cranking the volume pretty high. Additional sound cards sponsored by the NetBSD Foundation; thanks! @ text @d1 1 a1 1 # $NetBSD$ d11 1 @