<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/ata, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-05-29T23:56:49Z</updated>
<entry>
<title>Fix a typo in r249213; the second bus_if.h should have been isa_if.h.</title>
<updated>2013-05-29T23:56:49Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2013-05-29T23:56:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db6d3d9a8c4e4367c852c11c921dcb1143cae546'/>
<id>urn:sha1:db6d3d9a8c4e4367c852c11c921dcb1143cae546</id>
<content type='text'>
</content>
</entry>
<entry>
<title>isa_if.h is indirectly included.</title>
<updated>2013-04-12T13:56:21Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2013-04-12T13:56:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f99bb74a374121d5426ee8f8c399a27867e7997'/>
<id>urn:sha1:8f99bb74a374121d5426ee8f8c399a27867e7997</id>
<content type='text'>
Depend on it to unbreak pc98 builds.
</content>
</entry>
<entry>
<title>Remove atadevel(4), it no longer builds with ATA_CAM and it's unlikely</title>
<updated>2013-04-06T19:33:24Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2013-04-06T19:33:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=305eca556a3f531565e5241d8317e448898f2152'/>
<id>urn:sha1:305eca556a3f531565e5241d8317e448898f2152</id>
<content type='text'>
that support for new lines of ATA controllers will be added to ata(4).
</content>
</entry>
<entry>
<title>- With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related</title>
<updated>2013-04-06T19:12:49Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2013-04-06T19:12:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2ce15bd43b3a1dcce08eecbff8d5d359946d972'/>
<id>urn:sha1:d2ce15bd43b3a1dcce08eecbff8d5d359946d972</id>
<content type='text'>
  option left but actually consumed by ada(4), so move it to opt_ada.h
  and get rid of opt_ata.h.
- Fix stand-alone build of atacore(4) by adding opt_cam.h.
- Use __FBSDID.
- Use DEVMETHOD_END.
- Use NULL instead of 0 for pointers.
</content>
</entry>
<entry>
<title>- Make ata_str2mode() static, it's not used outside of ata-all.c.</title>
<updated>2013-04-06T15:02:06Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2013-04-06T15:02:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f924768c1387f659ffd72c358d405569311612c7'/>
<id>urn:sha1:f924768c1387f659ffd72c358d405569311612c7</id>
<content type='text'>
- Move ata_timeout() to ata-all.c so we don't need to expose both this
  function and ata_cam_end_transaction() but only the former.
- Move ata_cmd2str() from ata-queue.c to ata-all.c so we can get rid of
  the former.
- Add some missing prototypes.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove all legacy ATA code parts, not used since options ATA_CAM enabled in</title>
<updated>2013-04-04T07:12:24Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2013-04-04T07:12:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45f6d66569a22acc8e16a0f80b6159af601ce541'/>
<id>urn:sha1:45f6d66569a22acc8e16a0f80b6159af601ce541</id>
<content type='text'>
most kernels before FreeBSD 9.0.  Remove such modules and respective kernel
options: atadisk, ataraid, atapicd, atapifd, atapist, atapicam.  Remove the
atacontrol utility and some man pages.  Remove useless now options ATA_CAM.

No objections:	current@, stable@
MFC after:	never
</content>
</entry>
<entry>
<title>pci_if.h is required to build atacore.</title>
<updated>2010-07-31T00:08:18Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2010-07-31T00:08:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b297c1fbde5d45f8e385ecb182cfbf1e28389db'/>
<id>urn:sha1:8b297c1fbde5d45f8e385ecb182cfbf1e28389db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>At least on sparc64 these modules require ata_machdep.c.</title>
<updated>2010-05-23T20:24:03Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2010-05-23T20:24:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09c0e2a4c0ef37d6cbba520942c961563f949629'/>
<id>urn:sha1:09c0e2a4c0ef37d6cbba520942c961563f949629</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
<entry>
<title>Drop USB mass storage devices support from ata(4). It is out of the build as</title>
<updated>2009-11-26T12:41:43Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2009-11-26T12:41:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bcbe578a6a194bdfad5865298e627283b4fb4e11'/>
<id>urn:sha1:bcbe578a6a194bdfad5865298e627283b4fb4e11</id>
<content type='text'>
long as I remember, and completely superseded by better maintained umass(4).
It's main idea was to optionally avoid CAM dependency for such devices, but
with move ATA to CAM, it is not actual any more.

No objections:	hselasky@, thompsa@, arch@
</content>
</entry>
<entry>
<title>Move the uaudio and ata-usb drivers into their correct locations.</title>
<updated>2009-02-23T21:19:18Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-02-23T21:19:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a3f90c6c3cc3124c6f4df8a11b57c8a36a2d13c'/>
<id>urn:sha1:3a3f90c6c3cc3124c6f4df8a11b57c8a36a2d13c</id>
<content type='text'>
</content>
</entry>
</feed>
