NetBSD/sys/arch/arm/iomd
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
..
console Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
Makefile Ensure that vidc.h gets installed somewhere -- Xarm32vidc needs it to compile. 2001-12-17 15:07:37 +00:00
beep.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
beepvar.h Add beepvar.h, to hold a prototype for beep_generate(). 2002-02-18 12:34:11 +00:00
files.iomd None of the children of vidc now use their aux pointer, so there's no need 2002-06-16 13:20:14 +00:00
iic.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
iic.h
iic_iomd.c Use <machine/intr.h> rather than <machine/irqhandler.h> 2001-11-27 01:03:52 +00:00
iicvar.h
iomd.c More wsqms cleanups: 2002-06-19 23:49:14 +00:00
iomd_clock.c Fix off-by-one error in delay(). 2002-05-02 22:01:46 +00:00
iomd_dma.c vm_offset_t -> vaddr_t,paddr_t 2002-04-10 19:35:22 +00:00
iomd_dma.h Add prototypes for dma_reset(), dma_setup(), dma_isactive(), dma_isintr() and 2002-02-18 11:41:18 +00:00
iomd_fiq.S * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
iomd_iic.S Pull in assym.h for __PROG32 (needed for IRQenable/IRQdisable macros, 2001-11-23 16:53:07 +00:00
iomd_io.c
iomd_io_asm.S
iomd_irq.S * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
iomd_irqhandler.c Remove unused extern decls. 2002-04-03 21:06:21 +00:00
iomdreg.h Add a couple of ARM7500 registers I missed last time, and correct a couple 2002-01-08 21:00:12 +00:00
iomdvar.h Complete renaming of opms to opms (was partly named pms, externally and 2002-04-19 01:04:38 +00:00
kbd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
kbd_iomd.c Use <machine/intr.h> rather than <machine/irqhandler.h> 2001-11-27 01:03:52 +00:00
kbdvar.h Add prototype for getkey_polled(). 2002-02-18 19:05:35 +00:00
lmc1982.S
lmc1982.h
lmcaudio.c struct lmcaudio_softc.iobase was unused other than to initialise it. G/C it. 2002-06-16 12:38:11 +00:00
makemodes.awk
opms.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
opms_iomd.c Complete renaming of opms to opms (was partly named pms, externally and 2002-04-19 01:04:38 +00:00
opmsvar.h Complete renaming of opms to opms (was partly named pms, externally and 2002-04-19 01:04:38 +00:00
qms.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
qms_iomd.c Use <machine/intr.h> rather than <machine/irqhandler.h> 2001-11-27 01:03:52 +00:00
qmsvar.h Add a prototype for qms_console_freeze(). 2002-02-18 18:43:55 +00:00
rpckbd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
rpckbd_iomd.c Allthough this patch doesn't look that much it adds a few things that were 2002-03-23 02:00:26 +00:00
rpckbdvar.h
rtc.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
sysbeep_vidc.c Un-__P, ANSIfy, KNF. 2002-06-16 12:33:41 +00:00
todclock.c __RCSID -> __KERNEL_RCSID 2002-03-10 15:47:43 +00:00
todclockvar.h
vidc.h Parenthesise arguments to VIDC_BLUE and VIDC_GREEN correctly. 2002-06-16 14:53:24 +00:00
vidc20.c Un-__P, ANSIfy, clean up comments. 2002-06-16 13:25:02 +00:00
vidc20config.c Move over to using a 6:5:5 R:G:B palette in 16-bit display modes, and abstract 2002-06-19 22:42:02 +00:00
vidc20config.c.old-stuff Use <machine/intr.h> rather than <machine/irqhandler.h> 2001-11-27 01:03:52 +00:00
vidc20config.h Kill off vidcvideo_textpalette() again, but better. 2002-06-17 21:00:13 +00:00
vidcaudio.c struct vidcaudio_softc.iobase was unused other than to initialise it. G/C it. 2002-06-16 12:36:42 +00:00
vidcaudiovar.h Add a vidcaudiovar.h to contain a prototype for vidcaudio_beep_generate(). 2002-02-18 12:52:09 +00:00
vidcvideo.c integer overflow. from silvio@qualys.com 2002-08-06 22:46:11 +00:00
vidcvideo.h Big rototil of the vidcvideo code to cleanup illogical structures and to 2002-03-23 21:27:41 +00:00
waveform.h
wskbdmap_mfii.h
wsqms.c Rather than explicitly masking and sign-extending 16-bit integers, use 2002-06-20 19:33:20 +00:00
wsqms_iomd.c More wsqms cleanups: 2002-06-19 23:49:14 +00:00
wsqmsvar.h Rather than explicitly masking and sign-extending 16-bit integers, use 2002-06-20 19:33:36 +00:00