NetBSD/sys/arch/arc/jazz
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
..
asc.c Merge the thorpej-mips-cache branch onto the trunk. This is an 2001-11-14 18:15:10 +00:00
ascreg.h Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
ascvar.h remove "cputype", introduce "struct asc_config *asc_conf;" 2001-06-13 15:10:35 +00:00
bus_dma_jazz.c Merge the thorpej-mips-cache branch onto the trunk. This is an 2001-11-14 18:15:10 +00:00
com_jazzio.c Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
dma.c Remove sn_dma_init() for the old Sonic driver. 2001-07-24 16:26:53 +00:00
dma.h Remove sn_dma_init() for the old Sonic driver. 2001-07-24 16:26:53 +00:00
fd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
fdc_jazzio.c Merge the thorpej-mips-cache branch onto the trunk. This is an 2001-11-14 18:15:10 +00:00
fdcvar.h bus_space'fied fd driver by TSUTSUI Izumi, 2001-05-22 03:22:49 +00:00
fdreg.h bus_space'fied fd driver by TSUTSUI Izumi, 2001-05-22 03:22:49 +00:00
if_sn_jazzio.c JAZZ front-end for the new MI SONIC driver. 2001-07-05 14:42:35 +00:00
jazzdmatlb.c Merge the thorpej-mips-cache branch onto the trunk. This is an 2001-11-14 18:15:10 +00:00
jazzdmatlbreg.h
jazzdmatlbvar.h
jazzio.c remove "cputype", introduce "struct jazzio_config *jazzio_conf;" to 2001-06-13 15:11:38 +00:00
jazziovar.h remove "cputype", introduce "struct jazzio_config *jazzio_conf;" to 2001-06-13 15:11:38 +00:00
jazzisabr.c split ISA bridge code into bus dependent frontends to remove "cputype" 2001-06-13 15:03:24 +00:00
lpt_jazzio.c Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
mcclock_jazzio.c split clock_mc.c into interval timer driver (timer) and 2001-06-13 15:02:12 +00:00
mcclock_jazziovar.h split clock_mc.c into interval timer driver (timer) and 2001-06-13 15:02:12 +00:00
opms_jazzio.c split pccons driver into "pccons" and "opms", 2001-06-13 15:05:43 +00:00
osiop_jazzio.c Add MD attachments for the Symbios/NCR 53c710 SCSI controller, 2001-04-30 04:52:53 +00:00
pccons_jazzio.c split pccons driver into "pccons" and "opms", 2001-06-13 15:05:43 +00:00
pccons_jazziovar.h split pccons driver into "pccons" and "opms", 2001-06-13 15:05:43 +00:00
pckbc_jazzio.c Since ~all pckbc_poll_data1() callers had the appropriate pckbc 2001-07-23 21:03:19 +00:00
pckbc_jazzioreg.h add copyright notice 2001-06-13 15:12:02 +00:00
pica.h remove "cputype", introduce "struct jazzio_config *jazzio_conf;" to 2001-06-13 15:11:38 +00:00
rd94.h remove "cputype", introduce "struct jazzio_config *jazzio_conf;" to 2001-06-13 15:11:38 +00:00
scsi.h Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
timer_jazzio.c split clock_mc.c into interval timer driver (timer) and 2001-06-13 15:02:12 +00:00
timer_jazziovar.h split clock_mc.c into interval timer driver (timer) and 2001-06-13 15:02:12 +00:00
vga_jazzio.c vga_common_attach() now seems to take quirks arg. 2002-07-26 12:57:38 +00:00
vga_jazziovar.h make vga frontend does same thing with pccons frontend 2001-06-13 15:12:28 +00:00