Re: panic in sysmon_envsys_unregister

2022-09-14 Thread Masanobu SAITOH
On 2022/09/14 19:01, Edgar Fuß wrote: >> I need to build a new install image (since I have no discs). > I applied your fix to -8 and the panic disappeared. > Thanks for the quick fix. Maybe it should be pulled up? I'll send pullup requests. -- ---

Re: Problems with implementing EFI runtime support for x86

2022-09-14 Thread Taylor R Campbell
> Date: Tue, 13 Sep 2022 16:16:19 +0200 > From: Paweł Cichowski > > I am currently trying to implement efi runtime for x86-based ports, > and I may need some guidance in terms of some issues that have > emerged. My implementations are available here: >

Re: debugging a kernel that doesn't start

2022-09-14 Thread Emmanuel Dreyfus
On Mon, Sep 12, 2022 at 10:56:46PM +0200, Edgar Fuß wrote: > Probably stupid question: I can switch the machine to UEFI. Is it easier > to debug things from there that from a BIOS boot? My experience on a mac is that it helps a lot. You can printf() during early boot, until you call UEFI's

Re: Dell PERC H330: no disks, no volumes

2022-09-14 Thread Michael van Elst
e...@math.uni-bonn.de (Edgar =?iso-8859-1?B?RnXf?=) writes: >> I don't remember the details (and it depends on the controller version), >> but you need to have physical disks assigned to one (or more) RAID volume, >> and then the RAID volume has to be exported as one (or more) virtual disks. >But

Re: Dell PERC H330: no disks, no volumes

2022-09-14 Thread Edgar Fuß
> Yes, in the controller setup you can create "Non-RAID Disks" (aka > JBOD) or "Virtual Disks" (aka RAID volumes) Where exactly are those Non-RAID Disks hiodden? > In theory you could use bioctl to create and manage volumes, but the > driver doesn't implement it. Ah, interesting. That was the way

Re: Dell PERC H330: no disks, no volumes

2022-09-14 Thread Edgar Fuß
> I don't remember the details (and it depends on the controller version), > but you need to have physical disks assigned to one (or more) RAID volume, > and then the RAID volume has to be exported as one (or more) virtual disks. But what if I want to pass the bare discs to NetBSD for a RAIDframe

Re: Dell PERC H330: no disks, no volumes

2022-09-14 Thread Michael van Elst
e...@math.uni-bonn.de (Edgar =?iso-8859-1?B?RnXf?=) writes: >> -> This is attaching a H330 (RAID version) and it gets the mfii driver. >> mfii0 at pci1 dev 0 function 0: "PERC H330 Mini", firmware 25.5.9.0001 >OK, remains the question why I don't see any discs in bioctl. > 0 Non-RAID

Re: Dell PERC H330: no disks, no volumes

2022-09-14 Thread Manuel Bouyer
On Wed, Sep 14, 2022 at 11:07:23AM +0200, Edgar Fuß wrote: > Oh, I wasn't aware the H330 and HBA330 are different devices! > > > There is a PERC H330 and a PERC HBA330 and the Dell PERC9 user manual > > (includes the H330) says you can boot it in HBA mode. Not sure if > > that means that you can

Re: panic in sysmon_envsys_unregister

2022-09-14 Thread Michael van Elst
e...@math.uni-bonn.de (Edgar =?iso-8859-1?B?RnXf?=) writes: >The other question is why the register call fails. >According to the BIOS setup, the controller has no sensors. Could that be >the problem? The bio framework uses sensors so that you can watch for failed volumes. No volumes means no

Re: panic in sysmon_envsys_unregister

2022-09-14 Thread Edgar Fuß
> I need to build a new install image (since I have no discs). I applied your fix to -8 and the panic disappeared. Thanks for the quick fix. Maybe it should be pulled up?

Re: Dell PERC H330: no disks, no volumes

2022-09-14 Thread Edgar Fuß
Oh, I wasn't aware the H330 and HBA330 are different devices! > There is a PERC H330 and a PERC HBA330 and the Dell PERC9 user manual > (includes the H330) says you can boot it in HBA mode. Not sure if > that means that you can chose the firmware. Oh well. So the HBA330 is a PowerEdge RAID

Re: panic in sysmon_envsys_unregister

2022-09-14 Thread Edgar Fuß
> This should be fixed by mfii.c rev. 1.26. Please update it and retry. Thanks. I need to build a new install image (since I have no discs). The other question is why the register call fails. According to the BIOS setup, the controller has no sensors. Could that be the problem?