Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/macppc/dev Pull up revision 1.18 (requested by...
details: https://anonhg.NetBSD.org/src/rev/d26e31f2626e
branches: netbsd-1-6
changeset: 530378:d26e31f2626e
user: grant <grant%NetBSD.org@localhost>
date: Thu Jun 19 11:18:56 2003 +0000
description:
Pull up revision 1.18 (requested by hamajima in ticket #1323):
Support the PowerBook G4 12-inch (and maybe 17-inch).
Kauai ATA, new obio chip, and Japanese keymap for WSDISPLAY_COMPAT_RAWKBD
diffstat:
sys/arch/macppc/dev/obio.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 3a17fd048444 -r d26e31f2626e sys/arch/macppc/dev/obio.c
--- a/sys/arch/macppc/dev/obio.c Thu Jun 19 11:18:28 2003 +0000
+++ b/sys/arch/macppc/dev/obio.c Thu Jun 19 11:18:56 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obio.c,v 1.14 2001/06/17 19:54:47 tsubai Exp $ */
+/* $NetBSD: obio.c,v 1.14.18.1 2003/06/19 11:18:56 grant Exp $ */
/*-
* Copyright (C) 1998 Internet Research Institute, Inc.
@@ -74,6 +74,7 @@
case PCI_PRODUCT_APPLE_PADDINGTON:
case PCI_PRODUCT_APPLE_KEYLARGO:
case PCI_PRODUCT_APPLE_PANGEA_MACIO:
+ case PCI_PRODUCT_APPLE_INTREPID:
return 1;
}
@@ -111,6 +112,7 @@
case PCI_PRODUCT_APPLE_PADDINGTON:
case PCI_PRODUCT_APPLE_KEYLARGO:
case PCI_PRODUCT_APPLE_PANGEA_MACIO:
+ case PCI_PRODUCT_APPLE_INTREPID:
node = OF_finddevice("mac-io");
if (node == -1)
node = OF_finddevice("/pci/mac-io");
Home |
Main Index |
Thread Index |
Old Index