From 056be1b9c8d0c6942412dea4a4a104978a0a9311 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 30 Jul 2020 13:06:51 +0200 Subject: sys/linux: assorted improvements for vhci Regenerate const files on next-20200729. Change conn handle to 200 because it also seems to be matches against phy_handle fields which are int8 (current 256 does not fit into int8). Use 200 for all handle's and all phy_handle's. Remove hci_evt_le_cis_req, it does not seem to be used in the kernel. Restrict some event types and statuses. Add rssi field to hci_ev_le_advertising_info. Use bytesize for some of the data length fields. --- sys/linux/dev_snd_hw_mips64le.const | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sys/linux/dev_snd_hw_mips64le.const (limited to 'sys/linux/dev_snd_hw_mips64le.const') diff --git a/sys/linux/dev_snd_hw_mips64le.const b/sys/linux/dev_snd_hw_mips64le.const new file mode 100644 index 000000000..50b77b714 --- /dev/null +++ b/sys/linux/dev_snd_hw_mips64le.const @@ -0,0 +1,18 @@ +# AUTOGENERATED FILE +SNDRV_FIREWIRE_IOCTL_GET_INFO = 1075857656 +SNDRV_FIREWIRE_IOCTL_LOCK = 536889593 +SNDRV_FIREWIRE_IOCTL_TASCAM_STATE = 1090537723 +SNDRV_FIREWIRE_IOCTL_UNLOCK = 536889594 +SNDRV_FIREWIRE_TASCAM_STATE_COUNT = 64 +SNDRV_FIREWIRE_TYPE_DICE = 1 +SNDRV_FIREWIRE_TYPE_FIREFACE = 8 +SNDRV_HWDEP_IFACE_LAST = 26 +SNDRV_HWDEP_IFACE_OPL2 = 0 +SNDRV_HWDEP_IOCTL_DSP_LOAD = 2153793539 +SNDRV_HWDEP_IOCTL_DSP_STATUS = 1077954562 +SNDRV_HWDEP_IOCTL_INFO = 1088178177 +SNDRV_HWDEP_IOCTL_PVERSION = 1074022400 +SND_EFW_TRANSACTION_USER_SEQNUM_MAX = 65534 +__NR_ioctl = 5015 +__NR_read = 5000 +__NR_write = 5001 -- cgit mrf-deployment