summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzbb <zbb@FreeBSD.org>2015-08-08 20:56:30 +0000
committerzbb <zbb@FreeBSD.org>2015-08-08 20:56:30 +0000
commitce4acb69f34cd961507f79493010706d8d6205b1 (patch)
tree1d18ec7ddd5899adb831a63679a6c84bb2899c1c
parent438b64d28341dbf588cbd27bc32293ff88ec014b (diff)
downloadFreeBSD-src-ce4acb69f34cd961507f79493010706d8d6205b1.zip
FreeBSD-src-ce4acb69f34cd961507f79493010706d8d6205b1.tar.gz
Add Ethernet and block device drivers to ARM64 GENERIC
-rw-r--r--sys/arm64/conf/GENERIC10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 53ee6f3..db74035 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -93,6 +93,16 @@ device vtnet
device pci
device thunder_pci
+# Ethernet NICs
+device em # Intel PRO/1000 Gigabit Ethernet Family
+device mii
+device miibus # MII bus support
+
+# Block devices
+device ahci
+device scbus
+device da
+
# Serial (COM) ports
device uart # Generic UART driver
device pl011
OpenPOWER on IntegriCloud