diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
tree | f979656ed109e888baec4c361944b615bc0f7d2c /sys/pci/ncr.c | |
parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) |
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 9b45c66d9750b..58a754ad2d2f9 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.141 1998/12/30 00:37:44 hoek Exp $ +** $Id: ncr.c,v 1.141.2.1 1999/05/07 00:43:45 ken Exp $ ** ** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family. ** @@ -1357,7 +1357,7 @@ static void ncr_attach (pcici_t tag, int unit); #if !defined(lint) static const char ident[] = - "\n$Id: ncr.c,v 1.141 1998/12/30 00:37:44 hoek Exp $\n"; + "\n$Id: ncr.c,v 1.141.2.1 1999/05/07 00:43:45 ken Exp $\n"; #endif static const u_long ncr_version = NCR_VERSION * 11 |