[Bug 227437] iwn 6235 0x5260: sub-id for this card is not supported, panics if patch added

2019-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227437

b...@haps.ca changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #2 from b...@haps.ca ---
I can confirm that on -current (I have a freshly compiled r344052), this card
works.  In fact, I'm using it to fill in this response.  I'll see if any issues
crop up, but I see no reason not to close this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 227437] iwn 6235 0x5260: sub-id for this card is not supported, panics if patch added

2019-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227437

Andriy Voskoboinyk  changed:

   What|Removed |Added

 CC||a...@freebsd.org

--- Comment #1 from Andriy Voskoboinyk  ---
Hi,

The subid was added in base r335812; is it still unusable on recent HEAD?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 227437] iwn 6235 0x5260

2018-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227437

Eitan Adler  changed:

   What|Removed |Added

   Assignee|ead...@freebsd.org  |wirel...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 227437] iwn 6235 0x5260

2018-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227437

Eitan Adler  changed:

   What|Removed |Added

   Assignee|wirel...@freebsd.org|ead...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 227437] iwn 6235 0x5260

2018-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227437

Bug ID: 227437
   Summary: iwn 6235 0x5260
   Product: Base System
   Version: CURRENT
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: wireless
  Assignee: wirel...@freebsd.org
  Reporter: b...@haps.ca

Created attachment 192426
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192426=edit
the list of iwn errors dumped to dmesg/console

Hi, I recently purchased a lenovo-"branded" (has a lenovo fru part number) 6235
wireless card for my Thinkpad T440p.  This was a downgrade from the stock 7260
in the hopes that iwn support would be better than iwm.  However, the sub-id
for this card is not supported.  This is the same card that the original poster
in this thread had:
https://lists.freebsd.org/pipermail/freebsd-wireless/2014-December/005262.html

I added the sub-id, recompiled, and the card seems to work, but the driver
panics and restarts.  I'm back on the 7260 but I'm happy to test any proposed
fixes.  The change I made isn't patch-worthy, I just added a new line in
if_iwn_devid.h:
+#defineIWN_SDID_6035_5 0x5260
and add a case in if_iwn.c for that ID.

The error message that was logged is attached, also this is the detection line
from dmesg:
iwn0:  mem 0xf040-0xf0401fff irq 17 at device
0.0 on pci
iwn0: iwn_read_firmware: ucode rev=0x12a80601

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"