FreeBSD/src d455c0d (r350018)sbin/camcontrol camcontrol.c camcontrol.8

Implement a devtype command.

List the device's protocol. The returned value is one of the following:
        ata     direct attach ATA or SATA device
        satl    a SATA device attached via SAS
        scsi    A parallel SCSI or SAS
        nvme    A direct attached NVMe device
        mmcsd   A MMC or SD attached device

Reviewed by: scottl@, rpokala@
Differential Revision: https://reviews.freebsd.org/D20950
DeltaFile
+65-16sbin/camcontrol/camcontrol.c
+23-0sbin/camcontrol/camcontrol.8
+88-162 files

UnifiedSplitRaw

FreeBSD/src 3500189 (r122928)sys/dev/acpica acpi_pcib.c

Fix a typo in my patches to support extended IRQ resources that broke the
type checking for _PRS for a link device's interrupt resources.

Approved by:    re (scottl)
DeltaFile
+1-1sys/dev/acpica/acpi_pcib.c
+1-11 files

UnifiedSplitRaw