|
|
| version 1.6, 2004/05/13 23:49:18 | version 1.7, 2004/05/19 22:52:47 |
|---|---|
| Line 849 static dpt_devsw_installed = 0; | Line 849 static dpt_devsw_installed = 0; |
| static void | static void |
| dpt_drvinit(void *unused) | dpt_drvinit(void *unused) |
| { | { |
| if (!dpt_devsw_installed) { | if (!dpt_devsw_installed) { |
| if (bootverbose) | if (bootverbose) |
| printf("DPT: RAID Manager driver, Version %d.%d.%d\n", | printf("DPT: RAID Manager driver, Version %d.%d.%d\n", |
| DPT_CTL_RELEASE, DPT_CTL_VERSION, DPT_CTL_PATCH); | DPT_CTL_RELEASE, DPT_CTL_VERSION, DPT_CTL_PATCH); |
| /* Add the I/O (data) channel */ | /* Add the I/O (data) channel */ |
| cdevsw_add(&dpt_cdevsw); | cdevsw_add(&dpt_cdevsw, 0, 0); |
| dpt_devsw_installed = 1; | dpt_devsw_installed = 1; |
| } | } |