Fix USB compilation, and add USB options to XLP conf
Remove obsolete header file included in usb_init.c
This commit is contained in:
parent
b2f4d7679b
commit
f48a19aa93
@ -76,6 +76,14 @@ device scbus
|
||||
#device ata
|
||||
#device atadisk
|
||||
|
||||
# USB
|
||||
device usb # USB Bus (required)
|
||||
device ehci # EHCI PCI->USB interface (USB 2.0)
|
||||
#options USB_DEBUG # enable debug msgs
|
||||
#device ugen # Generic
|
||||
#device uhid # "Human Interface Devices"
|
||||
device umass # Requires scbus and da
|
||||
|
||||
options FDT
|
||||
options FDT_DTB_STATIC
|
||||
makeoptions FDT_DTS_FILE=xlp-basic.dts
|
||||
|
@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <mips/nlm/hal/haldefs.h>
|
||||
#include <mips/nlm/hal/iomap.h>
|
||||
#include <mips/nlm/hal/cpuinfo.h>
|
||||
#include <mips/nlm/hal/usb.h>
|
||||
|
||||
#include <mips/nlm/xlp.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user