diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -162,6 +162,7 @@ # Pseudo devices. device crypto # core crypto support +device cryptodev device loop # Network loopback device ether # Ethernet support device vlan # 802.1Q VLAN support diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64 --- a/sys/powerpc/conf/GENERIC64 +++ b/sys/powerpc/conf/GENERIC64 @@ -199,6 +199,7 @@ # Pseudo devices. device crypto # core crypto support +device cryptodev device loop # Network loopback device ether # Ethernet support device vlan # 802.1Q VLAN support diff --git a/sys/powerpc/conf/GENERIC64LE b/sys/powerpc/conf/GENERIC64LE --- a/sys/powerpc/conf/GENERIC64LE +++ b/sys/powerpc/conf/GENERIC64LE @@ -195,6 +195,7 @@ # Pseudo devices. device crypto # core crypto support +device cryptodev device loop # Network loopback device ether # Ethernet support device vlan # 802.1Q VLAN support