diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-28 19:32:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-28 19:32:45 +0000 |
commit | 5077c886c9dc7a57a67f9cdf6699646667560c37 (patch) | |
tree | dcb20d9b26eca2fff95020407f875e410470181b /sbin | |
parent | 34ab71b5389bc642a78245595236833c9f3c3fc4 (diff) |
chip id copies here; just for niels, all for niels, all in the name of niels
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wicontrol/wicontrol.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/wicontrol/wicontrol.c b/sbin/wicontrol/wicontrol.c index 3372d0bc14e..a12e15667c5 100644 --- a/sbin/wicontrol/wicontrol.c +++ b/sbin/wicontrol/wicontrol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wicontrol.c,v 1.22 2002/03/28 18:34:01 millert Exp $ */ +/* $OpenBSD: wicontrol.c,v 1.23 2002/03/28 19:32:44 mickey 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.22 2002/03/28 18:34:01 millert Exp $"; + "@(#) $OpenBSD: wicontrol.c,v 1.23 2002/03/28 19:32:44 mickey Exp $"; #endif static void wi_getval(char *, struct wi_req *); @@ -397,6 +397,9 @@ wi_printcardid(wreq, chip_id) case WI_NIC_PRISM2_5: chip_name = "PRISM 2.5 ISL3873"; break; + case WI_NIC_37300P: + chip_name = "PRISM 2.5 ISL37300P"; + break; case 1: chip_name = "Lucent"; break; |