diff options
author | 2009-11-10 14:48:56 +0000 | |
---|---|---|
committer | 2009-11-10 14:48:56 +0000 | |
commit | 55529215a8c70bc4c2a5c0c08bb886262de139e8 (patch) | |
tree | dbc2578037ad2229a1cc14cb96aa1835822bc26b | |
parent | In relay case, avoid freeing garbage pointer by copying the required struct (diff) | |
download | wireguard-openbsd-55529215a8c70bc4c2a5c0c08bb886262de139e8.tar.xz wireguard-openbsd-55529215a8c70bc4c2a5c0c08bb886262de139e8.zip |
Fix indentation.
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP30 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP30 b/sys/arch/sgi/conf/GENERIC-IP30 index ecfe3426799..c671364ee20 100644 --- a/sys/arch/sgi/conf/GENERIC-IP30 +++ b/sys/arch/sgi/conf/GENERIC-IP30 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP30,v 1.17 2009/11/07 21:42:07 miod Exp $ +# $OpenBSD: GENERIC-IP30,v 1.18 2009/11/10 14:48:56 jsing Exp $ # # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY. # @@ -59,7 +59,7 @@ dsrtc0 at ioc? iec* at ioc? onewire* at ioc? -option ONEWIREVERBOSE +option ONEWIREVERBOSE owmac* at onewire? owserial* at onewire? @@ -93,7 +93,7 @@ uvscom* at uhub? # SUNTAC Slipper U VS-10U serial ucom* at uvscom? ubsa* at uhub? # Belkin serial adapter ucom* at ubsa? -uaudio* at uhub? # USB Audio +uaudio* at uhub? # USB Audio audio* at uaudio? ulpt* at uhub? # USB Printers umass* at uhub? # USB Mass Storage devices |