diff options
| author | soren <soren@NetBSD.org> | 2000-01-09 09:20:01 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2000-01-09 09:20:01 +0000 |
| commit | 18bb5846c79ccaeb879ae76e6c3544329a6c368d (patch) | |
| tree | 7e8ad17678f3de74b0697fe36e543b92f3ae21c4 /sys/dev | |
| parent | 2c073c654d47fe5703d15af9ac26e77000076162 (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 9 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 15 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 95874cadebd..0429165d0ee 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.188 2000/01/05 11:32:43 drochner Exp $ */ +/* $NetBSD: pcidevs.h,v 1.189 2000/01/09 09:20:01 soren Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.181 2000/01/05 11:32:06 drochner Exp + * NetBSD: pcidevs,v 1.182 2000/01/09 09:19:26 soren Exp */ /* @@ -943,7 +943,7 @@ /* Galileo Technology products */ #define PCI_PRODUCT_GALILEO_GT64010A 0x0146 /* GT-64010A System Controller */ #define PCI_PRODUCT_GALILEO_GT64115 0x4111 /* GT-64115 System Controller */ -#define PCI_PRODUCT_GALILEO_GT64011 0x4146 /* GT-64011/GT-64111 System Controller */ +#define PCI_PRODUCT_GALILEO_GT64011 0x4146 /* GT-64111 System Controller */ #define PCI_PRODUCT_GALILEO_GT64120 0x4620 /* GT-64120 System Controller */ #define PCI_PRODUCT_GALILEO_GT64130 0x6320 /* GT-64130 System Controller */ @@ -1081,7 +1081,8 @@ #define PCI_PRODUCT_MATROX_G100_AGP 0x1001 /* MGA G100 AGP */ /* Motorola products */ -#define PCI_PRODUCT_MOT_MPC106 0x0002 /* MPC106 Host-PCI Bridge (grackle) */ +#define PCI_PRODUCT_MOT_MPC105 0x0001 /* MPC105 \"Eagle\" Host Bridge */ +#define PCI_PRODUCT_MOT_MPC106 0x0002 /* MPC106 \"Grackle\" Host Bridge */ /* Mylex products */ #define PCI_PRODUCT_MYLEX_960P 0x0001 /* DAC960P RAID controller */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5f60016fc87..0acac7979da 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.186 2000/01/05 11:32:44 drochner Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.187 2000/01/09 09:20:02 soren Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.181 2000/01/05 11:32:06 drochner Exp + * NetBSD: pcidevs,v 1.182 2000/01/09 09:19:26 soren Exp */ /* @@ -1597,7 +1597,7 @@ struct pci_knowndev pci_knowndevs[] = { PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64011, 0, "Galileo Technology", - "GT-64011/GT-64111 System Controller", + "GT-64111 System Controller", }, { PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64120, @@ -2230,10 +2230,16 @@ struct pci_knowndev pci_knowndevs[] = { "MGA G100 AGP", }, { + PCI_VENDOR_MOT, PCI_PRODUCT_MOT_MPC105, + 0, + "Motorola", + "MPC105 \"Eagle\" Host Bridge", + }, + { PCI_VENDOR_MOT, PCI_PRODUCT_MOT_MPC106, 0, "Motorola", - "MPC106 Host-PCI Bridge (grackle)", + "MPC106 \"Grackle\" Host Bridge", }, { PCI_VENDOR_MYLEX, PCI_PRODUCT_MYLEX_960P, |
