From 2933703e6d25c02cc29c8ed9b41534462d7e0ee8 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 14 Feb 1995 22:33:10 +0000 Subject: [PATCH] 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. --- sys/gnu/scsi/nic5000.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/sys/gnu/scsi/nic5000.c b/sys/gnu/scsi/nic5000.c index b885dca58219..d4271df81d55 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 and + * Juergen Krause + * + * 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