cvs commit: src/sys/dev/ata ata-all.c
Søren Schmidt
sos at FreeBSD.org
Thu Sep 16 02:35:02 PDT 2004
sos 2004-09-16 09:35:01 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-all.c
Log:
Ignore leading '_' in model name returned by devices.
This make "_NEC" devices appear as "NEC" which is more corrent.
The reason is tha NEC originally screwed up on the byteorder in the
model string, so now that they have realized that they prefixed the '_'
so that not every ATA driver on the planet would call them "EN C" :)
Revision Changes Path
1.227 +1 -1 src/sys/dev/ata/ata-all.c
More information about the cvs-src
mailing list