Michael Brown

Results 176 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...

> @mcb30 This seems like it should be merged? It's a definite bugfix, but in all honesty the whole NFS and 802.11 code needs replacing because it's full of errors...

> @mcb30 it seems that initial load uses iPXE DNS, while probably should use EFI fully? @lollipopman As described at some length in the commit log for https://github.com/ipxe/ipxe/commit/165995b7e, while UEFI...

> Any chance to use the cached DHCP packet, or are we to early here? (Also not sure how viable that would be in an IPv6 scenario?) From memory, the...

> Do you have any alternative idea to avoid the replacement for `config.c`? Will it be acceptable if a wrapping `#ifdef` is added to `config.c`, so that `config.c` will become...