-
jclulowneirac: You should be able to use syseventadm(8) to set up a script to run on the particular sysevent etc
-
yuripvis it possible to get physical address for kernel virtual address?
-
tsoomethere are mapping tables, arent there?
-
yuripvyet again I'm looking for something simple, e.g. va_to_pa() which seems to be sparc-only :D
-
jbkthere is hat_getpfnum() that works on pages
-
jbkand pfn_to_pa()
-
yuripvyeah, I found ptob(hat_getpfnum(kas.a_hat, (caddr_t)addr)) elsewhere, was wondering if there's *easier* (or proper way) of doing it
-
gitomat[illumos-gate] 16839 busra comments could expand upon why x86 IRQ 2 is special -- Richard Lowe <richlowe⊙rn>
-
gitomat[illumos-gate] 16841 in.ndpd sometimes loses interface id on restart -- Bill Sommerfeld <sommerfeld⊙ho>
-
gitomat[illumos-gate] 16846 ast: update for gcc 14 -- Toomas Soome <tsoome⊙mc>
-
richloweyuripv: isn't that the address of the page addr is in, not necessarily the address of addr?
-
sommerfeldI went back and checked my notes - I had been fighting, off and on, with the symptoms of 16841 since 2017....