summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2006-11-09 02:19:30 +0000
committerkevlo <kevlo@FreeBSD.org>2006-11-09 02:19:30 +0000
commit2294e5e2a949e36f69b95aeea4f26f4a817f0e57 (patch)
tree896ea07c609220b82f0d100c703dc127145a83b2 /sys/dev/aha
parent93ee84a57833987497e5dc8602b0ff60c4426c78 (diff)
downloadFreeBSD-src-2294e5e2a949e36f69b95aeea4f26f4a817f0e57.zip
FreeBSD-src-2294e5e2a949e36f69b95aeea4f26f4a817f0e57.tar.gz
Remove unused structures.
Reviewed by: cognet and imp Approved by: cognet and imp
Diffstat (limited to 'sys/dev/aha')
-rw-r--r--sys/dev/aha/ahareg.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys/dev/aha/ahareg.h b/sys/dev/aha/ahareg.h
index a248caa..5dc21a3 100644
--- a/sys/dev/aha/ahareg.h
+++ b/sys/dev/aha/ahareg.h
@@ -184,10 +184,6 @@ typedef struct {
} config_data_t;
typedef struct {
- uint8_t enable;
-} target_mode_params_t;
-
-typedef struct {
uint8_t offset : 4,
period : 3,
sync : 1;
@@ -212,28 +208,8 @@ typedef struct {
uint8_t bios_mbox_addr[3];
} setup_data_t;
-struct aha_isa_port {
- uint16_t addr;
- uint8_t bio; /* board IO offset */
-};
-
#define AHA_NUM_ISAPORTS 6
-typedef enum {
- BIO_330 = 0,
- BIO_334 = 1,
- BIO_230 = 2,
- BIO_234 = 3,
- BIO_130 = 4,
- BIO_134 = 5,
- BIO_DISABLED = 6,
- BIO_DISABLED2 = 7
-} isa_compat_io_t;
-
-typedef struct {
- uint8_t sync_rate[16]; /* Sync in 10ns units */
-} target_sync_info_data_t;
-
typedef struct {
uint8_t len[3];
uint8_t addr[3];
@@ -409,7 +385,6 @@ void aha_find_probe_range(int, int *, int *);
void aha_free(struct aha_softc *);
int aha_init(struct aha_softc *);
void aha_intr(void *);
-int aha_iop_from_bio(isa_compat_io_t);
int aha_probe(struct aha_softc *);
#define DEFAULT_CMD_TIMEOUT 10000 /* 1 sec */
OpenPOWER on IntegriCloud