diff options
Diffstat (limited to 'sys/i386/pci/ncr.c')
| -rw-r--r-- | sys/i386/pci/ncr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/pci/ncr.c b/sys/i386/pci/ncr.c index 80c8a3dae7bc..b9009c9cab40 100644 --- a/sys/i386/pci/ncr.c +++ b/sys/i386/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.11 1994/10/27 20:12:46 se Exp $ +** ncr.c,v 1.12 1994/10/30 00:30:27 ats Exp ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -1222,7 +1222,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.11 1994/10/27 20:12:46 se Exp $\n"; + "\nncr.c,v 1.12 1994/10/30 00:30:27 ats Exp\n"; u_long ncr_version = NCR_VERSION + (u_long) sizeof (struct ncb) @@ -3327,7 +3327,7 @@ static void ncr_attach (pcici_t config_id, int unit) ncr_name (np)); DELAY (1000000); #endif - printf ("%s scanning for targets 0..%d ($Revision: 1.11 $)\n", + printf ("%s scanning for targets 0..%d (1.12)\n", ncr_name (np), MAX_TARGET-1); /* |
