diff options
| author | kz151634 <none@none> | 2006-11-16 23:38:47 -0800 |
|---|---|---|
| committer | kz151634 <none@none> | 2006-11-16 23:38:47 -0800 |
| commit | 424be376b985ffe9e35c16ddaa86e1f437e1348b (patch) | |
| tree | f71c5440c09acb8b2659353ddfadd890bd82b800 /usr/src | |
| parent | 574679b56f63a12e0688c8b33955aa22b3c494dc (diff) | |
| download | illumos-joyent-424be376b985ffe9e35c16ddaa86e1f437e1348b.tar.gz | |
6491150 i915GM chipset should be supported by i915 driver as well
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/pkgdefs/SUNWdrmr/postinstall | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/pkgdefs/SUNWdrmr/postinstall b/usr/src/pkgdefs/SUNWdrmr/postinstall index ffa0b0165a..24130dbda7 100644 --- a/usr/src/pkgdefs/SUNWdrmr/postinstall +++ b/usr/src/pkgdefs/SUNWdrmr/postinstall @@ -30,10 +30,12 @@ PATH=/usr/bin:/usr/sbin:${PATH} export PATH +# the following ids are sorted in numeric order BRALIAS="\ \"pci8086,2562\" \ \"pci8086,2572\" \ \"pci8086,2582\" \ + \"pci8086,2592\" \ \"pci8086,3582\" \ " DRVPERM='* 0644 root sys' |
