diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-12-16 01:33:27 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-12-16 01:33:27 +0000 |
commit | 1fffb7adc2bcff61fb3a02659b0f9252fcaa4f45 (patch) | |
tree | 7e9fc3c71eb7f3a22976bd961660f273c4f27991 /sys/dev/ic/aic79xx_openbsd.h | |
parent | ae0bfde6df1b1213fb756b9d7d7cbea8b849b411 (diff) |
Delete VL/EISA cruft left over from ahc.
Diffstat (limited to 'sys/dev/ic/aic79xx_openbsd.h')
-rw-r--r-- | sys/dev/ic/aic79xx_openbsd.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/aic79xx_openbsd.h b/sys/dev/ic/aic79xx_openbsd.h index 7c4fe4fca97..381fac18236 100644 --- a/sys/dev/ic/aic79xx_openbsd.h +++ b/sys/dev/ic/aic79xx_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx_openbsd.h,v 1.10 2004/12/13 04:07:26 krw Exp $ */ +/* $OpenBSD: aic79xx_openbsd.h,v 1.11 2004/12/16 01:33:26 krw Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -257,10 +257,6 @@ typedef enum void ahd_power_state_change(struct ahd_softc *, ahd_power_state); -/******************************** VL/EISA *************************************/ -int aic7770_map_registers(struct ahd_softc *); -int aic7770_map_int(struct ahd_softc *, int); - /********************************* Debug **************************************/ void ahd_print_path(struct ahd_softc *, struct scb *); void ahd_platform_dump_card_state(struct ahd_softc *ahd); |