diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2021-06-29 21:04:02 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2021-06-29 21:04:02 +0000 |
| commit | b5dcdf00a309a82135ece648962acd6a12426b35 (patch) | |
| tree | f29dce2fd02a65e4e4aa2c0aed3f94a0b8789365 /sys/dev/hdaudio | |
| parent | 351ab7ad3473ca94806b6456e9104e93ede06e8f (diff) | |
Regen for new sys/dev/devlist2h.awk
Diffstat (limited to 'sys/dev/hdaudio')
| -rw-r--r-- | sys/dev/hdaudio/hdaudiodevs.h | 6 | ||||
| -rw-r--r-- | sys/dev/hdaudio/hdaudiodevs_data.h | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/hdaudio/hdaudiodevs.h b/sys/dev/hdaudio/hdaudiodevs.h index eab5cd9c259..1c733dbb205 100644 --- a/sys/dev/hdaudio/hdaudiodevs.h +++ b/sys/dev/hdaudio/hdaudiodevs.h @@ -1,4 +1,4 @@ -/* $NetBSD: hdaudiodevs.h,v 1.5 2020/04/29 07:36:22 nia Exp $ */ +/* $NetBSD: hdaudiodevs.h,v 1.6 2021/06/29 21:04:02 pgoyette Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -259,3 +259,7 @@ /* VMware */ #define HDAUDIO_PRODUCT_VMWARE_VIRTUAL_HDA 0x1975 /* Virtual HDA */ + +/* Define format strings for non-existent values */ +#define hdaudio_id1_format "vendor %4.4x" +#define hdaudio_id2_format "product %4.4x" diff --git a/sys/dev/hdaudio/hdaudiodevs_data.h b/sys/dev/hdaudio/hdaudiodevs_data.h index 0114c73f0ad..c57b967b838 100644 --- a/sys/dev/hdaudio/hdaudiodevs_data.h +++ b/sys/dev/hdaudio/hdaudiodevs_data.h @@ -1,4 +1,4 @@ -/* $NetBSD: hdaudiodevs_data.h,v 1.5 2020/04/29 07:36:22 nia Exp $ */ +/* $NetBSD: hdaudiodevs_data.h,v 1.6 2021/06/29 21:04:02 pgoyette Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -35,7 +35,7 @@ * SUCH DAMAGE. */ -static const uint16_t hdaudio_vendors[] = { +static const uint32_t hdaudio_vendors[] = { HDAUDIO_VENDOR_ATI, 1, 0, HDAUDIO_VENDOR_NVIDIA, 5, 0, HDAUDIO_VENDOR_REALTEK, 12, 0, @@ -49,7 +49,7 @@ static const uint16_t hdaudio_vendors[] = { HDAUDIO_VENDOR_SIGMATEL, 24, 0, }; -static const uint16_t hdaudio_products[] = { +static const uint32_t hdaudio_products[] = { HDAUDIO_VENDOR_ATI, HDAUDIO_PRODUCT_ATI_RS600_HDMI_1, 78, 84, 0, HDAUDIO_VENDOR_ATI, HDAUDIO_PRODUCT_ATI_RS600_HDMI_2, |
