NetBSD/sys/arch/playstation2/include
gehenna 77a6b82b27 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.
2002-09-06 13:18:43 +00:00
..
Makefile Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
ansi.h
aout_machdep.h
asm.h
autoconf.h
bootinfo.h
bswap.h
bus.h Fix incorrect ## usage. 2002-08-14 17:02:07 +00:00
cdefs.h
cpu.h
db_machdep.h
disklabel.h BSD raw partition is obsolete. raw partition is changed to C. 2002-05-18 07:13:01 +00:00
ecoff_machdep.h
elf_machdep.h
endian.h
endian_machdep.h
float.h
ieee.h
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.h _intr_suspend and _intr_resume declarations are moved to intr.h. 2002-01-02 12:36:20 +00:00
kcore.h
kdbparam.h
limits.h
lock.h
locore.h Simplify include files that just include <mips/locore.h>. 2002-06-05 06:18:34 +00:00
math.h
mips_opcode.h
param.h Purge CLSIZE, CLSIZELOG2 and MCLOFSET. 2002-02-26 15:13:19 +00:00
pcb.h
pmap.h
pmc.h Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
proc.h
profile.h
psl.h
pte.h
ptrace.h
reg.h
regdef.h
regnum.h
reloc.h
rnd.h
setjmp.h
signal.h
stdarg.h
trap.h
types.h int128_t and u_int128_t are wrapped in defined(_KERNEL) && defined(MIPS3_5900) 2002-01-02 12:38:46 +00:00
varargs.h
vmparam.h cosmetic change. 2001-10-19 05:47:40 +00:00