aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sf
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-08 15:01:58 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-08 15:01:58 +0000
commit518dee7dbbc81ff945a452d9710e98c4e2d600e4 (patch)
tree27a4ff67d35edb687e3ccec8fa12ef3533114b20 /sys/dev/sf
parent213fcefef2ad07847443d1863af64afae7089d18 (diff)
downloadsrc-518dee7dbbc81ff945a452d9710e98c4e2d600e4.tar.gz
src-518dee7dbbc81ff945a452d9710e98c4e2d600e4.zip
Add a pointer to "controller miibus0" for people who will not read the
commit messages or GENERIC and insist on running -CURRENT. It probably won't work, but it's worth a try.
Notes
Notes: svn path=/head/; revision=51089
Diffstat (limited to 'sys/dev/sf')
-rw-r--r--sys/dev/sf/if_sf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c
index 7225d8e7c475..e6c0b987f640 100644
--- a/sys/dev/sf/if_sf.c
+++ b/sys/dev/sf/if_sf.c
@@ -111,6 +111,7 @@
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
+/* "controller miibus0" required. See GENERIC if you get errors here. */
#include "miibus_if.h"
#include <pci/pcireg.h>