diff options
Diffstat (limited to 'sys/gnu/i386/isa')
-rw-r--r-- | sys/gnu/i386/isa/dgb.c | 2 | ||||
-rw-r--r-- | sys/gnu/i386/isa/dgreg.h | 2 | ||||
-rw-r--r-- | sys/gnu/i386/isa/nic3008.c | 11 | ||||
-rw-r--r-- | sys/gnu/i386/isa/nic3008.h | 11 | ||||
-rw-r--r-- | sys/gnu/i386/isa/nic3009.c | 11 | ||||
-rw-r--r-- | sys/gnu/i386/isa/nic3009.h | 11 | ||||
-rw-r--r-- | sys/gnu/i386/isa/niccyreg.h | 11 |
7 files changed, 50 insertions, 9 deletions
diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c index 2dc4ce072463..92284b66d0b1 100644 --- a/sys/gnu/i386/isa/dgb.c +++ b/sys/gnu/i386/isa/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.2.2.3 1996/06/16 11:50:38 bde Exp $ + * dgb.c $Id: dgb.c,v 1.2.2.4 1996/06/16 11:54:16 bde Exp $ * * Digiboard driver. * diff --git a/sys/gnu/i386/isa/dgreg.h b/sys/gnu/i386/isa/dgreg.h index a7898af2341c..39c3301ccb5d 100644 --- a/sys/gnu/i386/isa/dgreg.h +++ b/sys/gnu/i386/isa/dgreg.h @@ -1,5 +1,5 @@ /*- - * dgreg.h $Id: dgreg.h,v 1.1.2.1 1995/10/07 04:28:06 davidg Exp $ + * dgreg.h $Id: dgreg.h,v 1.1.2.2 1996/06/16 11:50:40 bde Exp $ * * Digiboard driver. * diff --git a/sys/gnu/i386/isa/nic3008.c b/sys/gnu/i386/isa/nic3008.c index 12e2e0507c81..55efa3087454 100644 --- a/sys/gnu/i386/isa/nic3008.c +++ b/sys/gnu/i386/isa/nic3008.c @@ -1,6 +1,6 @@ -static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.7 1995/09/08 11:06:46 bde Exp $"; +static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.6.4.1 1995/09/14 07:08:44 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 nic38_id[] = "@(#)$Id: nic3008.c,v 1.7 1995/09/08 11:06:46 bde E * ******************************************************************************* * $Log: nic3008.c,v $ + * Revision 1.6.4.1 1995/09/14 07:08:44 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:46 bde * Fix benign type mismatches in devsw functions. 82 out of 299 devsw * functions were wrong. diff --git a/sys/gnu/i386/isa/nic3008.h b/sys/gnu/i386/isa/nic3008.h index da82696bde35..c14a9cb9456a 100644 --- a/sys/gnu/i386/isa/nic3008.h +++ b/sys/gnu/i386/isa/nic3008.h @@ -1,4 +1,4 @@ -static char nic38hid[] = "@(#)$Id: nic3008.h,v 1.1 1995/01/25 14:06:18 jkr Exp jkr $"; +static char nic38hid[] = "@(#)$Id: nic3008.h,v 1.1 1995/02/14 15:00:12 jkh Exp $"; /******************************************************************************* * II - Version 0.1 $Revision: 1.1 $ $State: Exp $ * @@ -10,6 +10,15 @@ static char nic38hid[] = "@(#)$Id: nic3008.h,v 1.1 1995/01/25 14:06:18 jkr E * ******************************************************************************* * $Log: nic3008.h,v $ + * Revision 1.1 1995/02/14 15:00:12 jkh + * An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces. + * EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface. + * Obtained from: Dietmar Friede <dfriede@drnhh.neuhaus.de> and + * Juergen Krause <jkr@saarlink.de> + * + * This is only one part - the rest to follow in a couple of hours. + * This part is a benign import, since it doesn't affect anything else. + * * ******************************************************************************/ diff --git a/sys/gnu/i386/isa/nic3009.c b/sys/gnu/i386/isa/nic3009.c index dad9c1df6e91..4102a69ef2fc 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. diff --git a/sys/gnu/i386/isa/nic3009.h b/sys/gnu/i386/isa/nic3009.h index 223619f6a5ca..12cbbeb9857a 100644 --- a/sys/gnu/i386/isa/nic3009.h +++ b/sys/gnu/i386/isa/nic3009.h @@ -1,4 +1,4 @@ -static char nic39hid[] = "@(#)$Id: nic3009.h,v 1.1 1995/01/25 14:06:18 jkr Exp jkr $"; +static char nic39hid[] = "@(#)$Id: nic3009.h,v 1.1 1995/02/14 15:00:16 jkh Exp $"; /******************************************************************************* * II - Version 0.1 $Revision: 1.1 $ $State: Exp $ * @@ -10,6 +10,15 @@ static char nic39hid[] = "@(#)$Id: nic3009.h,v 1.1 1995/01/25 14:06:18 jkr E * ******************************************************************************* * $Log: nic3009.h,v $ + * Revision 1.1 1995/02/14 15:00:16 jkh + * An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces. + * EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface. + * Obtained from: Dietmar Friede <dfriede@drnhh.neuhaus.de> and + * Juergen Krause <jkr@saarlink.de> + * + * This is only one part - the rest to follow in a couple of hours. + * This part is a benign import, since it doesn't affect anything else. + * * ******************************************************************************/ diff --git a/sys/gnu/i386/isa/niccyreg.h b/sys/gnu/i386/isa/niccyreg.h index a9d832849ea0..b70b48a230d1 100644 --- a/sys/gnu/i386/isa/niccyreg.h +++ b/sys/gnu/i386/isa/niccyreg.h @@ -1,4 +1,4 @@ -static char nicregh_id[] = "@(#)$Id: niccyreg.h,v 1.1 1995/01/25 14:06:18 jkr Exp jkr $"; +static char nicregh_id[] = "@(#)$Id: niccyreg.h,v 1.1 1995/02/14 15:00:19 jkh Exp $"; /******************************************************************************* * II - Version 0.1 $Revision: 1.1 $ $State: Exp $ * @@ -10,6 +10,15 @@ static char nicregh_id[] = "@(#)$Id: niccyreg.h,v 1.1 1995/01/25 14:06:18 jk * ******************************************************************************* * $Log: niccyreg.h,v $ + * Revision 1.1 1995/02/14 15:00:19 jkh + * An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces. + * EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface. + * Obtained from: Dietmar Friede <dfriede@drnhh.neuhaus.de> and + * Juergen Krause <jkr@saarlink.de> + * + * This is only one part - the rest to follow in a couple of hours. + * This part is a benign import, since it doesn't affect anything else. + * * ******************************************************************************/ |