summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2004-08-18 16:33:14 +0000
committergibbs <gibbs@FreeBSD.org>2004-08-18 16:33:14 +0000
commitbb3971cc27d63f69995fa523a6df21ae90e3430d (patch)
tree35cb6e6b848e725011f5045701cdc0a7aa93fb43 /sys/dev/aic7xxx
parent4108d3b3ac2d8b9b292c982df19aca0ee44076d8 (diff)
downloadFreeBSD-src-bb3971cc27d63f69995fa523a6df21ae90e3430d.zip
FreeBSD-src-bb3971cc27d63f69995fa523a6df21ae90e3430d.tar.gz
Remove spurious EISA definitions left over from the initial port of the
aic7xxx driver to U320 hardware.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic79xx.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.h b/sys/dev/aic7xxx/aic79xx.h
index 6ef0e1d..3e17ba9 100644
--- a/sys/dev/aic7xxx/aic79xx.h
+++ b/sys/dev/aic7xxx/aic79xx.h
@@ -1346,19 +1346,6 @@ struct ahd_pci_identity {
extern struct ahd_pci_identity ahd_pci_ident_table [];
extern const u_int ahd_num_pci_devs;
-/***************************** VL/EISA Declarations ***************************/
-struct aic7770_identity {
- uint32_t full_id;
- uint32_t id_mask;
- char *name;
- ahd_device_setup_t *setup;
-};
-extern struct aic7770_identity aic7770_ident_table [];
-extern const int ahd_num_aic7770_devs;
-
-#define AHD_EISA_SLOT_OFFSET 0xc00
-#define AHD_EISA_IOSIZE 0x100
-
/*************************** Function Declarations ****************************/
/******************************************************************************/
void ahd_reset_cmds_pending(struct ahd_softc *ahd);
OpenPOWER on IntegriCloud