History log of /netbsd-src/sys/dev/hpc/files.hpcapm (Results 1 – 5 of 5)
Revision Date Author Comments
# 9f4a9600 24-May-2022 andvar <andvar@NetBSD.org>

fix various typos in comments, docs and log messages.


# 30f9f983 03-Apr-2009 uwe <uwe@NetBSD.org>

Use dev/apm/files.apm for APM options in opt_apm.h.

Now both apm and apmdev files.apm can be included so you can switch
from apmdev0 to apm0 at hpcapm0 in your kernel config easily.


# c03d662b 03-Apr-2009 uwe <uwe@NetBSD.org>

Config glue for attaching apm at apmdevif.

Unfortunately dev/apm/files.apm and dev/hpc/apm/files.apm cannot be
included both at the same time (they define same options and config(1)
complains), so y

Config glue for attaching apm at apmdevif.

Unfortunately dev/apm/files.apm and dev/hpc/apm/files.apm cannot be
included both at the same time (they define same options and config(1)
complains), so you need to comment out old code and uncomment new code
to be able to replace "apmdev0 at hpcapm0" with "apm0 at hpcapm0" in
your kernel config.

show more ...


# 9eddf385 09-Oct-2006 peter <peter@NetBSD.org>

Remove (the default) #define XXXDEBUG and add the options to the relevant
files.xxx file.


# 3ca5c268 24-Feb-2006 cube <cube@NetBSD.org>

Rework hpcapm(4) attachment definition so it is not required to attach at
mainbus, and convert its two users, hpcsh and hpcmips, to that.

Many thanks to Valeriy Ushakov and Ben Collver for testing.