summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authordamien <damien@openbsd.org>2006-12-07 17:32:19 +0000
committerdamien <damien@openbsd.org>2006-12-07 17:32:19 +0000
commit84c5366ee3e1d69d4a0524e74f260cd6ffc98ee1 (patch)
tree2403678d95d701ef42a96cdb7f32b5f48aea1855 /sys/dev
parentremove unused code, fix style and spacing, tidy up ioctl path (diff)
downloadwireguard-openbsd-84c5366ee3e1d69d4a0524e74f260cd6ffc98ee1.tar.xz
wireguard-openbsd-84c5366ee3e1d69d4a0524e74f260cd6ffc98ee1.zip
http://www.ralinktech.com/ domain name is for sale.
use official url instead: http://www.ralinktech.com.tw/
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/if_ral.c4
-rw-r--r--sys/dev/usb/if_rum.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c
index fd2a75ba08e..dd2faab4e4a 100644
--- a/sys/dev/usb/if_ral.c
+++ b/sys/dev/usb/if_ral.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ral.c,v 1.86 2006/12/03 16:39:13 damien Exp $ */
+/* $OpenBSD: if_ral.c,v 1.87 2006/12/07 17:32:19 damien Exp $ */
/*-
* Copyright (c) 2005, 2006
@@ -19,7 +19,7 @@
/*-
* Ralink Technology RT2500USB chipset driver
- * http://www.ralinktech.com/
+ * http://www.ralinktech.com.tw/
*/
#include "bpfilter.h"
diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c
index 00e6e30e32e..2fd243ac793 100644
--- a/sys/dev/usb/if_rum.c
+++ b/sys/dev/usb/if_rum.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_rum.c,v 1.47 2006/12/03 16:39:13 damien Exp $ */
+/* $OpenBSD: if_rum.c,v 1.48 2006/12/07 17:32:19 damien Exp $ */
/*-
* Copyright (c) 2005, 2006 Damien Bergamini <damien.bergamini@free.fr>
@@ -19,7 +19,7 @@
/*-
* Ralink Technology RT2501USB/RT2601USB chipset driver
- * http://www.ralinktech.com/
+ * http://www.ralinktech.com.tw/
*/
#include "bpfilter.h"