Re: CAM wiring, LUNs and duplicate wired entries

2002-08-27 Thread Peter Dufault
On Mon, Aug 19, 2002 at 02:55:38PM -0600, Kenneth D. Merry wrote: That's some sneaky code. 8-). If this works and you commit it, can you add an expository comment? Maybe. Peter Wemm wrote the hardwiring code, and would likely be in a slightly better position to explain it. Peter

Re: CAM wiring, LUNs and duplicate wired entries

2002-08-20 Thread Peter Wemm
Kenneth D. Merry wrote: On Mon, Aug 19, 2002 at 13:52:33 -0700, Terry Lambert wrote: Kenneth D. Merry wrote: I don't think that's the problem. I think the problem is that the device at target 8 is getting identified to camperiphnextunit() as a wired devic e, when it isn't.

RE: CAM wiring, LUNs and duplicate wired entries

2002-08-20 Thread Gardner Buchanan
Hi Ken, -Original Message- From: Kenneth D. Merry [mailto:[EMAIL PROTECTED]] Sent: August 19, 2002 16:27 Subject: Re: CAM wiring, LUNs and duplicate wired entries Try the attached patch and see if it fixes things for you. Thanks for this patch. I've built a new kernel

Re: CAM wiring, LUNs and duplicate wired entries

2002-08-20 Thread Kenneth D. Merry
On Tue, Aug 20, 2002 at 00:05:33 -0700, Peter Wemm wrote: Kenneth D. Merry wrote: On Mon, Aug 19, 2002 at 13:52:33 -0700, Terry Lambert wrote: Kenneth D. Merry wrote: I don't think that's the problem. I think the problem is that the device at target 8 is getting identified to

Re: CAM wiring, LUNs and duplicate wired entries

2002-08-20 Thread Kenneth D. Merry
On Tue, Aug 20, 2002 at 08:30:29 -0400, Gardner Buchanan wrote: Hi Ken, -Original Message- From: Kenneth D. Merry [mailto:[EMAIL PROTECTED]] Sent: August 19, 2002 16:27 Subject: Re: CAM wiring, LUNs and duplicate wired entries Try the attached patch and see if it fixes

CAM wiring, LUNs and duplicate wired entries

2002-08-19 Thread Gardner Buchanan
Recently I've noticed that the SCSI ID wiring logic is missidentifying duplicate IDs with seperate LUNs as duplicates: my kernel config says this: # Wired down SCSI unit numbers. # devicescbus0 at sym0 deviceda0 at scbus0 target 3 unit 0 devicecd0 at scbus0 target 3 unit

Re: CAM wiring, LUNs and duplicate wired entries

2002-08-19 Thread Kenneth D. Merry
On Mon, Aug 19, 2002 at 13:45:52 -0400, Gardner Buchanan wrote: Recently I've noticed that the SCSI ID wiring logic is missidentifying duplicate IDs with seperate LUNs as duplicates: my kernel config says this: # Wired down SCSI unit numbers. # devicescbus0 at sym0 device

Re: CAM wiring, LUNs and duplicate wired entries

2002-08-19 Thread Terry Lambert
Kenneth D. Merry wrote: I don't think that's the problem. I think the problem is that the device at target 8 is getting identified to camperiphnextunit() as a wired device, when it isn't. Try the attached patch and see if it fixes things for you. I haven't tried compiling or running

Re: CAM wiring, LUNs and duplicate wired entries

2002-08-19 Thread Kenneth D. Merry
On Mon, Aug 19, 2002 at 13:52:33 -0700, Terry Lambert wrote: Kenneth D. Merry wrote: I don't think that's the problem. I think the problem is that the device at target 8 is getting identified to camperiphnextunit() as a wired device, when it isn't. Try the attached patch and see if

Re: CAM wiring, LUNs and duplicate wired entries

2002-08-19 Thread Terry Lambert
Kenneth D. Merry wrote: That's some sneaky code. 8-). If this works and you commit it, can you add an expository comment? Maybe. Peter Wemm wrote the hardwiring code, and would likely be in a slightly better position to explain it. I meant your abuse of the prefix and predicate