Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/boot/boot Use romread() routines if we are boot...
details: https://anonhg.NetBSD.org/src/rev/857c2672b5f9
branches: trunk
changeset: 477593:857c2672b5f9
user: ragge <ragge%NetBSD.org@localhost>
date: Sat Oct 23 14:42:21 1999 +0000
description:
Use romread() routines if we are booted from SCSI disks.
diffstat:
sys/arch/vax/boot/boot/boot.c | 4 +---
sys/arch/vax/boot/boot/conf.c | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r e1bb5f8f0316 -r 857c2672b5f9 sys/arch/vax/boot/boot/boot.c
--- a/sys/arch/vax/boot/boot/boot.c Sat Oct 23 14:40:38 1999 +0000
+++ b/sys/arch/vax/boot/boot/boot.c Sat Oct 23 14:42:21 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.3 1999/06/30 18:33:33 ragge Exp $ */
+/* $NetBSD: boot.c,v 1.4 1999/10/23 14:42:22 ragge Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
* All rights reserved.
@@ -40,8 +40,6 @@
#define V750UCODE(x) ((x>>8)&255)
-#include <a.out.h>
-
#include "vaxstand.h"
/*
diff -r e1bb5f8f0316 -r 857c2672b5f9 sys/arch/vax/boot/boot/conf.c
--- a/sys/arch/vax/boot/boot/conf.c Sat Oct 23 14:40:38 1999 +0000
+++ b/sys/arch/vax/boot/boot/conf.c Sat Oct 23 14:42:21 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.2 1999/06/30 18:30:42 ragge Exp $ */
+/* $NetBSD: conf.c,v 1.3 1999/10/23 14:42:21 ragge Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -61,7 +61,7 @@
SADEV("mt",tmscpstrategy, tmscpopen, nullsys, noioctl),
SADEV("rom",romstrategy, romopen, nullsys, noioctl),
SADEV("rd",mfmstrategy, mfmopen, nullsys, noioctl),
- SADEV("sd",nullsys, nullsys, nullsys, noioctl),
+ SADEV("sd",romstrategy, romopen, nullsys, noioctl),
SADEV("st",nullsys, nullsys, nullsys, noioctl),
SADEV("le",netstrategy, netopen, netclose, noioctl), /* LANCE */
SADEV("ze",netstrategy, netopen, netclose, noioctl), /* SGEC */
Home |
Main Index |
Thread Index |
Old Index