summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-05-31 12:33:30 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-05-31 12:33:30 +0000
commit34237dd7d431c63a2adade36513f8b1088c3ff0d (patch)
tree8529afa55cc9222c7077b15382319cefdf2e4d3a /sys/dev
parentd8c5d4c8eca210f1e0ddf7ecf83ea370cf2aad4a (diff)
PV2000 -> AL2230S
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/if_zyd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_zyd.c b/sys/dev/usb/if_zyd.c
index 8f0873fc855..b9c954ef687 100644
--- a/sys/dev/usb/if_zyd.c
+++ b/sys/dev/usb/if_zyd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_zyd.c,v 1.74 2009/05/31 12:29:21 jsg Exp $ */
+/* $OpenBSD: if_zyd.c,v 1.75 2009/05/31 12:33:29 jsg Exp $ */
/*-
* Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr>
@@ -1494,7 +1494,7 @@ zyd_rf_name(uint8_t type)
static const char * const zyd_rfs[] = {
"unknown", "unknown", "UW2451", "UCHIP", "AL2230",
"AL7230B", "THETA", "AL2210", "MAXIM_NEW", "GCT",
- "PV2000", "RALINK", "INTERSIL", "RFMD", "MAXIM_NEW2",
+ "AL2230S", "RALINK", "INTERSIL", "RFMD", "MAXIM_NEW2",
"PHILIPS"
};
return zyd_rfs[(type > 15) ? 0 : type];