files.hpcapm revision 1.4
11.4Suwe# $NetBSD: files.hpcapm,v 1.4 2009/04/03 05:01:09 uwe 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.3Suwe# for those who do driver convertion 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