summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/card_if.m
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-01-07 08:08:54 +0000
committerimp <imp@FreeBSD.org>2001-01-07 08:08:54 +0000
commit4b7a126e06e4c8b7897d75aa7ee1d99a0e5e8060 (patch)
tree32fc6b708606cdec71aff03bf3112324db82ac56 /sys/dev/pccard/card_if.m
parent9abe30ef582d87f37c76e2c8d585353ff5a1af44 (diff)
downloadFreeBSD-src-4b7a126e06e4c8b7897d75aa7ee1d99a0e5e8060.zip
FreeBSD-src-4b7a126e06e4c8b7897d75aa7ee1d99a0e5e8060.tar.gz
Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't tested
by even a compile of the OLDCARD code, was unapproved by me the keeper of OLDCARD and broke OLDCARD and the ray driver. Adjust new code to cope with the older interface. If the interface changes in the future, it ***MUST*** be cleared by me so that the OLDCARD impacts taken into account. It code in card_if.m is used jointly by both OLDCARD and NEWCARD.
Diffstat (limited to 'sys/dev/pccard/card_if.m')
-rw-r--r--sys/dev/pccard/card_if.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m
index f3813ee..7952b86 100644
--- a/sys/dev/pccard/card_if.m
+++ b/sys/dev/pccard/card_if.m
@@ -64,7 +64,6 @@ METHOD int set_memory_offset {
device_t child;
int rid;
u_int32_t cardaddr;
- u_int32_t *offsetp;
}
METHOD int get_memory_offset {
OpenPOWER on IntegriCloud