<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/pc98/conf/NOTES, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-01-28T02:22:15Z</updated>
<entry>
<title>Remove pc98 support completely.</title>
<updated>2017-01-28T02:22:15Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2017-01-28T02:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b375b4edd1b98884c3031d6ccd61acb10bd895d'/>
<id>urn:sha1:2b375b4edd1b98884c3031d6ccd61acb10bd895d</id>
<content type='text'>
I thank all developers and contributors for pc98.

Relnotes:	yes
</content>
</entry>
<entry>
<title>Remove the ie(4) driver for Intel 82586 ISA Ethernet adapters.</title>
<updated>2016-08-20T00:49:29Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2016-08-20T00:49:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=21768fa9c008fbfb6d54d5706c56ac4149b68a0e'/>
<id>urn:sha1:21768fa9c008fbfb6d54d5706c56ac4149b68a0e</id>
<content type='text'>
This driver only supports 10Mb Ethernet using PIO (the hardware supports
DMA, but the driver only does PIO).  There are not any PCCard adapters
supported by this driver, only ISA cards.  In addition, it does not use
bus_space but instead uses bcopy with volatile pointers triggering a
host of warnings.  (if_ie.c is one of 3 files always built with
-Wno-error)

Relnotes:	yes
</content>
</entry>
<entry>
<title>Remove the wds(4) driver for the WD700 ISA SCSI HBA.</title>
<updated>2016-08-19T21:51:42Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2016-08-19T21:51:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=64450fdf48b8b915d9474aea5c6a64c6a7edf848'/>
<id>urn:sha1:64450fdf48b8b915d9474aea5c6a64c6a7edf848</id>
<content type='text'>
While this driver does do DMA, it bounce buffers all transactions through
a single 64k buffer.  It also does not have a manpage.

Relnotes:	yes
</content>
</entry>
<entry>
<title>Move 'device pci' for the PCI bus driver to the MI NOTES file.</title>
<updated>2016-04-29T23:53:55Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2016-04-29T23:53:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e131ba36e809fae872977b0f67ebb8e8c0a0d38b'/>
<id>urn:sha1:e131ba36e809fae872977b0f67ebb8e8c0a0d38b</id>
<content type='text'>
The PCI bus was already listed in all of the MD NOTES files and the
driver should at least compile on all platforms.
</content>
</entry>
<entry>
<title>Disconnect iBCS2 emulator from the build.  The ibcs2 option, the build</title>
<updated>2015-11-28T08:31:32Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-11-28T08:31:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=493a48901f42aab140a4ef72bd0811d156875331'/>
<id>urn:sha1:493a48901f42aab140a4ef72bd0811d156875331</id>
<content type='text'>
glue and the sources are not removed for now.

Discussed with:	emaste
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>lindev(4): finish the partial commit in r265212</title>
<updated>2014-05-02T07:14:22Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2014-05-02T07:14:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=804e017089aac564d4a97f0db6d5cd06feadc33b'/>
<id>urn:sha1:804e017089aac564d4a97f0db6d5cd06feadc33b</id>
<content type='text'>
lindev(4) was only used to provide /dev/full which is now a standard feature of
FreeBSD.  /dev/full was never linux-specific and provides a generally useful
feature.

Document this in UPDATING and bump __FreeBSD_version.  This will be documented
in the PH shortly.

Reported by:	jkim
</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>- Create a separate section in in the MI NOTES file for PCI wireless NIC</title>
<updated>2009-12-18T16:13:21Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-12-18T16:13:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=390cee8729acee976a9bb0193e12829e75a3bc94'/>
<id>urn:sha1:390cee8729acee976a9bb0193e12829e75a3bc94</id>
<content type='text'>
  drivers and move bwi(4) there from the PCI Ethernet NIC section.
- Move ath(4) and ral(4) to the MI NOTES file.

Reviewed by:	rpaulo
</content>
</entry>
<entry>
<title>Fix cut'n paste on the AR9280 entry.</title>
<updated>2009-12-02T21:22:10Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-12-02T21:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3da0423e1cd78bc093dbbabe046118259a954b94'/>
<id>urn:sha1:3da0423e1cd78bc093dbbabe046118259a954b94</id>
<content type='text'>
Submitted by:	pluknet
</content>
</entry>
<entry>
<title>Add missing ath_ar9* ath hal entries.</title>
<updated>2009-12-02T00:38:11Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2009-12-02T00:38:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1813b93dc17f25c18ee9ea57e0e50dd1874ebf5f'/>
<id>urn:sha1:1813b93dc17f25c18ee9ea57e0e50dd1874ebf5f</id>
<content type='text'>
</content>
</entry>
</feed>
