diff options
| author | Jason King <jasonbking@users.noreply.github.com> | 2020-04-24 09:25:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-24 09:25:14 -0500 |
| commit | 890fb1e55516025efa86e38cd40d65064ccd8136 (patch) | |
| tree | 32741ac52a4d1f6efa633618b4e85285b340fb1e /usr/src | |
| parent | cd5b57fb9fbcc2ff8188fb8a852d151e41111a9d (diff) | |
| download | illumos-joyent-890fb1e55516025efa86e38cd40d65064ccd8136.tar.gz | |
12450 Add support for BCM57765 family devices to bge [fix driver_aliases] (#291)
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/uts/intel/os/driver_aliases | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/usr/src/uts/intel/os/driver_aliases b/usr/src/uts/intel/os/driver_aliases index 7e8c801f03..3e3bcb1a7f 100644 --- a/usr/src/uts/intel/os/driver_aliases +++ b/usr/src/uts/intel/os/driver_aliases @@ -142,16 +142,16 @@ bge "pci108e,1647" bge "pci108e,1648" bge "pci108e,16a7" bge "pci108e,16a8" -bge "pci14e4,0x1682" -bge "pci14e4,0x1686" -bge "pci14e4,0x16b0" -bge "pci14e4,0x16b1" -bge "pci14e4,0x16b2" -bge "pci14e4,0x16b3" -bge "pci14e4,0x16b4" -bge "pci14e4,0x16b5" -bge "pci14e4,0x16b6" -bge "pci14e4,0x16b7" +bge "pci14e4,1682" +bge "pci14e4,1686" +bge "pci14e4,16b0" +bge "pci14e4,16b1" +bge "pci14e4,16b2" +bge "pci14e4,16b3" +bge "pci14e4,16b4" +bge "pci14e4,16b5" +bge "pci14e4,16b6" +bge "pci14e4,16b7" bge "pci14e4,1600" bge "pci14e4,1601" bge "pci14e4,1643" @@ -186,16 +186,16 @@ bge "pci14e4,16a7" bge "pci14e4,16a8" bge "pci14e4,16c7" bge "pci14e4,16f3" -bge "pciex14e4,0x1682" -bge "pciex14e4,0x1686" -bge "pciex14e4,0x16b0" -bge "pciex14e4,0x16b1" -bge "pciex14e4,0x16b2" -bge "pciex14e4,0x16b3" -bge "pciex14e4,0x16b4" -bge "pciex14e4,0x16b5" -bge "pciex14e4,0x16b6" -bge "pciex14e4,0x16b7" +bge "pciex14e4,1682" +bge "pciex14e4,1686" +bge "pciex14e4,16b0" +bge "pciex14e4,16b1" +bge "pciex14e4,16b2" +bge "pciex14e4,16b3" +bge "pciex14e4,16b4" +bge "pciex14e4,16b5" +bge "pciex14e4,16b6" +bge "pciex14e4,16b7" bge "pciex14e4,1643" bge "pciex14e4,1655" bge "pciex14e4,1656" |
