History log of /openbsd/sys/arch/arm/include/conf.h (Results 1 – 12 of 12)
Revision Date Author Comments
# 2ad04261 28-Jun-2022 visa <visa@openbsd.org>

Remove unused field d_poll from struct cdevsw.

OK miod@ mpi@


# d571cdda 21-May-2016 kettenis <kettenis@openbsd.org>

Implement openprom(4) for armv7.

ok deraadt@


# e2ca5dd4 04-Jul-2011 nicm <nicm@openbsd.org>

Nuke the useless D_KQFILTER flag and just check that d_kqfilter is
filled in. Move D_CLONE down to 0x0001 as suggested by thib.

ok deraadt thib


# 2fa72412 23-Mar-2011 pirofti <pirofti@openbsd.org>

Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.

Discussed and okay drahn@. Okay deraadt@.


# 7f1d8547 28-Nov-2010 miod <miod@openbsd.org>

Remove inapplicable or no longer used cdevsw[] entries and macros.


# 8e5edee9 21-Jul-2010 deraadt <deraadt@openbsd.org>

Fix more cdev initializations which were using enodev for poll; ok kettenis


# d53d264f 29-Nov-2008 matthieu <matthieu@openbsd.org>

add sscom here too. Fixes armish build.


# b3d2e8f6 31-Dec-2005 miod <miod@openbsd.org>

Split the d_type field of cdevsw entries into d_type and d_flags for clarity.
Discussed with and ok deraadt@ millert@


# a56ecf7f 13-May-2005 miod <miod@openbsd.org>

/dev/speaker node on cats.


# 38da2a10 22-Jan-2005 uwe <uwe@openbsd.org>

Unbreak cats build. My apologies!
ok drahn@


# c9eb002f 11-Feb-2004 miod <miod@openbsd.org>

Remove duplicates with <sys/conf.h>; ok drahn@


# e1e4f5b1 01-Feb-2004 drahn <drahn@openbsd.org>

Arm port, NetBSD codebase stripped down, 32bit only support.