diff options
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r-- | sys/pci/ncr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 6218db8135482..903fbe66ca8ad 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.37.4.9 1996/08/05 19:10:33 se Exp $ +** $Id: ncr.c,v 1.37.4.10 1996/11/09 08:41:50 jkh Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -1254,7 +1254,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.37.4.9 1996/08/05 19:10:33 se Exp $\n"; + "\n$Id: ncr.c,v 1.37.4.10 1996/11/09 08:41:50 jkh Exp $\n"; u_long ncr_version = NCR_VERSION * 11 + (u_long) sizeof (struct ncb) * 7 |