Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Thu Feb 12 16:12:52 PST 1998
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv27093/alpha

Modified Files:
        dec_2100_a50.c dec_3000_300.c dec_3000_500.c dec_axppci_33.c 
        dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn8ae.c machdep.c 
Log Message:
Rewrite the way the platform model string is determined:
- Attempt to find the model string in the HWRPB's DSR area.  Failing that
  (if the HWRPB version is too old)...
- Look up the system variation in a variation/string table.  Failing that
  (unknown variation)...
- Create a default model string using the variation number.

Also, factor out a bunch of common code.


thorpej
Thu Feb 12 16:12:53 PST 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv27093/include

Modified Files:
        alpha_cpu.h 
Log Message:
Rewrite the way the platform model string is determined:
- Attempt to find the model string in the HWRPB's DSR area.  Failing that
  (if the HWRPB version is too old)...
- Look up the system variation in a variation/string table.  Failing that
  (unknown variation)...
- Create a default model string using the variation number.

Also, factor out a bunch of common code.




Home | Main Index | Thread Index | Old Index