diff options
author | jhb <jhb@FreeBSD.org> | 2000-09-29 21:15:02 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-09-29 21:15:02 +0000 |
commit | dcf059176592d790b3ad1682c6dc7427b36f078a (patch) | |
tree | d4c16001443e48f3939a1bfac9ce68c154794a44 /sys/pci | |
parent | e91e84a78a0fabc2c019cd7092e99c5384233047 (diff) | |
download | FreeBSD-src-dcf059176592d790b3ad1682c6dc7427b36f078a.zip FreeBSD-src-dcf059176592d790b3ad1682c6dc7427b36f078a.tar.gz |
Recognize the ATI Rage128-LF Mobility AGP video adapter.
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/pcisupport.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index e73a7a6..e5c2215 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1502,6 +1502,8 @@ const char* pci_vga_match(device_t dev) chip = "Mach64-GX"; break; case 0x4c42: chip = "Mach64-LB"; break; + case 0x4c46: + chip = "Rage128-LF Mobility"; break; case 0x4c4d: chip = "Mobility-1"; break; case 0x475a: |