Re: [patch] Disable bios probe if acpi is enabled

2012-03-05 Thread John Baldwin
On Friday, March 02, 2012 3:38:44 pm Sean Bruno wrote: > I'm noting that newer machines are completely hosed if we attempt to > probe for bios values. I'm proposing this change. Hmm, perhaps better than this is tying it into some device as a child of legacy0. That is possibly cleaner than check

Re: [patch] Disable bios probe if acpi is enabled

2012-03-02 Thread Doug Ambrisko
Sean Bruno writes: | I'm noting that newer machines are completely hosed if we attempt to | probe for bios values. I'm proposing this change. | | -bash-4.2$ p4 diff -du //depot/yahoo/ybsd_7/src/sys/i386/i386/bios.c | --- //depot/yahoo/ybsd_7/src/sys/i386/i386/bios.c 2011-09-16 | 22:47:30.00

[patch] Disable bios probe if acpi is enabled

2012-03-02 Thread Sean Bruno
I'm noting that newer machines are completely hosed if we attempt to probe for bios values. I'm proposing this change. -bash-4.2$ p4 diff -du //depot/yahoo/ybsd_7/src/sys/i386/i386/bios.c --- //depot/yahoo/ybsd_7/src/sys/i386/i386/bios.c 2011-09-16 22:47:30.0 +++ /home/seanbru/