diff options
author | imp <imp@FreeBSD.org> | 2003-08-22 15:35:37 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-22 15:35:37 +0000 |
commit | 43f22bacb51b72c9fe3368245841551aa7583de4 (patch) | |
tree | a4788640cfcc277412e4e37e1fbac026d2c14f03 | |
parent | d804accbc1d46d82de1fd86bae2c50ce1826d325 (diff) | |
download | FreeBSD-src-43f22bacb51b72c9fe3368245841551aa7583de4.zip FreeBSD-src-43f22bacb51b72c9fe3368245841551aa7583de4.tar.gz |
fix reference to pci/pcireg.h
-rw-r--r-- | sys/dev/hea/eni.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hea/eni.h b/sys/dev/hea/eni.h index 1e753b2..53ecef1 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 <pci/pcireg.h> + * Part of PCI configuration registers but not defined in <dev/pci/pcireg.h> */ #define PCI_CONTROL_REG 0x60 #define ENDIAN_SWAP_DMA 0x80 /* Enable endian swaps on DMA */ |