Typo in /usr/src/sys/cam/cam_xpt.c
- From: "R.Mahmatkhanov" <cvs-src@xxxxxxxxx>
- Date: Sun, 27 Jan 2008 16:30:36 +0300
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Good day!
I just saw it in dmesg:
Jan 27 02:04:49 nx7400 kernel: xptioctl: pass driver is not in the kernel
Jan 27 02:04:49 nx7400 kernel: xptioctl: put "device pass0" in your
kernel config file
I think it's bad suggestion, because we have not pass0 device option:
- --------------------------------------------------------------
- --------------------------------------------------------------stage 1: configuring the kernel
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
config -d /usr/obj/usr/src/sys/GENERIC2 /usr/src/sys/i386/conf/GENERIC2
config: Error: device "pass0" is unknown
config: 1 errors
*** Error code 1
Please correct it anybody. Thanks in advance.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (FreeBSD)
iEYEARECAAYFAkech3wACgkQmY+KeAh7t3A8ngCeOna3BcSHNPjwHqEsQpWCNJr9
ahAAoMH8mpdP3IoBl532MmnsOayWY06T
=Zxcc
-----END PGP SIGNATURE-----
--- /usr/src/sys/cam/cam_xpt.c 2007-07-01 03:46:16.000000000 +0400
+++ /home/manager/cam_xpt.c 2008-01-27 16:19:37.000000000 +0300
@@ -1381,7 +1381,7 @@
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");
}
}
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Typo in /usr/src/sys/cam/cam_xpt.c
- From: Christian Brueffer
- Re: Typo in /usr/src/sys/cam/cam_xpt.c
- From: illoai@xxxxxxxxx
- Re: Typo in /usr/src/sys/cam/cam_xpt.c
- Prev by Date: Re: 7.0-RC1 - ZFS + UFS + io activity show a deadlock
- Next by Date: Re: FreeBSD 7, bridge, PF and syn flood = very bad performance
- Previous by thread: 7.0-RC1 - ZFS + UFS + io activity show a deadlock
- Next by thread: Re: Typo in /usr/src/sys/cam/cam_xpt.c
- Index(es):
Relevant Pages
|