From f2e618d5b2d3b148afd39f679dfdae55ef0ff03d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 22 Aug 2003 15:35:37 +0000 Subject: [PATCH] fix reference to pci/pcireg.h --- sys/dev/hea/eni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/hea/eni.h b/sys/dev/hea/eni.h index 1e753b2c50c..53ecef15dc9 100644 --- a/sys/dev/hea/eni.h +++ b/sys/dev/hea/eni.h @@ -234,7 +234,7 @@ */ /* - * Part of PCI configuration registers but not defined in + * Part of PCI configuration registers but not defined in */ #define PCI_CONTROL_REG 0x60 #define ENDIAN_SWAP_DMA 0x80 /* Enable endian swaps on DMA */