summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-14 22:33:10 +0000
committerjkh <jkh@FreeBSD.org>1995-02-14 22:33:10 +0000
commit7bb40f86984f25cd14d3d3589e8f48bc515589dc (patch)
tree8826d36feaa5c59836e12c50b575874aa711c431 /sys/gnu
parentdfc17a13de65e85dd2d37657cbf24e8c700d89f4 (diff)
downloadFreeBSD-src-7bb40f86984f25cd14d3d3589e8f48bc515589dc.zip
FreeBSD-src-7bb40f86984f25cd14d3d3589e8f48bc515589dc.tar.gz
Julian E. says the code is out of date, but I can at least make the
includes look right until we get a chance to fix the rest of this.
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 b885dca..d4271df 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
OpenPOWER on IntegriCloud