NetBSD/sys/arch/bebox/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
..
pc
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 Peform a rototill over the powerpc-based ports. 2002-07-05 18:45:15 +00:00
bootinfo.h
bswap.h
bus.h Make all powerpc ports use a common Makefile.powerpc (except walnut) 2001-08-26 02:47:33 +00:00
cdefs.h
cpu.h Make all powerpc ports use a common Makefile.powerpc (except walnut) 2001-08-26 02:47:33 +00:00
cpufunc.h
db_machdep.h
disklabel.h
elf_machdep.h
endian.h
endian_machdep.h
float.h
fpu.h
frame.h
ieee.h
ieeefp.h
int_const.h
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
int_types.h
intr.h Peform a rototill over the powerpc-based ports. 2002-07-05 18:45:15 +00:00
ipkdb.h
isa_machdep.h Change bebox port to use the include MPC6XX files and the new common bus.h 2001-06-06 17:42:29 +00:00
isapnp_machdep.h
kcore.h
kgdb.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
math.h
mouse.h
param.h Change bebox port to use the include MPC6XX files and the new common bus.h 2001-06-06 17:42:29 +00:00
pcb.h
pccons.h
pci_machdep.h Let machine-dependent code specify how to enumerate the bus. 2002-05-15 19:23:51 +00:00
pio.h
pmap.h Change bebox port to use the include MPC6XX files and the new common bus.h 2001-06-06 17:42:29 +00:00
pmc.h Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
powerpc.h
proc.h
profile.h
psl.h
ptrace.h
reg.h
reloc.h
rnd.h
setjmp.h
signal.h
spkr.h
stdarg.h
trap.h
types.h Use "#define<tab>". 2002-02-28 03:17:23 +00:00
varargs.h
vmparam.h Change bebox port to use the include MPC6XX files and the new common bus.h 2001-06-06 17:42:29 +00:00