Add the I/O device for those architectures that have it.

This commit is contained in:
Mark Murray 2004-08-01 19:37:34 +00:00
parent da40bbb79e
commit b6527a3667
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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