[BACK]Return to fdvar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / isa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/isa/fdvar.h between version 1.3.70.2 and 1.4

version 1.3.70.2, 2008/06/02 13:23:30 version 1.4, 2008/02/22 23:40:50
Line 15 
Line 15 
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
    * 3. All advertising materials mentioning features or use of this software
    *    must display the following acknowledgement:
    *        This product includes software developed by the NetBSD
    *        Foundation, Inc. and its contributors.
    * 4. Neither the name of The NetBSD Foundation nor the names of its
    *    contributors may be used to endorse or promote products derived
    *    from this software without specific prior written permission.
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS   * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED   * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
Line 59  struct fd_type {
Line 66  struct fd_type {
   
 /* software state, per disk (with up to 4 disks per ctlr) */  /* software state, per disk (with up to 4 disks per ctlr) */
 struct fd_softc {  struct fd_softc {
         device_t sc_dev;          struct device sc_dev;
         struct disk sc_dk;          struct disk sc_dk;
   
         const struct fd_type *sc_deftype; /* default type descriptor */          const struct fd_type *sc_deftype; /* default type descriptor */

Legend:
Removed from v.1.3.70.2  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>