amd(4) module
Ruslan Ermilov
ru at FreeBSD.org
Thu Jul 31 08:49:05 PDT 2003
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
from the loader(8); loading it by kldload(8) causes the camcontrol
to stuck. Is this a known issue?
Cheers,
--
Ruslan Ermilov Sysadmin and DBA,
ru at sunbay.com Sunbay Software Ltd,
ru at FreeBSD.org FreeBSD committer
-------------- next part --------------
Index: amd.c
===================================================================
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 @@
static devclass_t amd_devclass;
DRIVER_MODULE(amd, pci, amd_driver, amd_devclass, 0, 0);
+MODULE_DEPEND(amd, cam, 1, 1, 1);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-scsi/attachments/20030731/72dd11d5/attachment-0001.bin
More information about the freebsd-scsi
mailing list