NetBSD/sys/arch/atari/atari
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
..
atari_init.c
autoconf.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
be_bus.c
bus.c move initialization of the "struct pglist" returned by uvm_pglistalloc() 2002-06-02 14:44:35 +00:00
conf.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
db_memrw.c
device.h
disksubr.c
dkbad.c
fpu.c
genassym.cf Only include opt_*.h #ifdef _KERNEL_OPT. 2002-04-15 17:05:13 +00:00
intr.c
intr.h
intrcnt.h
le_bus.c Don't use multi-line string literals. 2002-05-30 22:25:51 +00:00
locore.s Force the absolute jump in a more elegant way. Suggested by Jaromir Dolecek. 2002-05-23 06:08:40 +00:00
machdep.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
mainbus.c
mem.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
pmap.c Subtract vm_map_min(kernel_map) from kernel virtual addresses to get offsets 2002-05-22 14:29:23 +00:00
procfs_machdep.c
stalloc.c
stalloc.h
sys_machdep.c
trap.c
vectors.s
vm_machdep.c Don't need to declare phys_map - it is declared in <uvm/uvm_extern.h>. 2002-03-04 02:43:22 +00:00