From a12331c461879ab036b552a72f431acb953e7ce6 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Mon, 5 Jun 2000 15:19:42 +0000 Subject: [PATCH] Oops, struct scsipi_adapter was changed recently. --- sys/dev/ic/ncr53c9x.c | 3 ++- sys/dev/pcmcia/esp_pcmcia.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/ncr53c9x.c b/sys/dev/ic/ncr53c9x.c index a6bb75d82209..3212de5f25ed 100644 --- a/sys/dev/ic/ncr53c9x.c +++ b/sys/dev/ic/ncr53c9x.c @@ -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 */ }; diff --git a/sys/dev/pcmcia/esp_pcmcia.c b/sys/dev/pcmcia/esp_pcmcia.c index 19ea30754df3..b88707fc258d 100644 --- a/sys/dev/pcmcia/esp_pcmcia.c +++ b/sys/dev/pcmcia/esp_pcmcia.c @@ -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 = {