Remove EISA support from ahc driver. The AIC-7770 chip can be on ISA,
authorimp <imp@FreeBSD.org>
Thu, 16 Feb 2017 21:57:19 +0000 (21:57 +0000)
committerimp <imp@FreeBSD.org>
Thu, 16 Feb 2017 21:57:19 +0000 (21:57 +0000)
commite1e4aefe4e4bd3da563dc4b69cb3e817329089ce
treee4420a6b2ef69b45c2e38542b2cf60e48b0311f7
parentc5dc273833d4fc9cc1b4ab8bc8e38ac5e94b30cb
Remove EISA support from ahc driver. The AIC-7770 chip can be on ISA,
VesaLocalBus or EISA. Internally, EISA and ISA are handled the same,
with VL being handled slightly differently. To avoid too much code
churn, retain the EISA name, despite it being used only for ISA
bus. When it is on the ISA bus, weird gymnastics are required with
EISA-space address accesses as well. Remove known models from the ahc
man page. Remove ahc_eisa module.
share/man/man4/ahc.4
sys/conf/files
sys/dev/aic7xxx/ahc_eisa.c [deleted file]
sys/dev/aic7xxx/aic7770.c
sys/dev/aic7xxx/aic7xxx.h
sys/dev/aic7xxx/aic7xxx_osm.h
sys/modules/aic7xxx/ahc/Makefile
sys/modules/aic7xxx/ahc/ahc_eisa/Makefile [deleted file]