Date: Thu, 31 Jul 2003 18:48:55 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: scsi@FreeBSD.org Subject: amd(4) module Message-ID: <20030731154855.GA63027@sunbay.com>
next in thread | raw e-mail | index | archive | help
--ZoaI/ZTpAVc4A5k6 Content-Type: multipart/mixed; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The amd(4) module is pretty unusable at the moment. The attached patch fixed it for me. Should I commit it? BTW, the "camcontrol rescan all" only works if amd.ko is loaded =66rom the loader(8); loading it by kldload(8) causes the camcontrol to stuck. Is this a known issue? Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Index: amd.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/dev/amd/amd.c,v retrieving revision 1.21 diff -u -r1.21 amd.c --- amd.c 1 Jul 2003 15:51:53 -0000 1.21 +++ amd.c 31 Jul 2003 15:45:51 -0000 @@ -2497,3 +2497,4 @@ =20 static devclass_t amd_devclass; DRIVER_MODULE(amd, pci, amd_driver, amd_devclass, 0, 0); +MODULE_DEPEND(amd, cam, 1, 1, 1); --jI8keyz6grp/JLjh-- --ZoaI/ZTpAVc4A5k6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/KTpnUkv4P6juNwoRAsRFAJ42MARW4iPbF5yJ3yZTz3NXf8QCIwCfceW8 esSzUTn8Wr5Qr3dRduOjx/A= =bQom -----END PGP SIGNATURE----- --ZoaI/ZTpAVc4A5k6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030731154855.GA63027>