Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 1995 12:54:47 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/i386/isa cy.c rc.c si.c sio.c
Message-ID:  <199512102054.MAA13227@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/12/10 12:54:46

  Modified:    sys/gnu/i386/isa  dgb.c
               sys/i386/isa  cy.c rc.c si.c sio.c
  Log:
  Replaced nxreset by noreset (if the reset function gets called, then the
  device must be configured.  It's hard to tell whether a reset function
  should be noreset or nullreset since reset functions are never called.
  Most drivers use nullreset but noreset has the advantage of complaining
  if somehow gets called).
  
  Revision  Changes    Path
  1.13      +2 -2      src/sys/gnu/i386/isa/dgb.c
  1.28      +2 -2      src/sys/i386/isa/cy.c
  1.19      +1 -1      src/sys/i386/isa/rc.c
  1.28      +2 -2      src/sys/i386/isa/si.c
  1.129     +2 -2      src/sys/i386/isa/sio.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512102054.MAA13227>