mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Recognize ESS 1888 in Dell Latitude XPi
PR: kern/18714 Submitted by: Sean O'Connell <sean@stat.Duke.EDU>
This commit is contained in:
parent
9f0c6741de
commit
becc0678b7
1 changed files with 1 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ static struct isa_pnp_id sbc_ids[] = {
|
|||
{0x79187316, "ESS ES1879"}, /* ESS1879 */
|
||||
{0x88187316, "ESS ES1888"}, /* ESS1888 */
|
||||
{0x07017316, "ESS ES1888 (DEC OEM)"}, /* ESS0107 */
|
||||
{0x06017316, "ESS ES1888 (Dell OEM)"}, /* ESS0106 */
|
||||
{0}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue