11.5Sandvar#	$NetBSD: files.hpcapm,v 1.5 2022/05/24 06:28:01 andvar Exp $
21.1Scube#	H/PC APM device emulator
31.1Scube
41.4Suweinclude "dev/hpc/apm/files.apm"
51.4Suwe
61.4Suwe# Transitioning from apmdev(4) to apm(4)
71.3Suwe# While drivers are not converted let kernels have either old
81.3Suwe#
91.4Suwe#   apmdev0 at hpcapm0
101.3Suwe#
111.3Suwe# to maintain status quo, xor new
121.3Suwe#
131.3Suwe#   apm0 at hpcapm0
141.3Suwe#
151.5Sandvar# for those who do driver conversion to pmf(9).
161.4Suweattach	apm at apmdevif with apm_apmdevif
171.4Suwefile	dev/hpc/apm_apmdevif.c	apm_apmdevif
181.3Suwe
191.1Scubedefine	hpcapmif { }
201.1Scubedevice	hpcapm: apmdevif
211.1Scubeattach	hpcapm at hpcapmif
221.1Scubefile	dev/hpc/hpcapm.c	hpcapm
231.2Speter
241.2Speterdefflag	opt_hpcapm.h		HPCAPMDEBUG
251.2Speterdefparam opt_hpcapm.h		HPCAPMDEBUG_CONF
26