NetBSD/sys/arch/sgimips/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
..
ansi.h
aout_machdep.h
asm.h
autoconf.h Replace lots of 8x<space> with <tabs> and other miscellaneous indentation 2002-03-13 13:12:25 +00:00
bootinfo.h Change symtab info to unsigned longs. 2001-11-21 20:31:49 +00:00
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 Replace lots of 8x<space> with <tabs> and other miscellaneous indentation 2002-03-13 13:12:25 +00:00
ecoff_machdep.h
eisa_machdep.h
elf_machdep.h
endian_machdep.h
endian.h
float.h
ieee.h
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.h Cosmetic change. 2002-05-03 01:51:38 +00:00
kcore.h
kdbparam.h
limits.h
loadfile_machdep.h Split elf32 vs. elf64 handling in loadfile(), including support for 2001-10-31 17:20:45 +00:00
lock.h
locore.h Simplify include files that just include <mips/locore.h>. 2002-06-05 06:18:34 +00:00
machtype.h Replace lots of 8x<space> with <tabs> and other miscellaneous indentation 2002-03-13 13:12:25 +00:00
Makefile Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
math.h
mips_opcode.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
svr4_machdep.h Replace lots of 8x<space> with <tabs> and other miscellaneous indentation 2002-03-13 13:12:25 +00:00
sysconf.h Make microtime(9) do interpolation to get better-than-hz resolution, if 2001-11-11 17:21:40 +00:00
trap.h
types.h Use a __HAVE_BOOTINFO_H define to check for bootinfo support instead of 2002-08-05 02:13:14 +00:00
varargs.h
vmparam.h
z8530var.h Add event counter for zs interrupts and attach and use it; also, get the 2002-04-17 13:49:54 +00:00