diff options
| author | dyoung <dyoung@NetBSD.org> | 2010-03-15 19:43:17 +0000 |
|---|---|---|
| committer | dyoung <dyoung@NetBSD.org> | 2010-03-15 19:43:17 +0000 |
| commit | bc155f4a0d84ee1ec36bda8012cf22a9b1e2875d (patch) | |
| tree | 096ae6d104da5c1d29f54cf129d70fd39d770bd8 /sys/dev | |
| parent | c649ef358c967441072123d6b8817b5019159927 (diff) | |
Delete unused members ct_rbus_iot and ct_rbus_memt from struct
cardbus_devfunc.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cardbus/cardbusvar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/cardbus/cardbusvar.h b/sys/dev/cardbus/cardbusvar.h index 840796bc65e..66dfa8730cd 100644 --- a/sys/dev/cardbus/cardbusvar.h +++ b/sys/dev/cardbus/cardbusvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: cardbusvar.h,v 1.51 2010/03/04 22:37:38 dyoung Exp $ */ +/* $NetBSD: cardbusvar.h,v 1.52 2010/03/15 19:43:17 dyoung Exp $ */ /* * Copyright (c) 1998, 1999 and 2000 @@ -177,9 +177,6 @@ typedef struct cardbus_devfunc { int ct_bus; /* bus number */ int ct_func; /* function number */ - rbus_tag_t ct_rbus_iot; /* CardBus i/o rbus tag */ - rbus_tag_t ct_rbus_memt; /* CardBus mem rbus tag */ - pcireg_t ct_bar[6]; /* Base Address Regs 0 to 6 */ pcireg_t ct_bhlc; /* Latency timer and cache line size */ /* u_int32_t ct_cisreg; */ /* CIS reg: is it needed??? */ |
