NetBSD/sys/arch/hpcmips/tx
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
..
tx39.c clean up header file. 2002-01-31 17:56:33 +00:00
tx39biu.c clean up debug print and configuration. 2002-01-29 18:53:01 +00:00
tx39biureg.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39biuvar.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39clock.c clean up debug print and configuration. 2002-01-29 18:53:01 +00:00
tx39clockreg.h
tx39clockvar.h
tx39icu.c obsolete intrcnt[]. 2002-05-15 15:19:54 +00:00
tx39icureg.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39io.c make this compile with DIAGNOSTIC 2002-03-06 15:02:04 +00:00
tx39ioreg.h
tx39iovar.h
tx39ir.c clean up debug print and configuration. 2002-01-29 18:53:01 +00:00
tx39irreg.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39irvar.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39power.c clean up debug print and configuration. 2002-01-29 18:53:01 +00:00
tx39powerreg.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39reg.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39sib.c clean up debug print and configuration. 2002-01-29 18:53:01 +00:00
tx39sibreg.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39sibvar.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39spireg.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39timerreg.h
tx39uart.c clean up debug print and configuration. 2002-01-29 18:53:01 +00:00
tx39uartreg.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39uartvar.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx39var.h clean up debug print and configuration. 2002-01-29 18:53:01 +00:00
tx3912video.c constify. 2002-06-08 16:34:06 +00:00
tx3912videoreg.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
tx3912videovar.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
txcom.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
txcsbus.c clean up debug print and configuration. 2002-01-29 18:53:01 +00:00
txcsbusvar.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
txioman.c clean up debug print and configuration. 2002-01-29 18:53:01 +00:00
txsim.c clean up debug print and configuration. 2002-01-29 18:53:01 +00:00
txsnd.c ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00
txsnd.h ANSI KNF. and change my copyright to TNF copyright. 2001-06-14 11:09:55 +00:00