summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/lib/brand/bhyve/zone/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/brand/bhyve/zone/boot.c b/usr/src/lib/brand/bhyve/zone/boot.c
index ea0f8c15a6..1adea7b26f 100644
--- a/usr/src/lib/brand/bhyve/zone/boot.c
+++ b/usr/src/lib/brand/bhyve/zone/boot.c
@@ -43,12 +43,12 @@
typedef enum {
PCI_SLOT_HOSTBRIDGE = 0, /* Not used here, but reserved */
- PCI_SLOT_LPC,
- PCI_SLOT_CD,
+ PCI_SLOT_CD = 3, /* Windows ahci allows slots 3 - 6 */
PCI_SLOT_BOOT_DISK,
PCI_SLOT_OTHER_DISKS,
PCI_SLOT_NICS,
PCI_SLOT_FBUF = 30,
+ PCI_SLOT_LPC = 31, /* Windows requires lpc in slot 31 */
} pci_slot_t;
static boolean_t debug;