summaryrefslogtreecommitdiffstats
path: root/sys/dev/sf
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2008-01-21 04:23:47 +0000
committeryongari <yongari@FreeBSD.org>2008-01-21 04:23:47 +0000
commit3ce1d0d3dbb89d28c6a3b9e39c1e52fbf903ce4c (patch)
tree8f57d531123af9fea149df0501563cc8c6c5e566 /sys/dev/sf
parente4846159d29a882db7b77af6ed131a4725fce727 (diff)
downloadFreeBSD-src-3ce1d0d3dbb89d28c6a3b9e39c1e52fbf903ce4c.zip
FreeBSD-src-3ce1d0d3dbb89d28c6a3b9e39c1e52fbf903ce4c.tar.gz
Forced commit to note that sf(4) was repocopied from sys/pci
and modified for its new location.
Diffstat (limited to 'sys/dev/sf')
-rw-r--r--sys/dev/sf/if_sf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c
index b3f6086..37e26bd 100644
--- a/sys/dev/sf/if_sf.c
+++ b/sys/dev/sf/if_sf.c
@@ -119,7 +119,7 @@ __FBSDID("$FreeBSD$");
#define SF_USEIOSPACE
-#include <pci/if_sfreg.h>
+#include <dev/sf/if_sfreg.h>
MODULE_DEPEND(sf, pci, 1, 1, 1);
MODULE_DEPEND(sf, ether, 1, 1, 1);
OpenPOWER on IntegriCloud