summaryrefslogtreecommitdiff
path: root/sbin/wicontrol
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-08-17 00:40:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-08-17 00:40:12 +0000
commit8b21feb6619332812b8324ad2340502096e02197 (patch)
tree697f15e57bc75dad282c4a353d47a0bab9b1d7e7 /sbin/wicontrol
parent48233fe1154d63923fa0d179e533d7d6f6c8907d (diff)
Sony is Chip ID 2 (like in the Aibo)
Diffstat (limited to 'sbin/wicontrol')
-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;