diff --git a/sys/arch/vax/boot/boot/boot.c b/sys/arch/vax/boot/boot/boot.c index 47d4a0b8402c..769ea178ee60 100644 --- a/sys/arch/vax/boot/boot/boot.c +++ b/sys/arch/vax/boot/boot/boot.c @@ -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 - #include "vaxstand.h" /* diff --git a/sys/arch/vax/boot/boot/conf.c b/sys/arch/vax/boot/boot/conf.c index 08afe322dca1..ae8f7e28c6fa 100644 --- a/sys/arch/vax/boot/boot/conf.c +++ b/sys/arch/vax/boot/boot/conf.c @@ -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 @@ struct devsw devsw[]={ 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 */