search for: vt8377

Displaying 6 results from an estimated 6 matches for "vt8377".

2007 Jun 18
9
chan problem
Hello everybody! I have some problems with my Astersk. I have an analogical OpenVox card and A Billion ISDN card (with mISDN). I load the modules with modprobe zaptel and modprobe wctdm. When I run ztcfg -vv I have this: Zaptel Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. ZT_CHANCONFIG failed on channel 1: No
2008 Mar 30
1
Stange eth-device
...8689 IO-APIC-fasteoi VIA8237 NMI: 0 Non-maskable interrupts LOC: 891 Local timer interrupts TRM: 0 Thermal event interrupts SPU: 0 Spurious interrupts ERR: 0 MIS: 0 [root at oh1mrr /]# lspci 00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80) 00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge 00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 00:0c.0 Multimedia audio controller: Ensoniq ES1370 [AudioPCI] (rev 01) 00:0d.0 Ethernet controller: Real...
2020 May 12
1
[PATCH 1/3] drm/radeon: remove AGP support
...{ PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_ATI, 0x5960, > - PCI_VENDOR_ID_ASUSTEK, 0x004c, 2}, > - /* VIA VT82C693A Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 2 */ > - { PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_ATI, 0x5960, > - PCI_VENDOR_ID_ASUSTEK, 0x0054, 2}, > - /* VIA VT8377 Host Bridge / R200 QM [Radeon 9100] Needs AGPMode 4 (deb #461144) */ > - { PCI_VENDOR_ID_VIA, 0x3189, PCI_VENDOR_ID_ATI, 0x514d, > - 0x174b, 0x7149, 4}, > - /* VIA VT8377 Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 4 (lp #312693) */ > - { PCI_VENDOR_ID_VIA, 0x3189, PCI_VENDOR_I...
2020 May 11
0
[PATCH 1/3] drm/radeon: remove AGP support
...ode 2 (deb #515512) */ - { PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_ATI, 0x5960, - PCI_VENDOR_ID_ASUSTEK, 0x004c, 2}, - /* VIA VT82C693A Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 2 */ - { PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_ATI, 0x5960, - PCI_VENDOR_ID_ASUSTEK, 0x0054, 2}, - /* VIA VT8377 Host Bridge / R200 QM [Radeon 9100] Needs AGPMode 4 (deb #461144) */ - { PCI_VENDOR_ID_VIA, 0x3189, PCI_VENDOR_ID_ATI, 0x514d, - 0x174b, 0x7149, 4}, - /* VIA VT8377 Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 4 (lp #312693) */ - { PCI_VENDOR_ID_VIA, 0x3189, PCI_VENDOR_ID_ATI, 0x5960, - 0x...
2020 May 11
2
[PATCH 1/3] drm/radeon: remove AGP support
...TI, 0x5960, > - PCI_VENDOR_ID_ASUSTEK, 0x004c, 2}, > - /* VIA VT82C693A Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 2 */ > - { PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_ATI, 0x5960, > - PCI_VENDOR_ID_ASUSTEK, 0x0054, 2}, > - /* VIA VT8377 Host Bridge / R200 QM [Radeon 9100] Needs AGPMode 4 (deb #461144) */ > - { PCI_VENDOR_ID_VIA, 0x3189, PCI_VENDOR_ID_ATI, 0x514d, > - 0x174b, 0x7149, 4}, > - /* VIA VT8377 Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 4 (lp #312693) */ > - { PCI_VEND...
2020 May 11
10
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hi guys, Well let's face it AGP is a total headache to maintain and dead for at least 10+ years. We have a lot of x86 specific stuff in the architecture independent graphics memory management to get the caching right, abusing the DMA API on multiple occasions, need to distinct between AGP and driver specific page tables etc etc... So the idea here is to just go ahead and remove the support