<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>28616d01bbfd87b12cbde56b9332d0bc8fec41ec - xdisk - Link into tree, add manual page</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#28616d01bbfd87b12cbde56b9332d0bc8fec41ec</link>
        <description>xdisk - Link into tree, add manual page* Link the xdisk driver into the tree and add a quick manual page.  The xdisk driver uses libdmsg + the hammer2 service daemon to  implement remote block devices over a network.  The hammer2 service daemon is the lynchpin of the system, see  the section on setting up /etc/hammer2 in the hammer2 manual page  for more information.* xdisk works like a dedicated block device, so is NOT like a NFS share.  At any given time, a particular block device should only be open for  writing by a single client.  The driver needs some work w/regards to  maintaining open ref counts and such across the mini-cloud.  Multiple  clients should not try to share the same block device.  That said, filesystem performance over xdisk block devices should be  very good.  Since the filesystem is running on the client-side, system  buffer cache, read-ahead, and write buffering may be fully employed  and performance will generally be better than NFS.* Note that libdmsg has been in the tree awhile but is still considered  highly experimental.  It uses encrypted connections but the encryption  is not considered to be robust at this time.  Authentication is implemented  via a combination of public/private key pairs and IP addresses.  The hammer2 manual page describes the directives that may be used to  create these keys.

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Sun, 31 Oct 2021 02:49:07 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>6daa0b127163a49f1737a0eb51b946790f5d3c47 - kernel/isp: Unify firmware handling with the rest of the system.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#6daa0b127163a49f1737a0eb51b946790f5d3c47</link>
        <description>kernel/isp: Unify firmware handling with the rest of the system.* Convert firmware binary data from C arrays in a header files to  uuencode .uu files. Byte order of the firmware image is  little-endian. As far as DragonFly BSD supports only little-endian  architectures it&apos;s ok. But in case of a big-endian architecture the  byte order must be changed before firmware is processed by the isp  driver.* Move the .uu images to a sys/contrib/dev/isp.* Add a script for conversion of firmware stored in arrays in the C  header files to .uu files. This is for getting the firmware changes  from the other BSD systems more easily.* Remove use of ispfw module that contains firmwares for all of the  isp.4 driver devices. User can pick a module for a particular device  instead of having firmwares for all of the devices loaded.* Document that the kitchen sink ispfw.ko module with all firmware is  gone.Submitted-by:  Jan SucanDragonfly-bug: &lt;https://bugs.dragonflybsd.org/issues/3044&gt;

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Sun, 25 Jun 2017 10:27:24 +0000</pubDate>
        <dc:creator>Jan Sucan &lt;sucanjan@fit.cvut.cz&gt;</dc:creator>
    </item>
<item>
        <title>82faf7935980d0b4e443ff7bbff806e3d6e2a10f - kernel - Remove old SCSI drivers - aic, aic7xxx, ahc, ahd</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#82faf7935980d0b4e443ff7bbff806e3d6e2a10f</link>
        <description>kernel - Remove old SCSI drivers - aic, aic7xxx, ahc, ahd* Remove these drivers.  They were pinnacles of their time, requiring  incredibly complex state machines for sequencing old-style SCSI busses.  CAM was created to support these babies.  But alas, they became obsolete  many years ago.* They were from the 32-bit ISA and PCI (not PCIe) PC era.  DragonFlyBSD  doesn&apos;t even boot on those old machines any more, being 64-bit only.* Also deals with some -j races in the aic sub-build.

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Tue, 21 Feb 2017 04:05:44 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>075c6d38244abd0b0c8dc9b2974ef574b9180bf5 - kernel - CAM cleanup 1/N - Remove ancient scsi pccard drivers ncv, nsp, stg</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#075c6d38244abd0b0c8dc9b2974ef574b9180bf5</link>
        <description>kernel - CAM cleanup 1/N - Remove ancient scsi pccard drivers ncv, nsp, stg* Remove a number of ancient drivers that nobody could possibly be using  any more.* Remove ncv: NCR 53C500 based SCSI host adapters.* Remove nsp: Workbit Ninja SCSI-3 based PC Card SCSI host adapters.* Remove stg: TMC 18C30, 18C50 based PC Card SCSI host adapters.

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Sun, 08 Jan 2017 07:02:31 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>1763d9eb5be9920307fc4a01a6247956e8a9c4cd - kernel - Add nvme driver to the kernel build as a module.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#1763d9eb5be9920307fc4a01a6247956e8a9c4cd</link>
        <description>kernel - Add nvme driver to the kernel build as a module.* Add the nvme driver to the kernel build as a module.

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Sun, 05 Jun 2016 18:37:06 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>b0d289c2d9b4bed0d1735c57ae6d64f18bd0ed17 - build - Parallelize kernel module build</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#b0d289c2d9b4bed0d1735c57ae6d64f18bd0ed17</link>
        <description>build - Parallelize kernel module build* Parallelize the module build portion of a full buildkernel.* Decreases full kernel build times significantly.  The build  is up to 3 times faster now.* On monster full kernel build time goes from 10:48 to 3:04.

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Tue, 09 Jun 2015 00:19:18 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>c2d9fe68ab520e6cc5e22f37c32fe4998877bec9 - kernel: Build and install nata(4) modules too.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#c2d9fe68ab520e6cc5e22f37c32fe4998877bec9</link>
        <description>kernel: Build and install nata(4) modules too.Reported-by:   tuxilloDragonfly-bug: &lt;http://bugs.dragonflybsd.org/issues/2642&gt;

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Sat, 22 Feb 2014 21:09:52 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>eb403c9356ce5a2d494a31e006698fd95cf594b1 - Merge remote-tracking branch &apos;crater/master&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#eb403c9356ce5a2d494a31e006698fd95cf594b1</link>
        <description>Merge remote-tracking branch &apos;crater/master&apos;

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Thu, 16 Feb 2012 06:35:29 +0000</pubDate>
        <dc:creator>Thomas Nikolajsen &lt;thomas@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c12c399a1f4ca85fa32e64e159acf5cd2259d897 - mps(4): Sync with FreeBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#c12c399a1f4ca85fa32e64e159acf5cd2259d897</link>
        <description>mps(4): Sync with FreeBSD.This a still in progress port of the new, LSI-supported version of themps(4) driver from FreeBSD.Some of the changes are (from FreeBSD&apos;s commit msg):- Integrated RAID (IR) support.- Support for WarpDrive controllers.- Support for SCSI protection information (EEDP).- Support for TLR (Transport Level Retries), needed for tape drives.- Improved error recovery code.- ioctl interface compatible with LSI utilities.This commit also moves the driver from sys/dev/disk to sys/dev/raid.It still fails attaching at this stage. Work on it will continue inmaster.

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Tue, 07 Feb 2012 08:42:32 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>30702410e2ccf52427b8b0e3a234e7cb79ab5763 - sym(4): Sync with FreeBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#30702410e2ccf52427b8b0e3a234e7cb79ab5763</link>
        <description>sym(4): Sync with FreeBSD.This fixes disk detection issues in QEMU, among other things. It is alsoavailable as a module now.Tested-by: tuxillo

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Wed, 01 Feb 2012 22:36:39 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>191d7ec1f1aadafa7feda00a69a351e6a683a8cc - isp(4): Sync with FreeBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#191d7ec1f1aadafa7feda00a69a351e6a683a8cc</link>
        <description>isp(4): Sync with FreeBSD.Adds support for some newer cards:* Qlogic ISP 2322 PCI FC-AL Adapter* Qlogic ISP 2422 PCI FC-AL Adapter* Qlogic ISP 2432 PCI FC-AL Adapter* Qlogic ISP 2532 PCI FC-AL Adapter* Qlogic ISP 5432 PCI FC-AL Adapter* Qlogic ISP 6312 PCI FC-AL Adapter* Qlogic ISP 6322 PCI FC-AL AdapterAlso isp(4) can now be loaded as a module. The firmwares have beenseparated into per-firmware modules, too.It was tested with an old DEC KZPBA-CX (1040 based) SCSI adapter.

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Tue, 03 Jan 2012 12:29:09 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>86d7f5d305c6adaa56ff4582ece9859d73106103 - Initial import of binutils 2.22 on the new vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#86d7f5d305c6adaa56ff4582ece9859d73106103</link>
        <description>Initial import of binutils 2.22 on the new vendor branchFuture versions of binutils will also reside on this branch ratherthan continuing to create new binutils branches for each new version.

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Sat, 26 Nov 2011 08:27:44 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>ad9f8794f2f018b4187756bfd362eed57d8498ea - kernel: Remove some old ISA only drivers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#ad9f8794f2f018b4187756bfd362eed57d8498ea</link>
        <description>kernel: Remove some old ISA only drivers.This commits removes the following old ISA specific drivers, most of whichhave been removed in FreeBSD, too:aha(4)    - Adaptec 154xA, 154xB, 154xC, 154xCF and 154xCP SCSI cardsasc(4)    - GI1904-based hand scannerctx       - ImageNation CORTEX-I Frame Grabberdgb(4)    - DigiBoard serial cards (digi(4) driver remains)el(4)     - 3Com Etherlink 3C501 NICgpib      - National Instruments AT-GPIB and AT-GPIB/TNT boardsgsc(4)    - Genius GS-4500 hand scannerie(4)     - Intel i82586 based 8 and 16 bit ISA ethernet cardslabpc(4)  - National Instruments LABPC and LABPC+ driverle(4)     - DEC EtherWORKS II/III ethernet cardsmse(4)    - Bus and InPort mouse driverrc(4)     - RISCom/8 multiport serial cardsrdp(4)    - RealTek RTL8002 based pocket ethernet adaptersspigot    - Creative Labs Spigot video acquisition boardtw(4)     - TW-523 X-10 interfacewl(4)     - T1 speed ISA/radio LAN cardwt(4)     - Archive/Wangtek cartridge tape driverAlong with those, a number of associated programs are removed, too:sasc(1) sgsc(1) wlconfig(8) xten(1) xtend(8)

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Thu, 21 Jul 2011 08:19:04 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>974066bcf04bd5b2e787602ecd11f3408c9d2066 - Merge branch &apos;master&apos; of git://chlamydia.fs.ei.tum.de/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#974066bcf04bd5b2e787602ecd11f3408c9d2066</link>
        <description>Merge branch &apos;master&apos; of git://chlamydia.fs.ei.tum.de/dragonfly

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Tue, 25 Aug 2009 16:06:57 +0000</pubDate>
        <dc:creator>Matthias Schmidt &lt;matthias@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>e25c779e68af1cbb317233dccd5ced1a01a0d06a - Bring in ISCSI initiator support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#e25c779e68af1cbb317233dccd5ced1a01a0d06a</link>
        <description>Bring in ISCSI initiator support.* Port ISCSI initiator support from FreeBSD.* Additional work to help stabilize it.Submitted-by: Antonio Huete Jimenez &lt;tuxillo@quantumachine.net&gt;Taken-from: FreeBSD

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Mon, 24 Aug 2009 15:59:40 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>3def192be24eccfef0c1ab1811419f98fad530e0 - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#3def192be24eccfef0c1ab1811419f98fad530e0</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Sun, 16 Aug 2009 18:19:39 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>8268858881f9f5478b145cf5ef389a295616b5a0 - mpt(4): Hook the module into the build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#8268858881f9f5478b145cf5ef389a295616b5a0</link>
        <description>mpt(4): Hook the module into the build.

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Sun, 16 Aug 2009 10:02:47 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>6cd31e5b55f074b510e038fe8357486a8535c40c - Merge branch &apos;master&apos; into amd64</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#6cd31e5b55f074b510e038fe8357486a8535c40c</link>
        <description>Merge branch &apos;master&apos; into amd64

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Mon, 06 Jul 2009 15:17:09 +0000</pubDate>
        <dc:creator>Jordan Gordeev &lt;jgordeev@dir.bg&gt;</dc:creator>
    </item>
<item>
        <title>53116cdcc6eba9e641f1c323a063e944f947fc78 - Merge commit &apos;1276d1e1a1b128f7093a3021d3f6bc27afa80d23&apos; into amd64</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#53116cdcc6eba9e641f1c323a063e944f947fc78</link>
        <description>Merge commit &apos;1276d1e1a1b128f7093a3021d3f6bc27afa80d23&apos; into amd64

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Mon, 06 Jul 2009 14:47:52 +0000</pubDate>
        <dc:creator>Jordan Gordeev &lt;jgordeev@dir.bg&gt;</dc:creator>
    </item>
<item>
        <title>fd81437de127604c608fa20e6311e06079519b8b - SILI - Add the SILI driver to the general module build</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/disk/Makefile#fd81437de127604c608fa20e6311e06079519b8b</link>
        <description>SILI - Add the SILI driver to the general module build

            List of files:
            /dflybsd-src/sys/dev/disk/Makefile</description>
        <pubDate>Fri, 26 Jun 2009 16:47:56 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
</channel>
</rss>
