[BACK]Return to satlink.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/Attic/satlink.c between version 1.22 and 1.22.2.1

version 1.22, 2003/05/09 23:51:29 version 1.22.2.1, 2004/09/18 14:47:47
Line 141  satlinkprobe(parent, match, aux)
Line 141  satlinkprobe(parent, match, aux)
                 return (0);                  return (0);
   
         /* Don't allow wildcarding of iobase or drq. */          /* Don't allow wildcarding of iobase or drq. */
         if (ia->ia_io[0].ir_addr == ISACF_PORT_DEFAULT)          if (ia->ia_io[0].ir_addr == ISA_UNKNOWN_PORT)
                 return (0);                  return (0);
         if (ia->ia_drq[0].ir_drq == ISACF_DRQ_DEFAULT)          if (ia->ia_drq[0].ir_drq == ISA_UNKNOWN_DRQ)
                 return (0);                  return (0);
   
         if (bus_space_map(iot, ia->ia_io[0].ir_addr, SATLINK_IOSIZE, 0, &ioh))          if (bus_space_map(iot, ia->ia_io[0].ir_addr, SATLINK_IOSIZE, 0, &ioh))

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.22.2.1

CVSweb <webmaster@jp.NetBSD.org>