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.
This commit is contained in:
parent
213fcefef2
commit
518dee7dbb
@ -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>
|
||||
|
@ -91,6 +91,7 @@
|
||||
|
||||
#include <pci/if_dmreg.h>
|
||||
|
||||
/* "controller miibus0" required. See GENERIC if you get errors here. */
|
||||
#include "miibus_if.h"
|
||||
|
||||
#ifndef lint
|
||||
|
@ -119,6 +119,7 @@
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcivar.h>
|
||||
|
||||
/* "controller miibus0" required. See GENERIC if you get errors here. */
|
||||
#include "miibus_if.h"
|
||||
|
||||
/*
|
||||
|
@ -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>
|
||||
|
@ -94,6 +94,7 @@
|
||||
|
||||
#include <pci/if_sisreg.h>
|
||||
|
||||
/* "controller miibus0" required. See GENERIC if you get errors here. */
|
||||
#include "miibus_if.h"
|
||||
|
||||
#ifndef lint
|
||||
|
@ -74,6 +74,7 @@
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcivar.h>
|
||||
|
||||
/* "controller miibus0" required. See GENERIC if you get errors here. */
|
||||
#include "miibus_if.h"
|
||||
|
||||
#define STE_USEIOSPACE
|
||||
|
@ -223,6 +223,7 @@
|
||||
|
||||
#include <pci/if_tlreg.h>
|
||||
|
||||
/* "controller miibus0" required. See GENERIC if you get errors here. */
|
||||
#include "miibus_if.h"
|
||||
|
||||
#if !defined(lint)
|
||||
|
@ -125,6 +125,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"
|
||||
|
||||
#define WB_USEIOSPACE
|
||||
|
@ -130,6 +130,7 @@
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcivar.h>
|
||||
|
||||
/* "controller miibus0" required. See GENERIC if you get errors here. */
|
||||
#include "miibus_if.h"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user