Add PC9801-102 CBUS card to the list of plug and play devices. Some

mapping of irq 6 may be required to use that irq, but if so,
additional commits will follow.

Submitted by: Hiroshi TSUKADA-san
This commit is contained in:
Warner Losh 2001-06-09 06:43:54 +00:00
parent 1adbddec6e
commit 5ade00816d
2 changed files with 4 additions and 0 deletions

View File

@ -359,3 +359,6 @@
#define PCIC_PNP_VLSI_82C146 0x020ED041 /* PNP0E02 */
#define PCIC_PNP_82365_CARDBUS 0x030ED041 /* PNP0E03 */
#define PCIC_PNP_SCM_SWAPBOX 0x69046d4c /* SMC0469 */
/* C-Bus PnP Definitions */
#define PCIC_NEC_PC9801_102 0x9180a3b8 /* NEC8091 PC-9801-102 */

View File

@ -50,6 +50,7 @@ static struct isa_pnp_id pcic_ids[] = {
{PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */
{PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */
{PCIC_PNP_SCM_SWAPBOX, NULL}, /* SCM0469 */
{PCIC_NEC_PC9801_102, NULL}, /* NEC8091 */
{0}
};