diff options
author | phk <phk@FreeBSD.org> | 1995-02-14 06:28:25 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-02-14 06:28:25 +0000 |
commit | 832a9eda23b51dc83a11d44051549b8ee4245d11 (patch) | |
tree | 14e0f30b31eb2c36150f2413bd4c1cb99ec9609c /sys/pci | |
parent | 448a078f6e15965e55db4f326b40f62d3a663fa9 (diff) | |
download | FreeBSD-src-832a9eda23b51dc83a11d44051549b8ee4245d11.zip FreeBSD-src-832a9eda23b51dc83a11d44051549b8ee4245d11.tar.gz |
YFfix.
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/ncr.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 2472f7d..ff85939 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.19 1995/02/06 22:01:58 se Exp $ +** $Id: ncr.c,v 1.20 1995/02/10 13:24:52 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -179,6 +179,7 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> +#include <machine/clock.h> /*========================================================== @@ -1227,7 +1228,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.19 1995/02/06 22:01:58 se Exp $\n"; + "\n$Id: ncr.c,v 1.20 1995/02/10 13:24:52 se Exp $\n"; u_long ncr_version = NCR_VERSION + (u_long) sizeof (struct ncb) |