summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2008-03-11 03:44:46 +0000
committeryongari <yongari@FreeBSD.org>2008-03-11 03:44:46 +0000
commitf82b08d40ca4b84d049b83e77e3135aff4c14b2a (patch)
tree28509de27c7bb2cc86734e39aca6be27442a92db
parent19ffe8108d1aa7f17d517bfa7ea7357c98b38e98 (diff)
downloadFreeBSD-src-f82b08d40ca4b84d049b83e77e3135aff4c14b2a.zip
FreeBSD-src-f82b08d40ca4b84d049b83e77e3135aff4c14b2a.tar.gz
Forced commit to note that vr(4) was repocopied from sys/pci
and modified for its new location.
-rw-r--r--sys/dev/vr/if_vr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c
index 0550e9b..4c83473 100644
--- a/sys/dev/vr/if_vr.c
+++ b/sys/dev/vr/if_vr.c
@@ -95,7 +95,7 @@ __FBSDID("$FreeBSD$");
#define VR_USEIOSPACE
-#include <pci/if_vrreg.h>
+#include <dev/vr/if_vrreg.h>
MODULE_DEPEND(vr, pci, 1, 1, 1);
MODULE_DEPEND(vr, ether, 1, 1, 1);
OpenPOWER on IntegriCloud