public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PC-9800 subarch. support for 2.5.64-ac3
@ 2003-03-09  3:52 Osamu Tomita
  2003-03-09  4:12 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (1/20) boot98 update Osamu Tomita
                   ` (19 more replies)
  0 siblings, 20 replies; 25+ messages in thread
From: Osamu Tomita @ 2003-03-09  3:52 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Alan Cox, Linus Torvalds, Christoph Hellwig

This is the patchset to support NEC PC-9800 subarchitecture
against 2.5.64-ac3.

You can download archived patchset from URL bellow.
http://downloads.sourceforge.jp/linux98/2575/linux98-2.5.64-ac3.patch.tar.bz2
Patchset against vanilla 2.5.64 is also available.
http://downloads.sourceforge.jp/linux98/2574/linux98-2.5.64.patch.tar.bz2

Comments and test reports are wellcome.

Description:
 o boot98-update.patch (1/20)
   Updates arch/i386/boot98/* in 2.5.64-ac3.
 o char_device-update.patch (2/20)
   Updates drivers/char/* in 2.5.64-ac3.
 o console.patch (3/20)
   PC98 Standard console support (without japanese kanji character).
 o core-misc.patch (4/20)
   Small patches for PC98 support core.
 o core-update.patch (5/20)
   Updates PC98 core files in 2.5.64-ac3.
 o dma.patch (6/20)
   DMA support for PC98.
 o ide.patch (7/20)
   PC98 standard IDE I/F support.
 o input-update.patch (8/20)
   Updates drivers/input/* in 2.5.64-ac3.
 o kanji.patch (9/20)
   japanese kanji character support for PC98 console.
 o kconfig.patch (10/20)
   Add selection for CONFIG_X86_PC9800.
 o network_card.patch (11/20)
   C-bus(PC98's legacy bus like ISA) network cards support.
 o parport.patch (12/20)
   Parallel port support.
 o pci.patch (13/20)
   Small changes for PCI support.
 o pcmcia.patch (14/20)
   Small change for PCMCIA (16bits) support.
 o rtc.patch (15/20)
   Support RTC for PC98, using mach-* scheme.
 o scsi.patch (16/20)
   SCSI host adapter support.
 o serial.patch (17/20)
   Serial port support for PC98.
 o setup.patch (18/20)
   Support difference of IO port/memory address, using mach-* scheme.
 o smp.patch (19/20)
   SMP support for PC98.
 o timer.patch (20/20)
   Support difference of timer, using mach-* scheme.

Regards,
Osamu Tomita <tomita@cinet.co.jp>


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2003-03-21  7:34 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-09  3:52 [PATCH] PC-9800 subarch. support for 2.5.64-ac3 Osamu Tomita
2003-03-09  4:12 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (1/20) boot98 update Osamu Tomita
2003-03-09  4:13 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (2/20) char dev update Osamu Tomita
2003-03-09  4:14 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (3/20) console Osamu Tomita
2003-03-09  4:16 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (4/20) misc core Osamu Tomita
2003-03-09  4:17 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (5/20) core update Osamu Tomita
2003-03-09  4:18 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (6/20) DMA Osamu Tomita
2003-03-09  4:19 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (7/20) IDE Osamu Tomita
2003-03-09  4:20 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (8/20) input update Osamu Tomita
2003-03-09  4:22 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (9/20) kanji Osamu Tomita
2003-03-09  4:23 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (10/20) kconfig Osamu Tomita
2003-03-09  4:25 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (11/20) NIC Osamu Tomita
2003-03-09  7:15   ` Paul Gortmaker
2003-03-09  9:07     ` Osamu Tomita
2003-03-09  4:26 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (12/20) parport Osamu Tomita
2003-03-09  4:27 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (13/20) PCI Osamu Tomita
2003-03-09  4:28 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (14/20) PCMCIA Osamu Tomita
2003-03-09  4:31 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (15/20) RTC Osamu Tomita
2003-03-09  4:34 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (16/20) SCSI Osamu Tomita
2003-03-12 11:49   ` Geert Uytterhoeven
2003-03-21  7:43     ` Osamu Tomita
2003-03-09  4:35 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (17/20) serial Osamu Tomita
2003-03-09  4:36 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (18/20) setup resources Osamu Tomita
2003-03-09  4:40 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (19/20) SMP Osamu Tomita
2003-03-09  4:42 ` [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (20/20) timer Osamu Tomita

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox