diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-10-10 04:09:37 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-10-10 04:09:37 +0000 |
| commit | e0c973266db150eb0d26192ba755ae062e72d669 (patch) | |
| tree | dd435f81b53554f5fa781820a3c3fe2e1f9300df | |
| parent | 978afeee5fb69a123672ffdd27588e4f8ae8216d (diff) | |
Notes
| -rw-r--r-- | sys/pci/ncr.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index a4f7cd7b8ff9..1ad35c0dc91c 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.77 1996/09/06 23:08:57 phk Exp $ +** $Id: ncr.c,v 1.78 1996/09/07 21:27:24 bde Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -210,9 +210,6 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> -#ifndef __NetBSD__ -#include <machine/clock.h> -#endif /* __NetBSD */ /*========================================================== @@ -1253,7 +1250,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.77 1996/09/06 23:08:57 phk Exp $\n"; + "\n$Id: ncr.c,v 1.78 1996/09/07 21:27:24 bde Exp $\n"; static const u_long ncr_version = NCR_VERSION * 11 + (u_long) sizeof (struct ncb) * 7 |
