NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/52895 (kernel assertion failure in iwm driver (NetBSD-8 amd64))



Alexander Nasonov wrote:
> Alexander Nasonov wrote:
> >  iwm0: hw rev 0x210, fw ver 22.361476.0
> 
> With GENERIC_KASLR (-current) compiled today, the kernel doesn't
> crash but it doesn't configure iwm0. Do I need to update firmware
> in /libdata?

Booting the new current kernel in a single user mode and typing
ifconfig -a gives 'Device is not configured' error. Old kernel
doesn't have this problem.

I attach a complete diff of dmesg output of those two kernels.

Alex
--- /onetbsd.dmesg	2018-01-20 13:04:13.393327073 +0000
+++ /netbsd.dmesg	2018-01-20 13:04:13.385385690 +0000
@@ -2,2 +2,2 @@
-    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
-    The NetBSD Foundation, Inc.  All rights reserved.
+    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
+    2018 The NetBSD Foundation, Inc.  All rights reserved.
@@ -7 +7 @@
-NetBSD 8.99.7 (GENERIC) #0: Sat Nov 18 02:35:44 GMT 2017
+NetBSD 8.99.12 (GENERIC) #0: Sat Jan 20 12:17:16 GMT 2018
@@ -10 +10 @@
-avail memory = 11808 MB
+avail memory = 11807 MB
@@ -61 +61 @@
-ACPI: SSDT 0xFFFFE4036FF0DC10 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
+ACPI: SSDT 0xFFFFE4036FEC0C10 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
@@ -63 +63 @@
-ACPI: SSDT 0xFFFFE4036FFEA810 000660 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
+ACPI: SSDT 0xFFFFE4036FFA0810 000660 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
@@ -65 +65 @@
-ACPI: SSDT 0xFFFFE4036FFEA010 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
+ACPI: SSDT 0xFFFFE4036FFA0010 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
@@ -67 +67 @@
-ACPI: SSDT 0xFFFFE40115BB1010 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
+ACPI: SSDT 0xFFFFE40115BA2A50 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
@@ -224 +224 @@
-timecounter: Timecounter "TSC" frequency 2592878660 Hz quality 3000
+timecounter: Timecounter "TSC" frequency 2592882340 Hz quality 3000
@@ -226 +226 @@
-uhub0 at usb0: vendor 8086 (0x8086) xHCI Root Hub (0000), class 9/0, rev 1.00/1.00, addr 0
+uhub0 at usb0: vendor 8086 (0x8086) xHCI Root Hub (0000), class 9/0, rev 3.00/1.00, addr 0
@@ -247 +247 @@
-kern.module.path=/stand/amd64/8.99.7/modules
+kern.module.path=/stand/amd64/8.99.12/modules


Home | Main Index | Thread Index | Old Index