NetBSD/sys/arch/sparc64/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 use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
asm.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
autoconf.h
bootinfo.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
bsd_openprom.h Protect against multiple inclusion. 2002-08-23 02:45:44 +00:00
bswap.h
bus.h
cdefs.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
cgtworeg.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
cpu.h Have CLKF_BASEPRI() always return false for now to prevent hardclock 2002-05-14 21:21:45 +00:00
ctlreg.h Don't need to flush the d$ for MMU bypass accesses. 2002-04-24 23:54:24 +00:00
db_machdep.h
disklabel.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
eeprom.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
elf_machdep.h
endian.h
endian_machdep.h
fbvar.h
float.h
frame.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
fsr.h
idprom.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
ieee.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
ieeefp.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
instr.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
int_const.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
int_fmtio.h merge with sparc. 2002-07-29 07:07:15 +00:00
int_limits.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
int_mwgwtypes.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
int_types.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
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 use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
loadfile_machdep.h
lock.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
math.h
netbsd32_machdep.h Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
oldmon.h
openfirm.h
openpromio.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
param.h Remove CPU_ISSUN4MOR4U, CPU_ISSUN4OR4C, and CPU_ISSUN4COR4M. 2002-07-17 04:56:49 +00:00
pcb.h Don't use smaller trapframes. Causes more problems that it's worth right now. CVS: ---------------------------------------------------------------------- 2002-05-16 23:29:42 +00:00
pci_machdep.h Make the PCI code actually work. 2002-05-16 20:28:33 +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 use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
promlib.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
psl.h
pte.h
ptrace.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
reg.h Don't use smaller trapframes. Causes more problems that it's worth right now. CVS: ---------------------------------------------------------------------- 2002-05-16 23:29:42 +00:00
reloc.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
remote-sl.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
setjmp.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
signal.h
sparc64.h
stdarg.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
svr4_32_machdep.h
svr4_machdep.h
trap.h
types.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
varargs.h use <sparc/foo.h> where appropriate. now these files become very 2002-07-20 11:52:21 +00:00
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