Thanks for the comments. -----Original Message----- From: Christoph Hellwig To: Osamu Tomita Cc: Linux Kernel Mailing List; Alan Cox; Jeff Garzik Sent: 2003/02/13 0:38 Subject: Re: [PATCHSET] PC-9800 subarch. support for 2.5.60 (13/34) NIC >> +#ifdef CONFIG_X86_PC9800 >> +#undef __ISAPNP__ >> +#endif > > Don't do s.th. like that! #if deined(__ISAPNP__) && !defined(CONFIG_X86_PC9800) Each places are better? PC98 has no EL3 PNP card, but has other PNP cards. >> +#ifndef CONFIG_X86_PC9800 .... >> +#else >> + id_port = 0x71d0; >> +#endif > > use ifdef, not ifndef here I see. Regards, Osamu Tomita - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups:
- Re: [PATCHSET] PC-9800 subarch. support for 2.5.60 (13/34) NIC'Christoph Hellwig '
- Prev by Date: Re: [KEXEC][PATCH] Modified (smaller) x86 kexec hwfixes patch
- Next by Date: [PATCH] Remove exec_usermodehelper
- Previous by thread: How to Enable Hardware Checksum on Intel 82546 GBE and e1000-4.4.19 driver
- Next by thread: Re: [PATCHSET] PC-9800 subarch. support for 2.5.60 (13/34) NIC
- Indexes:[Main][Thread]