Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2004 09:35:01 +0000 (UTC)
From:      Søren Schmidt <sos@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata ata-all.c
Message-ID:  <200409160935.i8G9Z1qa026240@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409160935.i8G9Z1qa026240>