1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

The MODULE_NAME should "ispfw" unless overriden, not "isp".

This commit is contained in:
Matt Jacob 2006-12-10 03:42:57 +00:00
parent 3cce220cba
commit f334280581
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165062

View File

@ -52,7 +52,7 @@ __FBSDID("$FreeBSD$");
#ifdef __sparc64__
#define ISP_1000 1
#endif
#define MODULE_NAME "isp"
#define MODULE_NAME "ispfw"
#endif
#if defined(ISP_1040) || defined(ISP_1040_IT)