Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev/pci Regen (requested by hamajima in ticket #1323):
details: https://anonhg.NetBSD.org/src/rev/0eca83e90ae4
branches: netbsd-1-6
changeset: 530380:0eca83e90ae4
user: grant <grant%NetBSD.org@localhost>
date: Thu Jun 19 11:22:00 2003 +0000
description:
Regen (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/dev/pci/pcidevs.h | 6 ++++--
sys/dev/pci/pcidevs_data.h | 16 ++++++++++++++--
2 files changed, 18 insertions(+), 4 deletions(-)
diffs (60 lines):
diff -r 412c2928207e -r 0eca83e90ae4 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Thu Jun 19 11:20:09 2003 +0000
+++ b/sys/dev/pci/pcidevs.h Thu Jun 19 11:22:00 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.433.2.20 2003/06/16 21:11:28 grant Exp $ */
+/* $NetBSD: pcidevs.h,v 1.433.2.21 2003/06/19 11:22:02 grant Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.428.2.22 2003/06/16 21:09:47 grant Exp
+ * NetBSD: pcidevs,v 1.428.2.23 2003/06/19 11:20:09 grant Exp
*/
/*
@@ -838,6 +838,8 @@
#define PCI_PRODUCT_APPLE_UNINORTH_AGP3 0x0034 /* UniNorth AGP Bridge */
#define PCI_PRODUCT_APPLE_UNINORTH5 0x0035 /* UniNorth Host-PCI Bridge */
#define PCI_PRODUCT_APPLE_UNINORTH6 0x0036 /* UniNorth Host-PCI Bridge */
+#define PCI_PRODUCT_APPLE_KAUAI 0x003b /* Kauai ATA Controller */
+#define PCI_PRODUCT_APPLE_INTREPID 0x003e /* MAC-IO I/O Controller (Intrepid) */
/* ARC Logic products */
#define PCI_PRODUCT_ARC_1000PV 0xa091 /* 1000PV */
diff -r 412c2928207e -r 0eca83e90ae4 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Thu Jun 19 11:20:09 2003 +0000
+++ b/sys/dev/pci/pcidevs_data.h Thu Jun 19 11:22:00 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.431.2.20 2003/06/16 21:11:30 grant Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.431.2.21 2003/06/19 11:22:00 grant Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.428.2.22 2003/06/16 21:09:47 grant Exp
+ * NetBSD: pcidevs,v 1.428.2.23 2003/06/19 11:20:09 grant Exp
*/
/*
@@ -1228,6 +1228,18 @@
"UniNorth Host-PCI Bridge",
},
{
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_KAUAI,
+ 0,
+ "Apple Computer",
+ "Kauai ATA Controller",
+ },
+ {
+ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_INTREPID,
+ 0,
+ "Apple Computer",
+ "MAC-IO I/O Controller (Intrepid)",
+ },
+ {
PCI_VENDOR_ARC, PCI_PRODUCT_ARC_1000PV,
0,
"ARC Logic",
Home |
Main Index |
Thread Index |
Old Index