History log of /netbsd-src/sys/dev/hpc/bicons.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 3eb244d8 17-Jul-2011 joerg <joerg@NetBSD.org>

Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce a

Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.

show more ...


# b6a2ef75 25-Dec-2007 perry <perry@NetBSD.org>

Convert many of the uses of __attribute__ to equivalent
__packed, __unused and __dead macros from cdefs.h


# a2a38285 19-Oct-2007 ad <ad@NetBSD.org>

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h


# 3d36667e 31-Aug-2006 matt <matt@NetBSD.org>

Appease GCC4 by making /* NOTREACHED */ code return 0.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 6a13aaa2 02-Jun-2005 uwe <uwe@NetBSD.org>

Constify.


# f31bd063 27-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# df214f18 22-Oct-2003 agc <agc@NetBSD.org>

Don't use NULL when an integer is needed.


# 77a6b82b 06-Sep-2002 gehenna <gehenna@NetBSD.org>

Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant st

Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.

show more ...


# 474928fb 02-Jan-2002 uch <uch@NetBSD.org>

when bootinfo has no framebuffer information, don't attach bicons.


# b84f53ef 13-Nov-2001 lukem <lukem@NetBSD.org>

add RCSID


# 17d54b69 15-Sep-2001 uch <uch@NetBSD.org>

remove unused font_clB8x8_data[].


# f19685fa 09-Feb-2001 uch <uch@NetBSD.org>

I forgot to initialize bicons for hpcmips.


# 9f7e4a2f 09-Feb-2001 uch <uch@NetBSD.org>

add hpcmips/hpcsh common device directory
put bicons. (builtin console driver that don't require actual device driver)