mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Add the I/O device for those architectures that have it.
This commit is contained in:
parent
da40bbb79e
commit
b6527a3667
2 changed files with 2 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
|
|||
# Pseudo devices.
|
||||
device loop # Network loopback
|
||||
device mem # Memory and kernel memory devices
|
||||
device io # I/O device
|
||||
device null # Null and zero devices
|
||||
device random # Entropy device
|
||||
device ether # Ethernet support
|
||||
|
|
|
|||
|
|
@ -241,6 +241,7 @@ device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
|
|||
# Pseudo devices.
|
||||
device loop # Network loopback
|
||||
device mem # Memory and kernel memory devices
|
||||
device io # I/O device
|
||||
device null # Null and zero devices
|
||||
device random # Entropy device
|
||||
device ether # Ethernet support
|
||||
|
|
|
|||
Loading…
Reference in a new issue