diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2008-01-31 09:31:41 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2008-01-31 09:31:41 +0000 |
| commit | a5b21bd7e8f3a5b880d9817b976dd3f7edc902a1 (patch) | |
| tree | 77db87aa5a998e8b896cfac53924ee146f095a4e | |
| parent | a3061d42b58aa496a0f14aeb1e4d87e148f9f3b8 (diff) | |
Notes
| -rw-r--r-- | sys/cam/cam_xpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 707f328269fe..7bb6b8920b2c 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -1381,7 +1381,7 @@ ptstartover: if (base_periph_found == 1) { printf("xptioctl: pass driver is not in the " "kernel\n"); - printf("xptioctl: put \"device pass0\" in " + printf("xptioctl: put \"device pass\" in " "your kernel config file\n"); } } |
