Module Name: src
Committed By: kiyohara
Date: Wed Jun 2 06:02:20 UTC 2010
Modified Files:
src/sys/dev/marvell: gtpcireg.h
Log Message:
Erase the old definition macro that forgot to be erased.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/marvell/gtpcireg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/marvell/gtpcireg.h
diff -u src/sys/dev/marvell/gtpcireg.h:1.5 src/sys/dev/marvell/gtpcireg.h:1.6
--- src/sys/dev/marvell/gtpcireg.h:1.5 Wed Apr 28 13:51:56 2010
+++ src/sys/dev/marvell/gtpcireg.h Wed Jun 2 06:02:20 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: gtpcireg.h,v 1.5 2010/04/28 13:51:56 kiyohara Exp $ */
+/* $NetBSD: gtpcireg.h,v 1.6 2010/06/02 06:02:20 kiyohara Exp $ */
/*
* Copyright (c) 2008, 2009 KIYOHARA Takashi
* All rights reserved.
@@ -156,8 +156,6 @@
#define GTPCI_GT64260_ACBL_WBURST_4_QW (0 << 20)
#define GTPCI_GT64260_ACBL_WBURST_8_QW (1 << 20)
#define GTPCI_GT64260_ACBL_WBURST_16_QW (2 << 20)
-#define PCI_ACCCTLBASEL_PCISwap PCI__EXT(v, 24, 2)
-#define PCI_ACCCTLBASEL_PCISwap_NoSwap PCI__INS(24, PCI_PCISWAP_NoSwap)
#define GTPCI_GT64260_ACBL_PCISWAP_BYTESWAP (0 << 24)
#define GTPCI_GT64260_ACBL_PCISWAP_NOSWAP (1 << 24)
#define GTPCI_GT64260_ACBL_PCISWAP_BYTEWORDSWAP (3 << 24)