On 2010-09-11, Leo <chlin....@gmail.com> wrote:
> I install OpenBSD 4.7 on a firewall   NEC_Express_5800_i110Ra-1h
> Be default  i config all the three ethernet adapter ,but only the 
> first em0 can work well,but the other2 one is em1 and the other is 
> is fxp0 can not work well.
> Who can tell me how to fix this problem

You can try "boot -c" at the boot loader prompt and
"disable apm" then "quit". I'm hoping this will cause it to use
acpi instead of apm, which also includes interrupt routing
information, which may be more accurate than the information
it uses now.

If it helps, you can write a modified kernel with:

config -ef /bsd
disable apm
quit

Make a note to check this again for the next time you upgrade
the kernel (maybe in /etc/motd).

If this doesn't help, other options include trying a -current
snapshot or looking for a bios upgrade.

Reply via email to