diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-13 22:16:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-13 22:16:22 +0000 |
commit | ad1a5692f12f1c2e405a28331b59ea34102be2f9 (patch) | |
tree | 6d8b8c94e472843295d0f1485a44a176819f4bce | |
parent | 5decade5820d7f183afb0a430a532e9a7d3f1f4f (diff) |
Correct the vendor ID for Aver Media; dev@wanadoo.es. Confirmed with NetBSD
and Linux's pcidevs. This brooktree driver is an unmaintainable mess. Someone
should look into splitting this code up a bit into separate files, as has
already been done in NetBSD and FreeBSD.
-rw-r--r-- | sys/dev/pci/brooktree848.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/brooktree848.c b/sys/dev/pci/brooktree848.c index 38cd3beb70d..d6463808791 100644 --- a/sys/dev/pci/brooktree848.c +++ b/sys/dev/pci/brooktree848.c @@ -1,4 +1,4 @@ -/* $OpenBSD: brooktree848.c,v 1.16 2000/02/10 11:22:47 d Exp $ */ +/* $OpenBSD: brooktree848.c,v 1.17 2000/11/13 22:16:21 aaron Exp $ */ /* $Roger: brooktree848.c,v 1.85 1999/06/12 14:54:54 roger Exp $ */ /* BT848 Driver for Brooktree's Bt848, Bt848A, Bt849A, Bt878, Bt879 based cards. @@ -5348,7 +5348,7 @@ static int locate_eeprom_address( bktr_ptr_t bktr) { * stereo chips. */ -#define VENDOR_AVER_MEDIA 0x1431 +#define VENDOR_AVER_MEDIA 0x1461 #define VENDOR_HAUPPAUGE 0x0070 #define VENDOR_FLYVIDEO 0x1851 #define VENDOR_STB 0x10B4 |