| Summary: | <kern> | ||
|---|---|---|---|
| Product: | Base System | Reporter: | hiraga <hiraga> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | hiraga |
| Priority: | Normal | ||
| Version: | 3.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: gnats-admin->freebsd-bugs Misfiled PR. State Changed From-To: open->closed Fixed in rev 1.42.2.17 of cam_xpt.c . In future, please don't flag your problem reports as confidential. The category for this one should have been kern and the Synopsis should have been something like "cam broken in cam_xpt.c". Also, try to give the revision number of a source file when you report such problems. Thanks for the report. |
<cannot compile kernel with wrong cam_xpt.c> Fix: < >--8cRJMJAKk4SgEETctREwCP6Cjah1fQwR5dUexYn5fsKE8FZs Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- cam_xpt.c.old Mon Jul 12 10:24:16 1999 +++ cam_xpt.c Mon Jul 12 10:27:56 1999 @@ -237,11 +237,11 @@ { T_DIRECT, SIP_MEDIA_FIXED, quantum, "XP32275*", "*" }, /*quirks*/0, /*mintags*/24, /*maxtags*/32 }, + { + /* Broken tagged queuing drive */ { T_DIRECT, SIP_MEDIA_FIXED, microp, "4421-07*", "*" }, /*quirks*/0, /*mintags*/0, /*maxtags*/0 }, - { - /* Broken tagged queuing drive */ { /* Broken tagged queuing drive */ { T_DIRECT, SIP_MEDIA_FIXED, "HP", "C372*", "*" }, How-To-Repeat: < # config GENERIC # make depend # make >