NetBSD/sys/arch/sparc/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
..
am7930_machdep.h
ansi.h
aout_machdep.h
apmvar.h
asm.h sync these with the sparc64 versions. 2002-07-20 08:37:30 +00:00
autoconf.h Add a generic function to translate a device address using a 2002-08-25 16:05:41 +00:00
bootinfo.h
bsd_openprom.h * Refine the comment describing openprom_addr. 2002-08-23 01:08:45 +00:00
bswap.h
bus.h Put a bus's ranges in the bus space tag, and make sparc_bus_map() 2002-08-25 17:54:57 +00:00
cdefs.h
cgtworeg.h
cpu.h
ctlreg.h Add Sun4d cpu-unit ASIs. 2002-08-24 17:27:21 +00:00
db_machdep.h
disklabel.h
eeprom.h sync these with the sparc64 versions. 2002-07-20 08:37:30 +00:00
elf_machdep.h
endian_machdep.h
endian.h
fbvar.h
float.h
frame.h
fsr.h
idprom.h
ieee.h
ieeefp.h
instr.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.h
kbd.h Make sun ports use common keyboard/firm events related includes 2002-08-27 09:47:41 +00:00
kbio.h Make sun ports use common keyboard/firm events related includes 2002-08-27 09:47:41 +00:00
kcore.h
limits.h
loadfile_machdep.h sync these with the sparc64 versions. 2002-07-20 08:37:30 +00:00
lock.h
Makefile Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
math.h
oldmon.h
openfirm.h
openpromio.h sync these with the sparc64 versions. 2002-07-20 08:37:30 +00:00
param.h Add a macro to test if the system uses the SRMMU (Sun4M || Sun4D). 2002-07-17 06:19:45 +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 Add SUN4D ifdef cases. Use CPU_HAS_SRMMU where appropriate. 2002-07-17 14:31:46 +00:00
pmc.h Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
proc.h
profile.h sync these with the sparc64 versions. 2002-07-20 08:37:30 +00:00
promlib.h
psl.h
pte.h Add checks for Sun4d. Use CPU_HAS_SRMMU as appropriate. 2002-07-18 02:32:35 +00:00
ptrace.h
reg.h
reloc.h
remote-sl.h
setjmp.h sync these with the sparc64 versions. 2002-07-20 08:37:30 +00:00
signal.h
stdarg.h sync these with the sparc64 versions. 2002-07-20 08:37:30 +00:00
svr4_machdep.h
tctrl.h
trap.h
types.h
varargs.h
vmparam.h Increase the default stack limit to 2M (from 512K on sparc and 1M 2002-09-03 16:24:35 +00:00
vuid_event.h Make sun ports use common keyboard/firm events related includes 2002-08-27 09:47:41 +00:00
z8530var.h