[BACK]Return to itesio_isa.c 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/itesio_isa.c between version 1.6.4.3 and 1.6.4.4

version 1.6.4.3, 2008/01/21 09:43:19 version 1.6.4.4, 2008/03/17 09:14:51
Line 2 
Line 2 
 /*      Derived from $OpenBSD: it.c,v 1.19 2006/04/10 00:57:54 deraadt Exp $    */  /*      Derived from $OpenBSD: it.c,v 1.19 2006/04/10 00:57:54 deraadt Exp $    */
   
 /*  /*
  * Copyright (c) 2006-2007 Juan Romero Pardines <juan@xtrarom.org>   * Copyright (c) 2006-2007 Juan Romero Pardines <xtraeme@netbsd.org>
  * Copyright (c) 2003 Julien Bordet <zejames@greyhats.org>   * Copyright (c) 2003 Julien Bordet <zejames@greyhats.org>
  * All rights reserved.   * All rights reserved.
  *   *
Line 69  __KERNEL_RCSID(0, "$NetBSD$");
Line 69  __KERNEL_RCSID(0, "$NetBSD$");
 #define RFACT(x, y)     (RFACT_NONE * ((x) + (y)) / (y))  #define RFACT(x, y)     (RFACT_NONE * ((x) + (y)) / (y))
   
 /* autoconf(9) functions */  /* autoconf(9) functions */
 static int      itesio_isa_match(device_t, struct cfdata *, void *);  static int      itesio_isa_match(device_t, cfdata_t, void *);
 static void     itesio_isa_attach(device_t, device_t, void *);  static void     itesio_isa_attach(device_t, device_t, void *);
 static int      itesio_isa_detach(device_t, int);  static int      itesio_isa_detach(device_t, int);
   
Line 109  static const int itesio_vrfact[] = {
Line 109  static const int itesio_vrfact[] = {
 };  };
   
 static int  static int
 itesio_isa_match(device_t parent, struct cfdata *match, void *aux)  itesio_isa_match(device_t parent, cfdata_t match, void *aux)
 {  {
         struct isa_attach_args *ia = aux;          struct isa_attach_args *ia = aux;
         bus_space_handle_t ioh;          bus_space_handle_t ioh;

Legend:
Removed from v.1.6.4.3  
changed lines
  Added in v.1.6.4.4

CVSweb <webmaster@jp.NetBSD.org>