diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-03-16 07:12:36 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-03-16 07:12:36 +0000 |
| commit | 4a2a38f682e69a4928035304213ddfdb8e06c8a5 (patch) | |
| tree | 95060e9c6842ebb5650b6dbb128bc7ace70d09da | |
| parent | 4b0eb76dc9ace232d07881c0a69a3530a52ac2f4 (diff) | |
Notes
| -rw-r--r-- | sys/pci/aic7870.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c index ffddb52263db..963452270352 100644 --- a/sys/pci/aic7870.c +++ b/sys/pci/aic7870.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7870.c,v 1.50 1997/02/22 09:43:59 peter Exp $ + * $Id: aic7870.c,v 1.51 1997/02/25 03:06:19 gibbs Exp $ */ #if defined(__FreeBSD__) @@ -60,7 +60,7 @@ #include <i386/scsi/aic7xxx.h> #include <i386/scsi/93cx6.h> -#include <dev/aic7xxx/aic7xxx_reg.h> +#include <aic7xxx_reg.h> #define PCI_BASEADR0 PCI_MAP_REG_START /* I/O Address */ #define PCI_BASEADR1 PCI_MAP_REG_START + 4 /* Mem I/O Address */ @@ -725,7 +725,7 @@ load_seeprom(ahc, sxfrctl1) } if (!have_seeprom) { if (bootverbose) - printf("\n%s: No SEEPROM availible\n", ahc_name(ahc)); + printf("\n%s: No SEEPROM available\n", ahc_name(ahc)); ahc->flags |= AHC_USEDEFAULTS; } else { /* |
