NetBSD Problem Report #53647

From www@NetBSD.org  Wed Oct  3 03:36:24 2018
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 723047A180
	for <gnats-bugs@gnats.NetBSD.org>; Wed,  3 Oct 2018 03:36:24 +0000 (UTC)
Message-Id: <20181003033623.4D4447A212@mollari.NetBSD.org>
Date: Wed,  3 Oct 2018 03:36:23 +0000 (UTC)
From: david@gutteridge.ca
Reply-To: david@gutteridge.ca
To: gnats-bugs@NetBSD.org
Subject: Add Panasonic N5HBZ0000055 USB WiFi adapter
X-Send-Pr-Version: www-1.0

>Number:         53647
>Category:       kern
>Synopsis:       Add Panasonic N5HBZ0000055 USB WiFi adapter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 03 03:40:00 +0000 2018
>Closed-Date:    Wed Oct 03 10:02:55 +0000 2018
>Last-Modified:  Wed Jul 17 16:25:01 +0000 2019
>Originator:     David H. Gutteridge
>Release:        current
>Organization:
>Environment:
>Description:
Please add the definition below for the Panasonic N5HBZ0000055, which
is a rebranded Atheros AR7010/AR9280 USB WiFi device.

--- usbdevs.orig
+++ usbdevs
@@ -2582,6 +2582,7 @@
 product PANASONIC KXLRW32AN    0x0d09  CD-R Drive KXL-RW32AN
 product PANASONIC KXLCB20AN    0x0d0a  CD-R Drive KXL-CB20AN
 product PANASONIC KXLCB35AN    0x0d0e  DVD-ROM & CD-R/RW
+product PANASONIC N5HBZ0000055 0x3904  Wireless LAN USB Adapter
 product PANASONIC SDCAAE       0x1b00  MultiMediaCard Adapter
 product PANASONIC DMCFS45      0x2372  Lumix Camera DMC-FS45
 product PANASONIC TYTP50P6S    0x3900  TY-TP50P6-S 50in Touch Panel

--- if_athn_usb.c.orig
+++ if_athn_usb.c
@@ -225,6 +225,7 @@
                _D( NETGEAR,    NETGEAR_WNDA3200,       AR7010 ),
                _D( VIA,        VIA_AR9271,             NONE ),
                _D( MELCO,      MELCO_CEWL_1,           AR7010 ),
+               _D( PANASONIC,  PANASONIC_N5HBZ0000055, AR7010 )
 #undef _D
        };

>How-To-Repeat:

>Fix:

>Release-Note:

>Audit-Trail:
From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/53647 CVS commit: src/sys/dev/usb
Date: Wed, 3 Oct 2018 09:59:34 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed Oct  3 09:59:34 UTC 2018

 Modified Files:
 	src/sys/dev/usb: usbdevs

 Log Message:
 David H. Gutteridge in PR kern/53647: add Panasonic N5HBZ0000055
 WiFi device.


 To generate a diff of this commit:
 cvs rdiff -u -r1.758 -r1.759 src/sys/dev/usb/usbdevs

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: martin@NetBSD.org
State-Changed-When: Wed, 03 Oct 2018 10:02:55 +0000
State-Changed-Why:
Commited, thanks!


From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/53647 CVS commit: src/sys/dev/usb
Date: Wed, 3 Oct 2018 10:02:08 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed Oct  3 10:02:08 UTC 2018

 Modified Files:
 	src/sys/dev/usb: if_athn_usb.c

 Log Message:
 Add support for Panasonic N5HBZ0000055, from David H. Gutteridge
 in PR kern/53647.


 To generate a diff of this commit:
 cvs rdiff -u -r1.30 -r1.31 src/sys/dev/usb/if_athn_usb.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Martin Husemann" <martin@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/53647 CVS commit: [netbsd-8] src/sys/dev/usb
Date: Wed, 17 Jul 2019 16:20:26 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed Jul 17 16:20:26 UTC 2019

 Modified Files:
 	src/sys/dev/usb [netbsd-8]: if_athn_usb.c

 Log Message:
 Pull up the following revisions (via patch), requested by msaitoh
 in ticket #1299:

 	sys/dev/usb/if_athn_usb.c			1.24,1.31-1.34

 - Match BUFFALO CEWL-1 (Sony UWA-BR100 WLAN).
 - Add support for Panasonic N5HBZ0000055, from David H. Gutteridge
   in PR kern/53647.
 - Resolves build on macppc by renaming imask to intr_mask as imask is
   defined globally in sys/arch/powerpc/include/intr.h.
 - Use pmf(9).
 - Fix the detach path to prevent panic.


 To generate a diff of this commit:
 cvs rdiff -u -r1.22.2.3 -r1.22.2.4 src/sys/dev/usb/if_athn_usb.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.43 2018/01/16 07:36:43 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.