Michael Brown

Results 166 comments of Michael Brown

@hetii I was going to suggest trying the `INTEL_NO_PHY_RST` flag, but your original post shows the debug message ``` INTEL 0x79a05a58 MAC+PHY reset (08100241/80382780 was 08100241/80382780) ``` which indicates that...

@animeshbm I've fixed up the trivial whitespace errors, updated the commit date, and pushed it to https://github.com/ipxe/ipxe/tree/aqc1xx Could you please reset your branch to this commit (https://github.com/ipxe/ipxe/commit/c7f2e75519986f5847ba14ccd0e9b846c138aaaf), or allow maintainer...

Yes, this would be useful, and should be exposed via the netdevice settings mechanism in `netdev_settings.c`. The only real question is what to call the variable. `${vlan}` is potentially too...

As a quick test, running: ```shell tput init | od -t x1 -A n -w255 | tr -d " " ``` gives the output string `1b5b21701b5b3f333b346c1b5b346c1b3e1b5b3f36396c` You can reproduce this...

We already have GitHub Actions that build a variety of targets, so the logical thing to do is probably to allow builds on the master branch to publish to boot.ipxe.org...