PR#12885, added PROM name translations for fas, from John Heasley <heas@shrubbery.net>

This commit is contained in:
petrov 2001-05-21 21:25:28 +00:00
parent e7a0ef6145
commit 2867b0b94c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.146 2001/04/25 17:53:23 bouyer Exp $ */
/* $NetBSD: autoconf.c,v 1.147 2001/05/21 21:25:28 petrov Exp $ */
/*
* Copyright (c) 1996
@ -1450,6 +1450,7 @@ static struct {
char *cfname;
} dev_compat_tab[] = {
{ "espdma", "dma" },
{ "SUNW,fas", "esp" },
{ "QLGC,isp", "isp" },
{ "PTI,isp", "isp" },
{ "ptisp", "isp" },