diff options
author | zbb <zbb@FreeBSD.org> | 2015-08-08 20:56:30 +0000 |
---|---|---|
committer | zbb <zbb@FreeBSD.org> | 2015-08-08 20:56:30 +0000 |
commit | ce4acb69f34cd961507f79493010706d8d6205b1 (patch) | |
tree | 1d18ec7ddd5899adb831a63679a6c84bb2899c1c /sys/arm64/conf | |
parent | 438b64d28341dbf588cbd27bc32293ff88ec014b (diff) | |
download | FreeBSD-src-ce4acb69f34cd961507f79493010706d8d6205b1.zip FreeBSD-src-ce4acb69f34cd961507f79493010706d8d6205b1.tar.gz |
Add Ethernet and block device drivers to ARM64 GENERIC
Diffstat (limited to 'sys/arm64/conf')
-rw-r--r-- | sys/arm64/conf/GENERIC | 10 |
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 |