mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support for the newer Promise chips here as well.
This commit is contained in:
parent
ce595235cb
commit
65d5e55cdd
1 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ ar_probe(struct ad_softc *adp)
|
|||
case 0x4d38105a:
|
||||
case 0x4d30105a:
|
||||
case 0x0d30105a:
|
||||
case 0x4d68105a:
|
||||
case 0x6268105a:
|
||||
return (ar_promise_conf(adp, ar_table));
|
||||
|
||||
case 0x00041103:
|
||||
|
|
|
|||
Loading…
Reference in a new issue