1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

Remove spurious EISA definitions left over from the initial port of the

aic7xxx driver to U320 hardware.
This commit is contained in:
Justin T. Gibbs 2004-08-18 16:33:14 +00:00
parent eaa73a368b
commit aed921b969
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133965

View File

@ -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);