Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sys/dev/scsipi/scsipi_base.c




To: current-users%netbsd.org@localhost

Subject: sys/dev/scsipi/scsipi_base.c

From: "John R. Shannon" <john%johnrshannon.com@localhost>

Date: Sun, 6 Jan 2008 03:41:49 -0700


Line 1124 has:

memcpy(inqbuf->vendor, "ADAPTEC ACB-4000            ", 28);

and line 1144 has:

memcpy(inqbuf->vendor, "EMULEX  MT-02 QIC           ", 28);

yet inqbuf->vendor is declared in struct scsipi_inquiry_data as:

char    vendor[8];
 
-- 
John R. Shannon




Follow-Ups:

Re: sys/dev/scsipi/scsipi_base.c
From: David Huang

Re: sys/dev/scsipi/scsipi_base.c
From: David Laight




Prev by Date: daily CVS update output

Next by Date: Re: sys/dev/scsipi/scsipi_base.c

Previous by Thread: daily CVS update output

Next by Thread: Re: sys/dev/scsipi/scsipi_base.c

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index