summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-08-17 00:40:11 +0000
committermillert <millert@openbsd.org>2001-08-17 00:40:11 +0000
commit529bf6dae499a820ef06a68129302846ffab57af (patch)
treee540d2e5e7e19c067648b39779016139080443ec
parentOops, maxseglen and maxlen were backwards in call to bus_dmamap_create(). (diff)
downloadwireguard-openbsd-529bf6dae499a820ef06a68129302846ffab57af.tar.xz
wireguard-openbsd-529bf6dae499a820ef06a68129302846ffab57af.zip
Sony is Chip ID 2 (like in the Aibo)
-rw-r--r--sbin/wicontrol/wicontrol.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/wicontrol/wicontrol.c b/sbin/wicontrol/wicontrol.c
index 5de0d1497cb..f9c613e77eb 100644
--- a/sbin/wicontrol/wicontrol.c
+++ b/sbin/wicontrol/wicontrol.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wicontrol.c,v 1.18 2001/06/25 18:07:35 drahn Exp $ */
+/* $OpenBSD: wicontrol.c,v 1.19 2001/08/17 00:40:11 millert Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -67,7 +67,7 @@
static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\
Bill Paul. All rights reserved.";
static const char rcsid[] =
- "@(#) $OpenBSD: wicontrol.c,v 1.18 2001/06/25 18:07:35 drahn Exp $";
+ "@(#) $OpenBSD: wicontrol.c,v 1.19 2001/08/17 00:40:11 millert Exp $";
#endif
static void wi_getval __P((char *, struct wi_req *));
@@ -400,6 +400,9 @@ wi_printcardid(wreq, chip_id)
case 1:
chip_name = "Lucent";
break;
+ case 2:
+ chip_name = "Sony";
+ break;
case 5:
chip_name = "Airport";
break;