CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/03/12 17:13:53
Modified files:
sys/arch/alpha/stand: installboot.c
sys/arch/alpha/stand/boot: disk.c disk.h
sys/arch/amd64/stand/installboot: installboot.c
sys/arch/amd64/stand/libsa: biosdev.c biosdev.h pxe_net.c
pxe_net.h
sys/arch/armish/stand/boot: libsa.h wd.c wdc.c wdvar.h
sys/arch/hp300/stand/cdboot: conf.c
sys/arch/hp300/stand/common: ct.c hd.c scsi.c sd.c
sys/arch/hp300/stand/include: scsireg.h
sys/arch/hp300/stand/libsa: rawfs.c
sys/arch/hp300/stand/uboot: conf.c netio.c
sys/arch/hppa/stand/libsa: dev_hppa.h libsa.h pdc.c
sys/arch/hppa64/stand/libsa: dev_hppa64.h libsa.h pdc.c
sys/arch/i386/stand/installboot: installboot.c
sys/arch/i386/stand/libsa: biosdev.c biosdev.h pxe_net.c
pxe_net.h
sys/arch/landisk/stand/boot: devs.c libsa.h
sys/arch/landisk/stand/xxboot: boot1.c
sys/arch/loongson/stand/boot: dev.c libsa.h rd.c
sys/arch/macppc/stand: ofdev.c
sys/arch/mvme68k/stand/bootst: dev_tape.c dev_tape.h rawfs.c
sys/arch/mvme68k/stand/bootxx: bootxx.c
sys/arch/mvme68k/stand/installboot: installboot.c
sys/arch/mvme68k/stand/libsa: bugdev.c libsa.h
sys/arch/mvme68k/stand/netboot: dev_net.c dev_net.h
sys/arch/mvme88k/stand/bootst: dev_tape.c dev_tape.h rawfs.c
sys/arch/mvme88k/stand/bootxx: bootxx.c
sys/arch/mvme88k/stand/installboot: installboot.c
sys/arch/mvme88k/stand/libsa: bugdev.c libsa.h
sys/arch/mvme88k/stand/tftpboot: netdev.c netdev.h tftpfs.c
sys/arch/mvmeppc/stand/bootxx: bootxx.c
sys/arch/mvmeppc/stand/installboot: installboot.c
sys/arch/mvmeppc/stand/libsa: bugdev.c libsa.h rawfs.c tftpfs.c
sys/arch/sgi/stand/boot: conf.c diskio.c
sys/arch/socppc/stand/boot: libsa.h wd.c wdc.c wdvar.h
sys/arch/sparc/stand/bootxx: bootxx.c
sys/arch/sparc/stand/common: promdev.c
sys/arch/sparc/stand/installboot: installboot.c
sys/arch/sparc64/stand/installboot: installboot.c
sys/arch/sparc64/stand/ofwboot: ofdev.c
sys/arch/zaurus/stand/zboot: unixdev.c unixdev.h
sys/arch/zaurus/stand/zbsdmod: compat_linux.h zbsdmod.c
sys/arch/vax/boot/boot: conf.c ctu.c hp.c mfm.c ra.c rom.c
tmscp.c vaxstand.h
sys/arch/vax/boot/common: vaxstand.h
sys/arch/vax/boot/xxboot: bootxx.c
sys/lib/libsa : cd9660.c stand.h ufs.c unixdev.c unixdev.h
Log message:
Change daddr_t to daddr32_t. The bootblocks on our architectures only
do 32-bit block spanning. If later on we get some that can/should do
64-bit, that can be done now using daddr64_t (but of course, we are taking
this step to finalize the daddr_t 64-bit conversion).
ok miod krw