Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/stand update for booted_dev and disk->blkdev ...
details: https://anonhg.NetBSD.org/src/rev/bbc59a8f0563
branches: trunk
changeset: 471470:bbc59a8f0563
user: cgd <cgd%NetBSD.org@localhost>
date: Fri Apr 02 03:20:00 1999 +0000
description:
update for booted_dev and disk->blkdev changes.
diffstat:
sys/arch/alpha/stand/boot/Makefile | 10 ++++++----
sys/arch/alpha/stand/bootxx/Makefile | 4 ++--
sys/arch/alpha/stand/netboot/Makefile | 4 ++--
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (54 lines):
diff -r 654fa0d9bc82 -r bbc59a8f0563 sys/arch/alpha/stand/boot/Makefile
--- a/sys/arch/alpha/stand/boot/Makefile Fri Apr 02 03:19:08 1999 +0000
+++ b/sys/arch/alpha/stand/boot/Makefile Fri Apr 02 03:20:00 1999 +0000
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.23 1999/04/02 03:11:57 cgd Exp $
+# $NetBSD: Makefile,v 1.24 1999/04/02 03:20:00 cgd Exp $
PROG = boot
-SRCS = start.S boot.c loadfile.c disk.c conf.c prom.c prom_disp.S OSFpal.c
-SRCS+= devopen.c filesystem.c prom_swpal.S
+SRCS = start.S boot.c loadfile.c blkdev.c prom.c prom_disp.S OSFpal.c
+SRCS+= filesystem.c prom_swpal.S booted_dev.c
BOOT_RELOC = ${SECONDARY_LOAD_ADDRESS}
-CPPFLAGS += ${SECONDARY_CPPFLAGS}
+CPPFLAGS += ${SECONDARY_CPPFLAGS} \
+ -DLIBSA_SINGLE_DEVICE=blkdev \
+ -D"blkdevioctl(x,y,z)=EINVAL"
CLEANFILES+= vers.c vers.o ${PROG}.sym
diff -r 654fa0d9bc82 -r bbc59a8f0563 sys/arch/alpha/stand/bootxx/Makefile
--- a/sys/arch/alpha/stand/bootxx/Makefile Fri Apr 02 03:19:08 1999 +0000
+++ b/sys/arch/alpha/stand/bootxx/Makefile Fri Apr 02 03:20:00 1999 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 1999/04/02 03:11:57 cgd Exp $
+# $NetBSD: Makefile,v 1.20 1999/04/02 03:20:00 cgd Exp $
PROG = bootxx
-SRCS = start.S bootxx.c prom.c prom_disp.S puts.c
+SRCS = start.S bootxx.c prom.c prom_disp.S puts.c booted_dev.c
BOOT_RELOC = ${PRIMARY_LOAD_ADDRESS}
PRIMARY_MAX_LOAD!= expr 8192 - 512
diff -r 654fa0d9bc82 -r bbc59a8f0563 sys/arch/alpha/stand/netboot/Makefile
--- a/sys/arch/alpha/stand/netboot/Makefile Fri Apr 02 03:19:08 1999 +0000
+++ b/sys/arch/alpha/stand/netboot/Makefile Fri Apr 02 03:20:00 1999 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.17 1999/04/02 03:11:58 cgd Exp $
+# $NetBSD: Makefile,v 1.18 1999/04/02 03:20:00 cgd Exp $
PROG = netboot
SRCS = start.S boot.c prom.c prom_disp.S OSFpal.c prom_swpal.S
SRCS+= rpcc.S
SRCS+= dev_net.c conf.c devopen.c
-SRCS+= if_prom.c loadfile.c getsecs.c
+SRCS+= if_prom.c loadfile.c getsecs.c booted_dev.c
BOOT_RELOC = ${UNIFIED_LOAD_ADDRESS}
Home |
Main Index |
Thread Index |
Old Index