1#	$NetBSD: files.hpcapm,v 1.5 2022/05/24 06:28:01 andvar Exp $
2#	H/PC APM device emulator
3
4include "dev/hpc/apm/files.apm"
5
6# Transitioning from apmdev(4) to apm(4)
7# While drivers are not converted let kernels have either old
8#
9#   apmdev0 at hpcapm0
10#
11# to maintain status quo, xor new
12#
13#   apm0 at hpcapm0
14#
15# for those who do driver conversion to pmf(9).
16attach	apm at apmdevif with apm_apmdevif
17file	dev/hpc/apm_apmdevif.c	apm_apmdevif
18
19define	hpcapmif { }
20device	hpcapm: apmdevif
21attach	hpcapm at hpcapmif
22file	dev/hpc/hpcapm.c	hpcapm
23
24defflag	opt_hpcapm.h		HPCAPMDEBUG
25defparam opt_hpcapm.h		HPCAPMDEBUG_CONF
26