Subject: i386 pcvt driver doesn't compile 1.3_ALPHA
To: None <current-users@NetBSD.ORG>
From: maximum entropy <entropy@zippy.bernstein.com>
List: current-users
Date: 10/22/1997 21:51:20
The following change is necessary if you want to compile a 1.3_ALPHA
kernel using the pcvt driver.

--- /sys/arch/i386/isa/pcvt/pcvt_conf.h-old	Mon Oct 14 12:09:19 1996
+++ /sys/arch/i386/isa/pcvt/pcvt_conf.h	Wed Oct 22 21:12:28 1997
@@ -91,6 +91,10 @@
 #define PCVT_NETBSD (120 + (NetBSD1_2 - 1))
 #endif
 
+#ifdef NetBSD1_3
+#define PCVT_NETBSD (130 + (NetBSD1_3 - 1))
+#endif
+
 #endif
 
 

--
entropy -- it's not just a good idea, it's the second law.