more than 780's and 750's by now...
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 11 Mar 1986 12:37:18 +0000 (04:37 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 11 Mar 1986 12:37:18 +0000 (04:37 -0800)
SCCS-vsn: sys/vax/vax/flp.c 6.5

usr/src/sys/vax/vax/flp.c

index f878e0e..56fc2de 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)flp.c       6.4 (Berkeley) %G%
+ *     @(#)flp.c       6.5 (Berkeley) %G%
  */
 
 #if VAX780
  */
 
 #if VAX780
@@ -35,10 +35,8 @@ flopen(dev, flag)
 {
        struct buf *geteblk();
 
 {
        struct buf *geteblk();
 
-#if VAX750
        if (cpu != VAX_780)
                return (ENXIO);
        if (cpu != VAX_780)
                return (ENXIO);
-#endif
        if (fltab.fl_state != 0)
                return (ENXIO);
        fltab.fl_state = FL_OPEN;
        if (fltab.fl_state != 0)
                return (ENXIO);
        fltab.fl_state = FL_OPEN;