summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
committerjulian <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
commit198d88e0ae0e12a2ddafb80a60372116b0b1c0c6 (patch)
tree82e0b24f955f894892cc1c396f300233c0d0607a /sys/dev/cy
parent1758bf79ff52b23e5828e97e6ed62be161d761bf (diff)
downloadFreeBSD-src-198d88e0ae0e12a2ddafb80a60372116b0b1c0c6.zip
FreeBSD-src-198d88e0ae0e12a2ddafb80a60372116b0b1c0c6.tar.gz
If you're going to mechanically replicate something in 50 files
it's best to not have a (compiles cleanly) typo in it! (sigh)
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c4
-rw-r--r--sys/dev/cy/cy_isa.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index c4739ae..9ce9957 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.20 1995/11/28 09:40:56 julian Exp $
+ * $Id: cy.c,v 1.21 1995/11/29 10:47:35 julian Exp $
*/
#include "cy.h"
@@ -2545,8 +2545,8 @@ static void cy_drvinit(void *unused)
/* path name devsw minor type uid gid perm*/
"/", "cy", major(dev), 0, DV_CHR, 0, 0, 0600);
}
- }
#endif
+ }
}
SYSINIT(cydev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,cy_drvinit,NULL)
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index c4739ae..9ce9957 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.20 1995/11/28 09:40:56 julian Exp $
+ * $Id: cy.c,v 1.21 1995/11/29 10:47:35 julian Exp $
*/
#include "cy.h"
@@ -2545,8 +2545,8 @@ static void cy_drvinit(void *unused)
/* path name devsw minor type uid gid perm*/
"/", "cy", major(dev), 0, DV_CHR, 0, 0, 0600);
}
- }
#endif
+ }
}
SYSINIT(cydev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,cy_drvinit,NULL)
OpenPOWER on IntegriCloud