diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-02-02 12:36:19 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-02-02 12:36:19 +0000 |
| commit | 77e50733d821b6eaaece214ce20890dda262cf92 (patch) | |
| tree | 44621f1871e607d286d50d457b4af2641326e080 /sys/dev/de | |
| parent | c6949047a44a3c768b41a3a33b86e9fc77875df5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/de')
| -rw-r--r-- | sys/dev/de/if_de.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index 0c0ac6b89700..78840277c40e 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_de.c,v 1.12 1994/12/22 21:56:19 wollman Exp $ + * $Id: if_de.c,v 1.13 1994/12/22 23:42:25 davidg Exp $ * */ @@ -78,10 +78,10 @@ #include <pci.h> #if NPCI > 0 -#include <i386/pci/pcireg.h> +#include <pci/pcireg.h> #endif #include <i386/isa/icu.h> -#include <i386/pci/dc21040.h> +#include <pci/dc21040.h> /* * This module supports the DEC DC21040 PCI Ethernet Controller. |
