Oops, struct scsipi_adapter was changed recently.

This commit is contained in:
tsutsui 2000-06-05 15:19:42 +00:00
parent 8c4d1bf1f9
commit a12331c461
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ncr53c9x.c,v 1.50 2000/06/05 07:59:54 nisimura Exp $ */
/* $NetBSD: ncr53c9x.c,v 1.51 2000/06/05 15:19:42 tsutsui Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -151,6 +151,7 @@ static struct scsipi_adapter ncr53c9x_adapter = {
ncr53c9x_scsi_cmd, /* cmd */
minphys, /* minphys */
NULL, /* ioctl */
NULL, /* enable */
NULL, /* getgeom */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: esp_pcmcia.c,v 1.6 2000/06/05 15:08:01 tsutsui Exp $ */
/* $NetBSD: esp_pcmcia.c,v 1.7 2000/06/05 15:19:44 tsutsui Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -91,6 +91,7 @@ static struct scsipi_adapter esp_pci_adapter = {
minphys, /* minphys */
NULL, /* ioctl */
esp_pcmcia_enable, /* enable */
NULL, /* getgeom */
};
struct cfattach esp_pcmcia_ca = {