History log of /src/sys/arch/alpha/stand/bootxx_lfs |
Revision | Date | Author | Comments |
1.4 | 23-Feb-2003 |
simonb | Update for LFSv2 support. Ports that have "bootxx_lfs"-style bootblocks currently only support LFSv2, but the second level "boot" program supports both LFS versions.
|
1.3 | 01-Feb-2003 |
simonb | Use a 32-bit daddr_t so that lib/libsa/{ufs,lfs}.c don't pull in 64 bit divide and modulus library routines that break the tight space constraints on bootblocks on these platforms.
May not be the final solution, but gets bootblocks building again.
|
1.2 | 26-Sep-2000 |
simonb | Add support for booting off RAIDframe RAID1 mirrors. Check the first partition type in devopen(), and if it is of type FS_RAID, add 64 to blkdev_part_offset.
NOTE: This brings the size of the alpha first-stage bootblocks up to close to the maximum. RAID1 support is controlled by the BOOTXX_RAID1_SUPPORT define, and is easy to disable if size becomes an issue.
|
1.1 | 18-Aug-1999 |
cgd | branches: 1.1.2; 1.1.12; add a makefile for an LFS primary
|
1.1.12.1 | 26-Sep-2000 |
simonb | Pull up rev 1.2 (approved by thorpej): Add support for booting off RAIDframe RAID1 mirrors. Check the first partition type in devopen(), and if it is of type FS_RAID, add 64 to blkdev_part_offset.
|
1.1.2.1 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|