03:52:22 neirac: You should be able to use syseventadm(8) to set up a script to run on the particular sysevent etc 11:08:21 is it possible to get physical address for kernel virtual address? 11:25:29 there are mapping tables, arent there? 11:28:59 yet again I'm looking for something simple, e.g. va_to_pa() which seems to be sparc-only :D 13:33:59 there is hat_getpfnum() that works on pages 13:35:36 and pfn_to_pa() 13:36:40 yeah, I found ptob(hat_getpfnum(kas.a_hat, (caddr_t)addr)) elsewhere, was wondering if there's *easier* (or proper way) of doing it 15:44:41 [illumos-gate] 16839 busra comments could expand upon why x86 IRQ 2 is special -- Richard Lowe 15:50:40 [illumos-gate] 16841 in.ndpd sometimes loses interface id on restart -- Bill Sommerfeld 15:51:19 [illumos-gate] 16846 ast: update for gcc 14 -- Toomas Soome 18:28:08 yuripv: isn't that the address of the page addr is in, not necessarily the address of addr? 23:23:36 I went back and checked my notes - I had been fighting, off and on, with the symptoms of 16841 since 2017....