summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ahci/ahci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ahci/ahci.h b/sys/dev/ahci/ahci.h
index fe8fc95..79b8a56 100644
--- a/sys/dev/ahci/ahci.h
+++ b/sys/dev/ahci/ahci.h
@@ -591,7 +591,8 @@ enum ahci_err_type {
"\015NOMSI" \
"\016ATI_PMP_BUG" \
"\017MAXIO_64K" \
- "\020SATA1_UNIT0"
+ "\020SATA1_UNIT0" \
+ "\021ABAR0"
int ahci_attach(device_t dev);
int ahci_detach(device_t dev);
OpenPOWER on IntegriCloud