NetBSD/sys/arch/sparc64/conf
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
..
files.sparc64 Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
GENERIC Add commented-out USERCONF option. Mainly useful for install media 2002-04-12 08:10:45 +00:00
GENERIC32 Add `audio* at uaudio?' so that uaudio is actually useful. PR 15610. 2002-08-29 04:54:47 +00:00
INSTALL Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR, 2002-07-05 13:40:10 +00:00
kern32.ldscript * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
kern.ldscript * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
majors.sparc64 Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
Makefile.sparc64 put an explicit .MAIN target before the .if make() condition; apparently 2002-09-06 06:16:57 +00:00
NONPLUS Enable "pseudo-device clockctl" in all kernels, except 2002-06-17 05:14:02 +00:00
NONPLUS64 cleanup: 2001-11-20 12:56:17 +00:00
POWEROFSEVEN lets play catch up with thorpej.rototiller 2001-10-25 13:28:21 +00:00
POWEROFSEVEN32 Clean up the 32-bit vs. 64-bit kernel configuration stuff: 2001-10-24 18:49:38 +00:00
POWEROFSEVEN.inc create a "sparc" symlink as well. sync kernels. 2002-07-20 11:48:17 +00:00
SPLODE create a "sparc" symlink as well. sync kernels. 2002-07-20 11:48:17 +00:00
std.sparc64 Clean up the 32-bit vs. 64-bit kernel configuration stuff: 2001-10-24 18:49:38 +00:00
std.sparc64-64 Clean up the 32-bit vs. 64-bit kernel configuration stuff: 2001-10-24 18:49:38 +00:00