<?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>
    <link>http://nxr.netbsd.org/rss/src/sys/dev/ic/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>install nglereg.h</title>
    <description>/src/sys/dev/ic/Makefile - 1.31</description>
    <pubDate>Mon Dec 15 08:45:55 UTC 2025</pubDate>
    <dc:creator>macallan</dc:creator>
</item>

<item>
    <title>install summitreg.h - we will need it for Xorg</title>
    <description>/src/sys/dev/ic/Makefile - 1.30</description>
    <pubDate>Sat Nov 30 14:48:57 UTC 2024</pubDate>
    <dc:creator>macallan</dc:creator>
</item>

<item>
    <title>branches:  1.29.2;<br/>install stireg.h</title>
    <description>/src/sys/dev/ic/Makefile - 1.29</description>
    <pubDate>Mon Mar 04 10:19:14 UTC 2024</pubDate>
    <dc:creator>macallan</dc:creator>
</item>

<item>
    <title>A driver and user land utility for the Sparkfun Serial Controlled Motor<br/>Driver module as illustrated here:<br/><br/>https://www.sparkfun.com/products/13911<br/><br/>A SCMD module is a ARM SOC simular to a Arduino in front of a motor<br/>driver chip.  The single SCMD module can control two motors and up to<br/>16 additional modules can be chained together using an internal I2C<br/>bus.  One can interface with the SCMD using tty uart commands, SPI or<br/>I2C.  The driver in this commit adds a kernel driver for the I2C and<br/>SPI interfaces.  The command line utility provides a set of<br/>convenience commands that support most of the functions of the SCMD<br/>and is able to use the tty uart mode, SPI user land or the included<br/>kernel driver in a uniform manor.<br/><br/>The use of the SCMD module is mostly for small robots and the like,<br/>but it can control anything that is controllable by voltage.</title>
    <description>/src/sys/dev/ic/Makefile - 1.28</description>
    <pubDate>Tue Dec 07 17:39:54 UTC 2021</pubDate>
    <dc:creator>brad</dc:creator>
</item>

<item>
    <title>Remove HIPPI support and the esh(4) driver that uses it.  There have not<br/>been any users of HIPPI for some time, and it is unlikely to be resurrected.</title>
    <description>/src/sys/dev/ic/Makefile - 1.27</description>
    <pubDate>Sun Jan 19 06:55:21 UTC 2020</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>branches:  1.26.4;  1.26.12;<br/>Add driver for QEMU Firmware Configuration device.<br/><br/>This interface allows the host to pass various data items and files to<br/>the guest OS.</title>
    <description>/src/sys/dev/ic/Makefile - 1.26</description>
    <pubDate>Sat Nov 25 16:31:03 UTC 2017</pubDate>
    <dc:creator>jmcneill</dc:creator>
</item>

<item>
    <title>Add NVMe command passthrough support.</title>
    <description>/src/sys/dev/ic/Makefile - 1.25</description>
    <pubDate>Sat Jun 04 16:11:51 UTC 2016</pubDate>
    <dc:creator>nonaka</dc:creator>
</item>

<item>
    <title>branches:  1.24.120;  1.24.140;<br/>merge ktrace-lwp.</title>
    <description>/src/sys/dev/ic/Makefile - 1.24</description>
    <pubDate>Sun Dec 11 00:21:25 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Replace hd44780_subr.h to hd44780var.h and install to userland.</title>
    <description>/src/sys/dev/ic/Makefile - 1.23</description>
    <pubDate>Tue Jan 11 00:57:56 UTC 2005</pubDate>
    <dc:creator>joff</dc:creator>
</item>

<item>
    <title>Install athioctl.h, defining ioctls for Atheros 802.11a/b/g radios.</title>
    <description>/src/sys/dev/ic/Makefile - 1.22</description>
    <pubDate>Mon Oct 13 08:29:48 UTC 2003</pubDate>
    <dc:creator>dyoung</dc:creator>
</item>

<item>
    <title>branches:  1.21.2;<br/>Add support for the user-generated command interface and event logging<br/>required by the ICP-Vortex management tools.  Many thanks to Achim Leubner<br/>at ICP-Vortex for a few bug fixes and for testing.</title>
    <description>/src/sys/dev/ic/Makefile - 1.21</description>
    <pubDate>Tue May 13 15:42:33 UTC 2003</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>divided into PCMCIA attachment and common code of wi.<br/>since if_wi_ieee.h does not depend for pcmcia,<br/>sys/dev/pcmcia/if_wi_ieee.h was moved to sys/dev/ic/wi_ieee.h .</title>
    <description>/src/sys/dev/ic/Makefile - 1.20</description>
    <pubDate>Sun May 06 03:26:38 UTC 2001</pubDate>
    <dc:creator>ichiro</dc:creator>
</item>

<item>
    <title>re-add bt8xx.h (needed for fxtv, without which bktr is pretty much useless)</title>
    <description>/src/sys/dev/ic/Makefile - 1.19</description>
    <pubDate>Wed Apr 11 09:07:21 UTC 2001</pubDate>
    <dc:creator>wiz</dc:creator>
</item>

<item>
    <title>Only install headers which are actually used by our userland. This<br/>saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@<br/>recently.<br/><br/>I HOPE to get the list right. The headers I left in are ones<br/>used for MI tools and those whose usage I discovered by grep over tree sources.<br/>Feel free to put needed includes back in if you encounter anything which<br/>should not be removed from lists.</title>
    <description>/src/sys/dev/ic/Makefile - 1.18</description>
    <pubDate>Wed Apr 11 07:42:33 UTC 2001</pubDate>
    <dc:creator>jdolecek</dc:creator>
</item>

<item>
    <title>Add isp_ioctl.h.</title>
    <description>/src/sys/dev/ic/Makefile - 1.17</description>
    <pubDate>Tue Apr 10 21:50:53 UTC 2001</pubDate>
    <dc:creator>mjacob</dc:creator>
</item>

<item>
    <title>branches:  1.16.2;<br/>Remove mlxvar.h, which was added for no apparent reason.</title>
    <description>/src/sys/dev/ic/Makefile - 1.16</description>
    <pubDate>Sun Feb 25 16:15:07 UTC 2001</pubDate>
    <dc:creator>ad</dc:creator>
</item>

<item>
    <title>Add mlxvar.h as include files to install.</title>
    <description>/src/sys/dev/ic/Makefile - 1.15</description>
    <pubDate>Sun Feb 18 14:17:45 UTC 2001</pubDate>
    <dc:creator>taca</dc:creator>
</item>

<item>
    <title>Register definitions for the D-Link DL10019 and DL10022 Ethernet<br/>chips.  These are NE2000-compatible chips with an MII interface<br/>on them for media.</title>
    <description>/src/sys/dev/ic/Makefile - 1.14</description>
    <pubDate>Sat Feb 10 16:41:40 UTC 2001</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Add a driver for the Mylex DAC960 family (including DEC SWXCR).</title>
    <description>/src/sys/dev/ic/Makefile - 1.13</description>
    <pubDate>Sun Feb 04 17:05:12 UTC 2001</pubDate>
    <dc:creator>ad</dc:creator>
</item>

<item>
    <title>branches:  1.12.2;<br/>cleanup haeders.<br/>add opt_awi.h to define AWI_DEBUG, AWI_WEP_ARC4.<br/>show the firmware version at attach.<br/>create a framework to support WEP (encryption code is not included for now).<br/>a new wiconfig compatible ioctl interface replaced the awictl interface.<br/>fix memory leak in selecting AP<br/>fix bugs in ESSID selection<br/>changes from FreeBSD-current by Warner Losh:<br/>  revision 1.2<br/>  date: 2000/04/17 22:58:15;  author: imp;  state: Exp;  lines: +16 -1<br/>  Provide mem* for compat with NetBSD to fix LINT<br/>fixes from FreeBSD-current by Guido van Rooij:<br/>  revision 1.4<br/>  date: 2000/05/29 19:58:10;  author: guido;  state: Exp;  lines: +5 -2<br/>  Fix a panic resulting from an obvious null pointer deref.<br/>  Apparently some other panics still exist in this driver, but with<br/>  this fix, it was at least possible to run the Nokia card at SANE 2000.</title>
    <description>/src/sys/dev/ic/Makefile - 1.12</description>
    <pubDate>Fri Jun 09 05:31:15 UTC 2000</pubDate>
    <dc:creator>onoe</dc:creator>
</item>
</channel></rss>

