diff options
author | 2014-07-10 11:59:57 +0000 | |
---|---|---|
committer | 2014-07-10 11:59:57 +0000 | |
commit | d70b43f2c7516611a9572c7723d9f9e8506edea3 (patch) | |
tree | 02286996af9f4862291fe984d872d7797dc43dd3 | |
parent | Uncompress ssltest. (diff) | |
download | wireguard-openbsd-d70b43f2c7516611a9572c7723d9f9e8506edea3.tar.xz wireguard-openbsd-d70b43f2c7516611a9572c7723d9f9e8506edea3.zip |
Force iobus0 for octhci and maintain spacing style.
-rw-r--r-- | sys/arch/octeon/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC index c4aa7e4ee68..e2820f33c0f 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.15 2014/07/10 08:45:18 mpi Exp $ +# $OpenBSD: GENERIC,v 1.16 2014/07/10 11:59:57 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -60,11 +60,11 @@ pciide* at pci? flags 0x0000 wd* at pciide? flags 0x0000 # USB Controllers -#octhci* at iobus? +#octhci* at iobus0 # USB bus support #usb* at octhci? # USB devices -#uhub* at usb? # USB Hubs +#uhub* at usb? # USB Hubs |