Harvey-OS / harvey

A distributed operating system
https://harvey-os.org/
MIT License
1.44k stars 105 forks source link

etherif.h: Extend MaxEther to 64. #1177

Closed dancrossnyc closed 2 years ago

dancrossnyc commented 2 years ago

This isn't the max number of ethernet cards supported on a particular system, but how many can be linked into the kernel.

The new 82563 driver expanded this number significantly.

Signed-off-by: Dan Cross cross@gajendra.net

rminnich commented 2 years ago

Is it worth fixing the confusing error message ...

dancrossnyc commented 2 years ago

Probably worth it yes.