Remove embededded ID string which was meant to provide information

about the driver version in case of an error report. It conflicts with
some other variable of the same name that has been added to the kernel
just recently and there haven't been any bug reports for quite some
time now, anyway ...
This commit is contained in:
Stefan Eßer 2003-06-09 22:16:00 +00:00
parent 0ca5dc1c3e
commit fb9d7a4b40

View File

@ -1303,12 +1303,6 @@ static int ncr_attach (device_t dev);
**==========================================================
*/
#if !defined(lint)
static const char ident[] =
"\n$FreeBSD$\n";
#endif
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
+ (u_long) sizeof (struct nccb) * 5