NetBSD/sys/arch/shark/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
beep.h
bootconfig.h
bswap.h
bus.h
cdefs.h
cpu.h
db_machdep.h
devmap.h
disklabel.h
elf_machdep.h
endian.h
endian_machdep.h
float.h
fp.h
frame.h
ieee.h
ieeefp.h
iic.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.h
io.h Remove #ifdef RC7500 defines. 2002-05-02 17:25:31 +00:00
ipkdb.h
irqhandler.h
isa_machdep.h
isapnp_machdep.h
joystick.h
kbd.h
kerndebug.h
limits.h
loadfile_machdep.h
lock.h
math.h
mouse.h Complete renaming of opms to opms (was mostly pms internally). 2002-04-19 01:43:48 +00:00
ofisa_machdep.h
ofw.h
param.h * For platforms which are already ELF, remove the definition of 2002-02-12 06:58:18 +00:00
pcb.h
pccons.h
pci_machdep.h
pio.h
pmap.h
pmc.h Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
podulebus_machdep.h
proc.h
profile.h
profileio.h
ptrace.h
reg.h
rtc.h
scrio.h
setjmp.h
shark.h
signal.h
stdarg.h
sysarch.h
trap.h
types.h Use "#define<tab>". 2002-02-28 03:17:23 +00:00
varargs.h
vconsole.h
vidc.h Remove #ifdef RC7500 defines. 2002-05-02 17:25:31 +00:00
vmparam.h * Change all uses of KERNEL_SPACE_START to KERNEL_BASE. 2002-03-23 02:53:59 +00:00