summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2003-06-09 22:16:00 +0000
committerse <se@FreeBSD.org>2003-06-09 22:16:00 +0000
commit8ea402b919270f4acb136f4550016447f18cf5b7 (patch)
tree805ae640a9f9ac77fdb8b3a0493af8a096011ba3 /sys/pci/ncr.c
parent57a3d130f6804aa2d45e7548c40f3e455a4b424b (diff)
downloadFreeBSD-src-8ea402b919270f4acb136f4550016447f18cf5b7.zip
FreeBSD-src-8ea402b919270f4acb136f4550016447f18cf5b7.tar.gz
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 ...
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 2b727db..1b1db56 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -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
OpenPOWER on IntegriCloud