NetBSD-Bugs archive

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

Re: kern/53860: system panics when interacting the rtwn(4) wifi interface



The following reply was made to PR kern/53860; it has been noted by GNATS.

From: Sevan Janiyan <venture37%geeklan.co.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/53860: system panics when interacting the rtwn(4) wifi
 interface
Date: Sat, 12 Jan 2019 02:36:49 +0000

 The assert is his hit from
 https://nxr.netbsd.org/xref/src/sys/dev/firmload.c#224
 
 PNBUF_GET is defined to pool_cache_get which is defined to
 pool_cache_get_paddr
 https://nxr.netbsd.org/xref/src/sys/kern/subr_pool.c#pool_cache_get_paddr
 
 Sevan
 


Home | Main Index | Thread Index | Old Index