CVS commit: src/sys/arch/sgimips/hpc
"Stephen M. Rumble" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rumble Date: Thu Jun 11 00:47:24 UTC 2026 Modified Files: src/sys/arch/sgimips/hpc: if_sq.c Log Message: Fix the MAC address configured for sq(4) on IP12 machines. Expansion cards have their own EEPROM with a MAC address at offset 250, but my IP12's onboard EEPROM has two MAC addresses in the EEPROM at offsets 122 and 250. The former is the system MAC address, so check that first and use it if it has the SGI OUI before falling back to the 250 offset. Presumably expansion cards have nothing at offset 122, but I don't have hardware to test. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/sgimips/hpc/if_sq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.