Recognize the CS4236B (although we don't yet use any of the extensions).
This commit is contained in:
parent
b6781dbaa2
commit
3858cce05c
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ad1848.c,v 1.50 1998/06/09 00:05:44 thorpej Exp $ */
|
||||
/* $NetBSD: ad1848.c,v 1.51 1998/06/30 07:45:22 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 John Brezak
|
||||
|
@ -509,6 +509,9 @@ ad1848_probe(sc)
|
|||
case 0x82:
|
||||
sc->chip_name = "CS4232";
|
||||
break;
|
||||
case 0x03:
|
||||
sc->chip_name = "CS4236/CS4236B";
|
||||
break;
|
||||
}
|
||||
}
|
||||
sc->mode = 2;
|
||||
|
|
Loading…
Reference in New Issue