15:55:18 do we support any pre-2000 x86 hardware at this point? 15:58:00 no 15:58:03 that implies specific meaning for "support" 15:58:29 but the borderline is 64-bit/long mode support. 15:59:27 that puts us in 2003, or perhaps 2001 if you want to account for prototype systems :) 16:08:09 it appears the RTC on recent HPE systems aren't returning a century value anymore 16:08:30 which results in that error message I pasted yesterday... 16:09:59 of course this is in a lab, and it's apparently impossible to actually send F1-A through all the various layers, and can't turn on IPMI, so trying to debug while userland seems to crap itself after booting is proving challening.. 16:10:37 why I was hoping there was an easy way to change the kmdb trigger 16:20:07 hrm.. what is the loader syntax to prevent a driver from loading, just `set disable-XXXX=1` ? 16:25:54 WTF, HPE? 16:40:22 that or we've somehow missed something -- though all the bits I could find on the RTC and looking at the source suggest we're doing things correctly 16:41:32 but I know that warning is probably going to generate calls... we can certainly mute it in our distro, but if it's something common enough now, i wonder if that check could just go away altogether 16:43:54 also, their megaraid card seems as bad as the other... 16:45:41 Woodstock: if i built the lmrc driver to have it skip the raid iport altogether, can you think of anything that'd otherwise break? (i.e. would it put the driver into some strange state, or will it just act like there's no raid volumes)? 16:45:58 [illumos-gate] 17675 concurrent devnet creation, link kstat read, and process fork deadlocks -- Kyle Simpson 16:49:34 jbk: that should work, if your card exposes drives on the physical iport 17:00:06 jbk yes 19:06:43 [illumos-gate] 17681 mdb `::whatis` on kernel dump is SUPER NOISY. -- Andy Fiddaman 19:08:36 bells and whistles, but the wrong kind 19:13:16 Well, I broke it so I get to fix it I suppose.. 19:15:36 i should try to re-test and RTI my fixes for the genunix mdb module... 19:29:57 andyf: just joking about the "SUPER NOISY" bit :) 19:33:16 ok this is strange.... 19:48:20 has anyone tried to boot illumos on ah HP DL380 Gen12? I thought maybe it was an issue with the lmrc driver, but I think this lab box I have access to has some sort of interrupt problem (which could be busted hardware, but could also be us not supporting something) 19:48:58 i managed to figure out via SSH to the iLO to send an NMI, and it works the first time for kmdb, but if you :c, and try again it doesn't work (not even an 'NMI received' message) 19:49:23 and other drivers appear to be blocked in attach waiting more or less for an interrupt to indicate a response is ready (i.e. mlxcx) 19:49:47 are you on the distro mailing lists? 19:49:57 because that is a model name that sounds familiar, but I don't know why 19:50:05 I think just smartos 19:51:12 it's familiar because everyone so often someone has emailed the omnios list about the DL380 in various generations 19:51:16 s/one// 19:51:54 so not relevant, except as a datapoint that people sure do disproportionately talk about them 19:52:22 me, I'd buy the model nobody had ever asked me about (and then probably get a vicious one like jclulow did, haha) 19:57:21 hrm.. ::prtconf shows a lot of 'pci8086,0' children off of various npe parents... can't remember of that's normal (the ,0 seems like it might not be right) 19:58:12 as best as I recall, a 0 valued there is a valid value 19:58:26 at the pci level 19:58:45 but rmustacc is far more the expert 19:58:55 I just don't think _we_ can mess up such that we get a vid and no pid 19:59:07 unless the subsystem magic confuses things 20:12:18 subsystem things DO get confusing. 20:13:02 in arm64-gate the aarch64 port has rmustacc's new-style naming, which I think makes it clearer 20:13:11 but incompatible :( 20:13:26 hrm... was able to try a second system... same deal... 20:21:31 so it has 2 CPUs (64 cores/ea)... and it's using the x2apic which ISTR in the past had some issues, but I can't recall the specifics (or if they were ever fixed)... at least with supermicro... 20:22:20 @richlowe check your DM, pardon my latency. 20:25:49 hrm.. probably a red herring, but 'Bad completion code for GET_DEVICE_ID: 212' -- which seems to be from the ipmi driver 20:31:58 yeah 22:27:21 i'll see if anyone else has run into anything...