NOTES (36a2f5b81743b45c2cb7ec933e306eff20477dcf) | NOTES (c3e77ab43f2967ea4286a887668ef9f44be0fcc1) |
---|---|
1# 2# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 3# 4# This file contains machine dependent kernel configuration notes. For 5# machine independent notes, look in /sys/conf/NOTES. 6# 7# $FreeBSD$ 8# --- 52 unchanged lines hidden (view full) --- 61device virtio_pci 62device virtio_mmio 63device virtio_blk 64device vtnet 65 66# CPU frequency control 67device cpufreq 68 | 1# 2# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 3# 4# This file contains machine dependent kernel configuration notes. For 5# machine independent notes, look in /sys/conf/NOTES. 6# 7# $FreeBSD$ 8# --- 52 unchanged lines hidden (view full) --- 61device virtio_pci 62device virtio_mmio 63device virtio_blk 64device vtnet 65 66# CPU frequency control 67device cpufreq 68 |
69# Accelerated software crypto 70device armv8crypto # ARMv8 OpenCrypto module 71device ossl # OpenSSL OpenCrypto module 72 |
|
69# Bus drivers 70device al_pci # Annapurna Alpine PCI-E 71options PCI_HP # PCI-Express native HotPlug 72options PCI_IOV # PCI SR-IOV support 73 74# Ethernet NICs 75device mdio 76device awg # Allwinner EMAC Gigabit Ethernet --- 170 unchanged lines hidden --- | 73# Bus drivers 74device al_pci # Annapurna Alpine PCI-E 75options PCI_HP # PCI-Express native HotPlug 76options PCI_IOV # PCI SR-IOV support 77 78# Ethernet NICs 79device mdio 80device awg # Allwinner EMAC Gigabit Ethernet --- 170 unchanged lines hidden --- |