Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Oops, struct scsipi_adapter was changed recently.
details: https://anonhg.NetBSD.org/src/rev/946b27901194
branches: trunk
changeset: 487270:946b27901194
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Jun 05 15:19:42 2000 +0000
description:
Oops, struct scsipi_adapter was changed recently.
diffstat:
sys/dev/ic/ncr53c9x.c | 3 ++-
sys/dev/pcmcia/esp_pcmcia.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r f0b8cec4a6fa -r 946b27901194 sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c Mon Jun 05 15:08:00 2000 +0000
+++ b/sys/dev/ic/ncr53c9x.c Mon Jun 05 15:19:42 2000 +0000
@@ -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 @@
ncr53c9x_scsi_cmd, /* cmd */
minphys, /* minphys */
NULL, /* ioctl */
+ NULL, /* enable */
NULL, /* getgeom */
};
diff -r f0b8cec4a6fa -r 946b27901194 sys/dev/pcmcia/esp_pcmcia.c
--- a/sys/dev/pcmcia/esp_pcmcia.c Mon Jun 05 15:08:00 2000 +0000
+++ b/sys/dev/pcmcia/esp_pcmcia.c Mon Jun 05 15:19:42 2000 +0000
@@ -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 @@
minphys, /* minphys */
NULL, /* ioctl */
esp_pcmcia_enable, /* enable */
+ NULL, /* getgeom */
};
struct cfattach esp_pcmcia_ca = {
Home |
Main Index |
Thread Index |
Old Index