[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

O2MICRO cardbus defs



Here is some trivial dmesg beutification.

This tidies up dmesg on HP nc4000 (and possibly nc6000)
notebooks.

Tested against -current(from 20041203) on HP nc4000


===================================================================
--- /usr/src/sys/dev/pci/pcidevs
+++ /usr/src/sys/dev/pci/pcidevs     Mon Dec  6 22:32:20 2004
@@ -286,6 +286,8 @@
 product O2MICRO OZ6922         0x6925  OZ6922 CardBus
 product O2MICRO OZ6933         0x6933  OZ6933 CardBus
 product O2MICRO OZ6972         0x6972  OZ69[17]2 CardBus
+product O2MICRO OZ7114         0x7114  OZ711M1 CardBus
+product O2MICRO OZ7110         0x7110  OZ711Mx CardBus Accelerator

 /* 3Com Products */
 product 3COM 3C985             0x0001  3c985
===================================================================
--- /usr/src/sys/dev/pci/pcidevs.h
+++ /usr/src/sys/dev/pci/pcidevs.h   Mon Dec  6 22:32:52 2004
@@ -291,6 +291,8 @@
 #define        PCI_PRODUCT_O2MICRO_OZ6922      0x6925          /*
OZ6922 CardBus */
 #define        PCI_PRODUCT_O2MICRO_OZ6933      0x6933          /*
OZ6933 CardBus */
 #define        PCI_PRODUCT_O2MICRO_OZ6972      0x6972          /*
OZ69[17]2 CardBus */
+#define	PCI_PRODUCT_O2MICRO_OZ7114	0x7114          /* OZ711M1 CardBus */
+#define	PCI_PRODUCT_O2MICRO_OZ7110	0x7110          /* OZ711Mx CardBus
Accelerator*/

 /* 3Com Products */
 #define        PCI_PRODUCT_3COM_3C985  0x0001          /* 3c985 */
===================================================================
--- /usr/src/sys/dev/pci/pcidevs_data.h
+++ /usr/src/sys/dev/pci/pcidevs_data.h      Mon Dec  6 22:34:03 2004
@@ -63,6 +63,14 @@
            "OZ69[17]2 CardBus",
        },
        {
+           PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ7114,
+           "OZ711M1 CardBus",
+       },
+       {
+           PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ7110,
+           "OZ711Mx CardBus Accelerator",
+       },
+       {
            PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C985,
            "3c985",
        },

Like I said, trivial.



Visit your host, monkey.org