Support internal ADB keyboard of PowerBook 190,190cs.

The keyboard works fine now. I don't confirm working internal
ADB track pad.

But an internal IDE drive is not recognized, and
an internal SCSI host controller(sbc driver) don't work yet.
This commit is contained in:
shiba 2002-11-03 11:04:35 +00:00
parent a098e7a97d
commit 44b7622806
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: adb_direct.c,v 1.47 2002/05/30 21:26:13 thorpej Exp $ */
/* $NetBSD: adb_direct.c,v 1.48 2002/11/03 11:04:35 shiba Exp $ */
/* From: adb_direct.c 2.02 4/18/97 jpw */
@ -2533,6 +2533,8 @@ adb_setup_hw_type(void)
case MACH_MACPB280: /* PowerBook Duo 280 */
case MACH_MACPB280C: /* PowerBook Duo 280c */
case MACH_MACPB500: /* PowerBook 500 series */
case MACH_MACPB190: /* PowerBook 190 */
case MACH_MACPB190CS: /* PowerBook 190cs */
adbHardware = ADB_HW_PB;
pm_setup_adb();
#ifdef ADB_DEBUG

View File

@ -1,4 +1,4 @@
/* $NetBSD: pm_direct.c,v 1.20 2002/05/30 21:27:41 thorpej Exp $ */
/* $NetBSD: pm_direct.c,v 1.21 2002/11/03 11:04:36 shiba Exp $ */
/*
* Copyright (C) 1997 Takashi Hamada
@ -268,6 +268,8 @@ pm_setup_adb()
case MACH_MACPB280:
case MACH_MACPB280C:
case MACH_MACPB500:
case MACH_MACPB190:
case MACH_MACPB190CS:
pmHardware = PM_HW_PB5XX;
break;
default:
@ -1061,6 +1063,8 @@ pm_adb_op(buffer, compRout, data, command)
case MACH_MACPB270:
case MACH_MACPB280:
case MACH_MACPB280C:
case MACH_MACPB190:
case MACH_MACPB190CS:
pm_intr((void *)0);
break;
default: