NetBSD/sys/arch/sparc
lukem 966b42a3e6 bootblock.h:
- unify sparc_bbinfo (1064 bytes, with 256 block entries)
  and sun68k_bbinfo (296 byte, with 64 block entries)
  into shared_bbinfo (512 bytes, with 118 block entries),
  which will be also shared by future bbinfo-using platforms
  (including macppc)
- add datestamp to *_BBINFO_MAGIC strings, to prevent installboot vs
  bootxx version skew.
- add macppc support

*/bootxx.c:
- migrate to new shared_bbinfo structure

installboot:
- add macppc support (still needs applepartmap support and testing)
- improve and add some more warnings & errors to installboot
- implement shared_bbinfo_clearboot() and shared_bbinfo_setboot(), which
  perform the majority of the work for bbinfo-using back-ends
  (rather than replicating that across multiple back-ends).
2002-05-15 09:44:54 +00:00
..
compile
conf - Enable NFS_BOOT_DHCP (as well as the existing NFS_BOOT_BOOTPARAM). 2002-05-14 14:27:33 +00:00
dev Set COM_HW_NO_TXPRELOAD. 2002-04-12 19:34:24 +00:00
fpu Add missing `#ifdef SUN4U'. 2002-01-23 10:19:42 +00:00
include Delint a bit. 2002-05-07 06:45:22 +00:00
sparc Nuke local extern label_t *db_recover; it's now in <ddb/db_extern.h> 2002-05-13 20:30:07 +00:00
stand bootblock.h: 2002-05-15 09:44:54 +00:00
Makefile