From 97cc075bab22578c6184a864bf2e081b7ff6f260 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Tue, 20 Feb 2007 22:28:00 +0000 Subject: oops, missed one in the cmd list entry --- sys/dev/pci/ahci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c index 98b1e1d6744..9123eea3f10 100644 --- a/sys/dev/pci/ahci.c +++ b/sys/dev/pci/ahci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahci.c,v 1.44 2007/02/20 22:25:30 dlg Exp $ */ +/* $OpenBSD: ahci.c,v 1.45 2007/02/20 22:27:59 dlg Exp $ */ /* * Copyright (c) 2006 David Gwynne @@ -243,6 +243,7 @@ int ahcidebug = AHCI_D_VERBOSE; struct ahci_cmd_list { u_int16_t prdtl; /* sgl len */ u_int16_t flags; +#define AHCI_CMD_LIST_FLAG_CFL 0x001f /* Command FIS Length */ #define AHCI_CMD_LIST_FLAG_A (1<<5) /* ATAPI */ #define AHCI_CMD_LIST_FLAG_W (1<<6) /* Write */ #define AHCI_CMD_LIST_FLAG_P (1<<7) /* Prefetchable */ -- cgit v1.2.3