shithub: riscv

Download patch

ref: c4ae1a74357c419b8106a2c0e51d941e2b415a61
parent: a8735c02b6f4961f53ebbacf8a3d313db8b548fc
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Jul 29 10:17:55 EDT 2015

etheriwl: add pciid for Centrino Wireless-N 1000 (thanks qu7uux)

card seems to work fine with just this.
http://sysinfo.9front.org/src/125/body

--- a/sys/src/9/pc/etheriwl.c
+++ b/sys/src/9/pc/etheriwl.c
@@ -2446,6 +2446,7 @@
 		case 0x422b:	/* Centrino Ultimate-N 6300 variant 1 */
 		case 0x4238:	/* Centrino Ultimate-N 6300 variant 2 */
 		case 0x08ae:	/* Centrino Wireless-N 100 */
+		case 0x0083:	/* Centrino Wireless-N 1000 */
 		case 0x0887:	/* Centrino Wireless-N 2230 */
 		case 0x0888:	/* Centrino Wireless-N 2230 */
 			break;