summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand/boot/if_de.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/stand/boot/if_de.c')
-rw-r--r--sys/arch/vax/stand/boot/if_de.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/vax/stand/boot/if_de.c b/sys/arch/vax/stand/boot/if_de.c
index c4c61acfbc1..3dd71bb6aa2 100644
--- a/sys/arch/vax/stand/boot/if_de.c
+++ b/sys/arch/vax/stand/boot/if_de.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_de.c,v 1.2 2005/12/10 11:45:43 miod Exp $ */
+/* $OpenBSD: if_de.c,v 1.3 2011/07/06 18:32:59 miod Exp $ */
/* $NetBSD: if_de.c,v 1.2 2002/05/24 21:41:40 ragge Exp $ */
/*
@@ -47,7 +47,12 @@
#include <lib/libsa/netif.h>
#include <lib/libsa/stand.h>
-#include <arch/vax/qbus/if_dereg.h>
+#include <arch/vax/if/if_dereg.h>
+
+#define DE_PCSR0 0
+#define DE_PCSR1 2
+#define DE_PCSR2 4
+#define DE_PCSR3 6
#include "arch/vax/include/sid.h"
#include "arch/vax/include/rpb.h"