Cael Staelin made it compile
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 7 Nov 1992 01:00:08 +0000 (17:00 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 7 Nov 1992 01:00:08 +0000 (17:00 -0800)
SCCS-vsn: sys/hp300/dev/ac.c 7.3
SCCS-vsn: sys/hp300/conf/devices.hp300 7.3
SCCS-vsn: usr.sbin/config/mkioconf.c 5.26

usr/src/sys/hp300/conf/devices.hp300
usr/src/sys/hp300/dev/ac.c
usr/src/usr.sbin/config/mkioconf.c

index 7bcd78d..3575a04 100644 (file)
@@ -3,3 +3,4 @@ rd      2
 sd     4
 cd     5
 vn     6
 sd     4
 cd     5
 vn     6
+ac     7
index ec2c611..1cf5875 100644 (file)
@@ -11,7 +11,7 @@
  *
  * from: Utah $Hdr: ac.c 1.5 92/01/21$
  *
  *
  * from: Utah $Hdr: ac.c 1.5 92/01/21$
  *
- *     @(#)ac.c        7.2 (Berkeley) %G%
+ *     @(#)ac.c        7.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 #include <sys/ioctl.h>
 #include <sys/kernel.h>
 #include <sys/malloc.h>
 #include <sys/ioctl.h>
 #include <sys/kernel.h>
 #include <sys/malloc.h>
+#include <sys/time.h>
+#include <sys/ucred.h>
+#include <sys/proc.h>
+
+#include <vm/vm.h>
 
 #include <hp/dev/device.h>
 
 
 #include <hp/dev/device.h>
 
index 4332412..c7c0844 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkioconf.c 5.25 (Berkeley) %G%";
+static char sccsid[] = "@(#)mkioconf.c 5.26 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
@@ -544,7 +544,7 @@ hp300_ioconf()
 }
 
 #define ishpibdev(n) (eq(n,"rd") || eq(n,"ct") || eq(n,"mt") || eq(n,"ppi"))
 }
 
 #define ishpibdev(n) (eq(n,"rd") || eq(n,"ct") || eq(n,"mt") || eq(n,"ppi"))
-#define isscsidev(n) (eq(n,"sd") || eq(n,"st"))
+#define isscsidev(n) (eq(n,"sd") || eq(n,"st") || eq(n,"ac"))
 
 hpbadslave(mp, dp)
        register struct device *dp, *mp;
 
 hpbadslave(mp, dp)
        register struct device *dp, *mp;