diff options
author | markm <markm@FreeBSD.org> | 2004-08-01 19:37:34 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2004-08-01 19:37:34 +0000 |
commit | b8bae5430cbfa33d7ab39405a204b1f7f416bcca (patch) | |
tree | bb7ac1ee5f9540f9c444e33833851455a607ad30 | |
parent | 6e114461eab41c716ef6c7601845f6dcee3f9c70 (diff) | |
download | FreeBSD-src-b8bae5430cbfa33d7ab39405a204b1f7f416bcca.zip FreeBSD-src-b8bae5430cbfa33d7ab39405a204b1f7f416bcca.tar.gz |
Add the I/O device for those architectures that have it.
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index a6368d3..8c239c4 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index c4f9eff..2c86355 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -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 |