From aa8dd6f8b9c58a63c055e3bf4ee1e9b0e5be82cf Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 16 Jun 2009 22:00:13 -0700 Subject: [PATCH] CAM - Change XPORT_AHCI to XPORT_SATA. Noticed-by: corecode --- sys/bus/cam/cam_ccb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/bus/cam/cam_ccb.h b/sys/bus/cam/cam_ccb.h index 0dfe490842..71e1b3daf6 100644 --- a/sys/bus/cam/cam_ccb.h +++ b/sys/bus/cam/cam_ccb.h @@ -224,7 +224,7 @@ typedef enum { XPORT_PPB, /* Parallel Port Bus */ XPORT_ATA, /* AT Attachment */ XPORT_SAS, /* Serial Attached SCSI */ - XPORT_AHCI, /* SATA AHCI Attachment */ + XPORT_SATA, /* SATA Attachment */ } cam_xport; #define PROTO_VERSION_UNKNOWN (UINT_MAX - 1) -- 2.41.0