summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/cy.c4
-rw-r--r--sys/i386/isa/rc.c2
-rw-r--r--sys/i386/isa/si.c4
-rw-r--r--sys/i386/isa/sio.c4
4 files changed, 7 insertions, 7 deletions
diff --git a/sys/i386/isa/cy.c b/sys/i386/isa/cy.c
index 6c54a22..92ff71c 100644
--- a/sys/i386/isa/cy.c
+++ b/sys/i386/isa/cy.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.26 1995/12/10 15:54:42 bde Exp $
+ * $Id: cy.c,v 1.27 1995/12/10 20:34:27 bde Exp $
*/
#include "cy.h"
@@ -373,7 +373,7 @@ static d_devtotty_t cydevtotty;
#define CDEV_MAJOR 48
static struct cdevsw cy_cdevsw =
{ cyopen, cyclose, cyread, cywrite, /*48*/
- cyioctl, cystop, nxreset, cydevtotty,/*cyclades*/
+ cyioctl, cystop, noreset, cydevtotty,/*cyclades*/
ttselect, nommap, NULL, "cy", NULL, -1 };
diff --git a/sys/i386/isa/rc.c b/sys/i386/isa/rc.c
index 2c26c31..7b99bd7 100644
--- a/sys/i386/isa/rc.c
+++ b/sys/i386/isa/rc.c
@@ -111,7 +111,7 @@ static d_devtotty_t rcdevtotty;
#define CDEV_MAJOR 63
static struct cdevsw rc_cdevsw =
{ rcopen, rcclose, rcread, rcwrite, /*63*/
- rcioctl, rcstop, nxreset, rcdevtotty,/* rc */
+ rcioctl, rcstop, noreset, rcdevtotty,/* rc */
ttselect, nommap, NULL, "rc", NULL, -1 };
/* Per-board structure */
diff --git a/sys/i386/isa/si.c b/sys/i386/isa/si.c
index 53ca99d..979352c 100644
--- a/sys/i386/isa/si.c
+++ b/sys/i386/isa/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.26 1995/12/10 15:54:47 bde Exp $
+ * $Id: si.c,v 1.27 1995/12/10 20:34:30 bde Exp $
*/
#ifndef lint
@@ -124,7 +124,7 @@ static d_devtotty_t sidevtotty;
#define CDEV_MAJOR 68
static struct cdevsw si_cdevsw =
{ siopen, siclose, siread, siwrite, /*68*/
- siioctl, sistop, nxreset, sidevtotty,/* si */
+ siioctl, sistop, noreset, sidevtotty,/* si */
ttselect, nommap, NULL, "si", NULL, -1 };
diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c
index fa5941c..375521a 100644
--- a/sys/i386/isa/sio.c
+++ b/sys/i386/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.127 1995/12/10 13:39:13 phk Exp $
+ * $Id: sio.c,v 1.128 1995/12/10 15:54:50 bde Exp $
*/
#include "sio.h"
@@ -310,7 +310,7 @@ static d_devtotty_t siodevtotty;
#define CDEV_MAJOR 28
static struct cdevsw sio_cdevsw =
{ sioopen, sioclose, sioread, siowrite, /*28*/
- sioioctl, siostop, nxreset, siodevtotty,/* sio */
+ sioioctl, siostop, noreset, siodevtotty,/* sio */
ttselect, nommap, NULL, driver_name, NULL, -1 };
OpenPOWER on IntegriCloud