CVS commit: src/sys/arch/sgimips
"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:34:31 UTC 2026 Modified Files: src/sys/arch/sgimips/hpc: hpcreg.h src/sys/arch/sgimips/sgimips: arcemu.h Log Message: Fix EEPROM reading on IP12: DELAY isn't available as early as needed, so roll our own using the most pessimistic timings (that is, busy loop enough for the fastest pre-ARCS CPU). Clean up the EEPROM twiddling code and remove magic constants while here. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sgimips/hpc/hpcreg.h cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sgimips/sgimips/arcemu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.