diff options
| author | cg149915 <none@none> | 2006-09-11 21:56:06 -0700 |
|---|---|---|
| committer | cg149915 <none@none> | 2006-09-11 21:56:06 -0700 |
| commit | da51466dc253d7c98dda4956059042bd0c476328 (patch) | |
| tree | 762681c8843c57a35ebd7dfd87d795f1dfef2f92 | |
| parent | 5d06ce36d6d524a148cb1f6e77974326a7055655 (diff) | |
| download | illumos-joyent-da51466dc253d7c98dda4956059042bd0c476328.tar.gz | |
6468543 debug kernel with audiohd driver will panic (fix keywords)
| -rwxr-xr-x | usr/src/uts/common/io/audio/sada/drv/audiohd/audiohd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/audio/sada/drv/audiohd/audiohd.c b/usr/src/uts/common/io/audio/sada/drv/audiohd/audiohd.c index 92e31a3ffc..97acf8db2b 100755 --- a/usr/src/uts/common/io/audio/sada/drv/audiohd/audiohd.c +++ b/usr/src/uts/common/io/audio/sada/drv/audiohd/audiohd.c @@ -259,7 +259,7 @@ static struct dev_ops audiohd_dev_ops = { /* Linkage structure for loadable drivers */ static struct modldrv audiohd_modldrv = { &mod_driverops, /* drv_modops */ - AUDIOHD_MOD_NAME"1.3", /* drv_linkinfo */ + AUDIOHD_MOD_NAME"%I%", /* drv_linkinfo */ &audiohd_dev_ops, /* drv_dev_ops */ }; |
