aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/i386/isa/nic3009.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/i386/isa/nic3009.c')
-rw-r--r--sys/gnu/i386/isa/nic3009.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/gnu/i386/isa/nic3009.c b/sys/gnu/i386/isa/nic3009.c
index dad9c1df6e91..6c351fe24736 100644
--- a/sys/gnu/i386/isa/nic3009.c
+++ b/sys/gnu/i386/isa/nic3009.c
@@ -1,6 +1,6 @@
-static char nic39_id[] = "@(#)$Id: nic3009.c,v 1.7 1995/09/08 11:06:47 bde Exp $";
+static char nic39_id[] = "@(#)$Id: nic3009.c,v 1.6.4.1 1995/09/14 07:08:45 davidg Exp $";
/*******************************************************************************
- * II - Version 0.1 $Revision: 1.7 $ $State: Exp $
+ * II - Version 0.1 $Revision: 1.6.4.1 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@@ -10,6 +10,13 @@ static char nic39_id[] = "@(#)$Id: nic3009.c,v 1.7 1995/09/08 11:06:47 bde E
*
*******************************************************************************
* $Log: nic3009.c,v $
+ * Revision 1.6.4.1 1995/09/14 07:08:45 davidg
+ * Brought in changes from main branch:
+ * 1) Bruce and Andrey's tty fixes
+ * 2) many of Bruce's prototype and function argument fixes/corrections
+ * 3) Bruce's version of the Cyclades driver
+ * 4) Improvements to the RISCom/8 driver
+ *
* Revision 1.7 1995/09/08 11:06:47 bde
* Fix benign type mismatches in devsw functions. 82 out of 299 devsw
* functions were wrong.