summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2003-07-19 21:10:25 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2003-07-19 21:10:25 +0000
commitd580cb21245e713cc10f4ebb82a48ffa4e2cb97e (patch)
treefb84fedd8ec40329cb184894f41c7004e707c894 /sys
parent48f05cd6159c3a10de25804928baf2c622402077 (diff)
Remove bullshit: hpt366 rev. 1 is hpt366, not hpt372a.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pciide_hpt_reg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide_hpt_reg.h b/sys/dev/pci/pciide_hpt_reg.h
index 67728dc3904..a8b6225be54 100644
--- a/sys/dev/pci/pciide_hpt_reg.h
+++ b/sys/dev/pci/pciide_hpt_reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide_hpt_reg.h,v 1.6 2003/07/19 20:53:01 grange Exp $ */
+/* $OpenBSD: pciide_hpt_reg.h,v 1.7 2003/07/19 21:10:24 grange Exp $ */
/* $NetBSD: pciide_hpt_reg.h,v 1.4 2001/07/23 14:55:27 bouyer Exp $ */
/*
@@ -47,7 +47,6 @@
#define HPT370_REV 0x03
#define HPT370A_REV 0x04
#define HPT372_REV 0x05
-#define HPT372A_REV 0x01
#define HPT374_REV 0x07
#define HPT_IDETIM(chan, drive) (0x40 + ((drive) * 4) + ((chan) * 8))