Remove mii(4) dependency and unneeded headers.

Reviewed by:	davidch
This commit is contained in:
yongari 2011-04-13 16:35:43 +00:00
parent 193a7ed98c
commit 0c2fd51a92
2 changed files with 1 additions and 11 deletions

View File

@ -70,19 +70,9 @@
#include <sys/bus.h>
#include <sys/rman.h>
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
#include "miidevs.h"
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include "miibus_if.h"
/*
* Device identification definitions.
*/

View File

@ -3,7 +3,7 @@ BXE = ${.CURDIR}/../../dev/bxe
.PATH: ${BXE}
KMOD= if_bxe
SRCS = opt_bxe.h device_if.h bus_if.h pci_if.h miibus_if.h miidevs.h
SRCS = opt_bxe.h device_if.h bus_if.h pci_if.h
SRCS += if_bxe.c bxe_link.c
CFLAGS += -I${BXE} -DBXE_TASK