Deal with Lance memory size 132KB (sparc `lebuffer' devices use this size).

This commit is contained in:
pk 1996-12-06 21:54:00 +00:00
parent 31b46bcf59
commit e974072523

View File

@ -1,4 +1,4 @@
/* $NetBSD: am7990.c,v 1.23 1996/11/19 21:21:13 gwr Exp $ */
/* $NetBSD: am7990.c,v 1.24 1996/12/06 21:54:00 pk Exp $ */
/*-
* Copyright (c) 1995 Charles M. Hannum. All rights reserved.
@ -185,6 +185,10 @@ am7990_config(sc)
sc->sc_nrbuf = 32;
sc->sc_ntbuf = 8;
break;
case 131072:
sc->sc_nrbuf = 64;
sc->sc_ntbuf = 16;
break;
default:
panic("am7990_config: weird memory size");
}