All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET] PC-9800 subarch. support for 2.5.61 (0/26) summary
@ 2003-02-17 13:43 Osamu Tomita
  2003-02-17 13:48 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (1/26) ALSA Osamu Tomita
                   ` (25 more replies)
  0 siblings, 26 replies; 43+ messages in thread
From: Osamu Tomita @ 2003-02-17 13:43 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Alan Cox, 'Christoph Hellwig'

This is patch's to support NEC PC-9800 subarchitecture
against 2.5.61.

Comments and test reports are wellcome.


Description:
 o alsa-pc98.patch (1/26)
   ALSA sound drivers for PC98.
 o apm.patch (2/26)
   APM support for PC98. Including PC98's BIOS bug fix.
 o arch-i386-mach-pc98.patch (3/26)
   Files under arch/i386/mach-pc9800 directory.
 o boot98.patch (4/26)
   Files under arch/i386/boot98 directory.
 o char_device.patch (5/26)
   Real time clock driver and printer driver for PC98.
 o console.patch (6/26)
   PC98 Standard console support (without japanese kanji character).
 o core-misc.patch (7/26)
   Small core patches for PC98.
 o core.patch (8/26)
   Core patches for PC98. Big changes using mach-* scheme.
 o dma.patch (9/26)
   DMA support for PC98.
 o floppy98-1.patch (10/26)
 o floppy98-2.patch (11/26)
   Driver for PC98 standard floppy disk drive.
 o fs.patch (12/26)
   FAT fs and partition table support for PC98.
 o ide.patch (13/26)
   PC98 standard IDE I/F support.
 o input.patch (14/26)
   Drivers for PC98 standard keyboard/mouse.
 o kanji.patch (15/26)
   japanese kanji character support for PC98 console.
 o network_card.patch (16/26)
   C-bus(PC98's legacy bus like ISA) network cards support.
 o parport.patch (17/26)
   Parallel port support.
 o pci.patch (18/26)
   Small changes for PCI support.
 o pcibios.patch (19/26)
   PCI BIOS function support using mach-* scheme.
 o pcmcia.patch (20/26)
   Small change for PCMCIA (16bits) support.
 o pnp.patch (21/26)
   Small change for Legacy bus PNP support.
 o reboot.patch (22/26)
   Support difference of machine reboot method, using mach-* scheme.
 o scsi.patch (23/26)
   SCSI host adapter support.
 o serial.patch (24/26)
   Serial port support for PC98.
 o smp.patch (25/26)
   SMP support for PC98.
 o video_card.patch (26/26)
   PC98 standard video card text mode driver.

Regards,
Osamu Tomita


^ permalink raw reply	[flat|nested] 43+ messages in thread
* RE: [PATCHSET] PC-9800 subarch. support for 2.5.61 (16/26) NIC
@ 2003-02-18  0:55 Osamu Tomita
  0 siblings, 0 replies; 43+ messages in thread
From: Osamu Tomita @ 2003-02-18  0:55 UTC (permalink / raw)
  To: 'Jeff Garzik ', Osamu Tomita
  Cc: 'Linux Kernel Mailing List ', 'Alan Cox ',
	''Christoph Hellwig' '

Thanks for the comment. 

-----Original Message-----
From: Jeff Garzik
To: Osamu Tomita
Cc: Linux Kernel Mailing List; Alan Cox; 'Christoph Hellwig'
Sent: 2003/02/18 2:02
Subject: Re: [PATCHSET] PC-9800 subarch. support for 2.5.61 (16/26) NIC

>> -#ifdef __ISAPNP__	
>> +#if defined(__ISAPNP__) && !defined(CONFIG_X86_PC9800)
> 
> 
> I am curious, does PC9800 support ISAPNP at all?
> 
> Perhaps a dumb question, but I wonder if the above ifdef can be 
> simplified by turning off ISAPNP on PC9800?
PC98 has other PNP cards. So I think this is best way.
But most PNP cards for PC98 has hardware switch or jumper pin to
disable PNP feature. We can use them without PNP support.
Your idea is not bad.....

Thanks,
Osamu Tomita

^ permalink raw reply	[flat|nested] 43+ messages in thread
* RE: [PATCHSET] PC-9800 subarch. support for 2.5.61 (16/26) NIC
@ 2003-02-18  1:37 Osamu Tomita
  0 siblings, 0 replies; 43+ messages in thread
From: Osamu Tomita @ 2003-02-18  1:37 UTC (permalink / raw)
  To: 'YOSHIFUJI Hideaki / 吉藤英明 '
  Cc: 'jgarzik@pobox.com ', 'bgerst@didntduck.org ',
	'linux-kernel@vger.kernel.org ',
	'alan@lxorguk.ukuu.org.uk ', 'hch@infradead.org '

Hi. Thanks for the comment.

-----Original Message-----
From: YOSHIFUJI Hideaki / 吉藤英明
To: bgerst@didntduck.org
Cc: jgarzik@pobox.com; tomita@cinet.co.jp; linux-kernel@vger.kernel.org;
alan@lxorguk.ukuu.org.uk; hch@infradead.org
Sent: 2003/02/18 4:02
Subject: Re: [PATCHSET] PC-9800 subarch. support for 2.5.61 (16/26) NIC

In article <3E5124AC.80505@didntduck.org> (at Mon, 17 Feb 2003 13:06:36
-0500), Brian Gerst <bgerst@didntduck.org> says:

>> >  > -#ifdef __ISAPNP__   
>> >  > +#if defined(__ISAPNP__) && !defined(CONFIG_X86_PC9800)
> :
>> > Perhaps a dumb question, but I wonder if the above ifdef can be 
>> > simplified by turning off ISAPNP on PC9800?
>> 
>> As long as the machine has ISA expansion slots, ISAPNP is possible.
It 
>> is a property of the card, not the system.
> 
> Some C-bus (this is the name of the bus of the PC-9800 expansion slots) 
> cards seems PnP-capable while PC-9800 series have no ISA slots as I
> remember.  
> I don't know if Linux ISAPNP suport work well with them.
C-Bus PNP feature is compatible with ISA PNP except for control port
address.
By changing them from 0x259/0x279 to 0xa59/0xa79, PNP works fine.

Thanks,
Osamu Tomita

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

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

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-17 13:43 [PATCHSET] PC-9800 subarch. support for 2.5.61 (0/26) summary Osamu Tomita
2003-02-17 13:48 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (1/26) ALSA Osamu Tomita
2003-02-17 13:49 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (2/26) APM Osamu Tomita
2003-02-18 10:37   ` Christoph Hellwig
2003-02-17 13:51 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (3/26) mach-pc9800 Osamu Tomita
2003-02-17 14:48   ` Sam Ravnborg
2003-02-17 15:35     ` Osamu Tomita
2003-02-18 10:39   ` Christoph Hellwig
2003-02-17 13:54 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (4/26) boot Osamu Tomita
2003-02-17 13:56 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (5/26) char device Osamu Tomita
2003-02-18 10:45   ` Christoph Hellwig
2003-02-17 14:03 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (6/26) console Osamu Tomita
2003-02-17 14:06 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (7/26) misc core Osamu Tomita
2003-02-17 14:07 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (8/26) core Osamu Tomita
2003-02-17 14:58   ` Sam Ravnborg
2003-02-17 14:08 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (9/26) DMA Osamu Tomita
2003-02-17 14:09 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (10/26) floppy #1 Osamu Tomita
2003-02-17 14:09 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (11/26) floppy #2 Osamu Tomita
2003-02-17 14:10 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (12/26) FS Osamu Tomita
2003-02-17 14:11 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (13/26) IDE Osamu Tomita
2003-02-17 14:12 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (14/26) input Osamu Tomita
2003-03-14  8:22   ` Vojtech Pavlik
2003-03-15  6:09     ` Osamu Tomita
2003-03-15  8:01       ` Vojtech Pavlik
2003-02-17 14:13 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (15/26) kanji Osamu Tomita
2003-02-17 14:15 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (16/26) NIC Osamu Tomita
2003-02-17 17:02   ` Jeff Garzik
2003-02-17 18:06     ` Brian Gerst
2003-02-17 18:33       ` Jeff Garzik
2003-02-17 19:02       ` YOSHIFUJI Hideaki / 吉藤英明
2003-02-17 14:16 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (17/26) parport Osamu Tomita
2003-02-17 14:17 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (18/26) PCI Osamu Tomita
2003-02-17 14:18 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (19/26) PCI BIOS Osamu Tomita
2003-02-17 14:18 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (20/26) PCMCIA Osamu Tomita
2003-02-17 14:19 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (21/26) PNP Osamu Tomita
2003-02-17 14:20 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (22/26) reboot Osamu Tomita
2003-02-17 14:21 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (23/26) SCSI Osamu Tomita
2003-02-18 10:54   ` 'Christoph Hellwig'
2003-02-17 14:24 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (24/26) serial Osamu Tomita
2003-02-17 14:25 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (25/26) SMP Osamu Tomita
2003-02-17 14:26 ` [PATCHSET] PC-9800 subarch. support for 2.5.61 (26/26) video card Osamu Tomita
  -- strict thread matches above, loose matches on Subject: below --
2003-02-18  0:55 [PATCHSET] PC-9800 subarch. support for 2.5.61 (16/26) NIC Osamu Tomita
2003-02-18  1:37 Osamu Tomita

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.