NetBSD/sys/arch/cobalt/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 Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
ansi.h
aout_machdep.h
asm.h
autoconf.h
bsd-aout.h
bswap.h
bus.h Make sure that private DMA flags don't overlap with standard DMA flags; 2002-03-17 21:45:06 +00:00
cdefs.h
cpu.h May as well include <mips/cpuregs.h> in <mips/cpu.h> once rather than 2001-09-04 06:23:15 +00:00
db_machdep.h Standardise the format of MIPS' <machine/db_machdep.h>. 2001-09-04 07:43:29 +00:00
disklabel.h
ecoff_machdep.h
elf_machdep.h
endian.h
endian_machdep.h
float.h
ieee.h
ieeefp.h
int_const.h Add definitions of C99 integer constant macros. 2001-04-14 22:38:33 +00:00
int_fmtio.h Add definitions of C99 integer format conversion macros. 2001-04-15 17:13:04 +00:00
int_limits.h Add definitions of C99 specified-width integer type limits. 2001-04-15 15:29:02 +00:00
int_mwgwtypes.h Add definitions of C99 minimum-width and greatest-width integer types. 2001-04-14 12:19:49 +00:00
int_types.h
intr.h Implement pci_intr_disestablish(). 2002-01-13 23:02:33 +00:00
intr_machdep.h Implement pci_intr_disestablish(). 2002-01-13 23:02:33 +00:00
kcore.h
kdbparam.h
leds.h
limits.h
lock.h Remove an unneeded comment; ``sync'' with other "just include <mips/foo.h>" 2001-08-31 03:53:22 +00:00
locore.h Simplify include files that just include <mips/locore.h>. 2002-06-05 06:18:34 +00:00
math.h
mips_opcode.h
nvram.h
param.h Purge CLSIZE, CLSIZELOG2 and MCLOFSET. 2002-02-26 15:13:19 +00:00
pcb.h
pci_machdep.h Let machine-dependent code specify how to enumerate the bus. 2002-05-15 19:23:51 +00:00
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 Clean up and standardise across MIPS ports. 2001-09-09 04:20:25 +00:00
rnd.h
setjmp.h
signal.h
stdarg.h
trap.h
types.h Use "#define<tab>". 2002-02-28 03:17:23 +00:00
varargs.h
vmparam.h