aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-14 22:33:10 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-14 22:33:10 +0000
commit2933703e6d25c02cc29c8ed9b41534462d7e0ee8 (patch)
tree8826d36feaa5c59836e12c50b575874aa711c431 /sys/gnu
parenta533e22a54061dcbcac77128deae4db2a325cb01 (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/scsi/nic5000.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/sys/gnu/scsi/nic5000.c b/sys/gnu/scsi/nic5000.c
index b885dca582198..d4271df81d55b 100644
--- a/sys/gnu/scsi/nic5000.c
+++ b/sys/gnu/scsi/nic5000.c
@@ -1,4 +1,4 @@
-static char rcsid[] = "@(#)$Id: nic5000.c,v 1.1 1995/01/25 14:06:18 jkr Exp jkr $";
+static char rcsid[] = "@(#)$Id: nic5000.c,v 1.1 1995/02/14 15:00:37 jkh Exp $";
/*******************************************************************************
* II - Version 0.1 $Revision: 1.1 $ $State: Exp $
*
@@ -10,6 +10,15 @@ static char rcsid[] = "@(#)$Id: nic5000.c,v 1.1 1995/01/25 14:06:18 jkr Exp
*
*******************************************************************************
* $Log: nic5000.c,v $
+ * Revision 1.1 1995/02/14 15:00:37 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.
+ *
*
******************************************************************************/
@@ -36,9 +45,9 @@ static char rcsid[] = "@(#)$Id: nic5000.c,v 1.1 1995/01/25 14:06:18 jkr Exp
#include "scsi/scsi_all.h"
#include "scsi/scsiconf.h"
-#include "isdn/isdn_ioctl.h"
-#include "i386/isa/niccyreg.h"
-#include "scsi/scsi_nic.h"
+#include "gnu/isdn/isdn_ioctl.h"
+#include "gnu/i386/isa/niccyreg.h"
+#include "gnu/scsi/scsi_nic.h"
/* #define NETBSD */
#undef SCSI_NOMASK