Displaying 20 results from an estimated 31 matches for "tdma".
Did you mean:
dma
2020 Sep 15
0
[PATCH 12/18] sgiseeq: convert to dma_alloc_noncoherent
...);
+
dma_sync_desc_cpu(dev, &sp->rx_desc[orig_end]);
sp->rx_desc[orig_end].rdma.cntinfo &= ~(HPCDMA_EOR);
dma_sync_desc_dev(dev, &sp->rx_desc[orig_end]);
@@ -443,6 +449,7 @@ static inline void kick_tx(struct net_device *dev,
dma_sync_desc_cpu(dev, td);
}
if (td->tdma.cntinfo & HPCDMA_XIU) {
+ dma_sync_desc_dev(dev, td);
hregs->tx_ndptr = VIRT_TO_DMA(sp, td);
hregs->tx_ctrl = HPC3_ETXCTRL_ACTIVE;
}
@@ -476,6 +483,7 @@ static inline void sgiseeq_tx(struct net_device *dev, struct sgiseeq_private *sp
if (!(td->tdma.cntinfo & (HPCDMA_XIU...
2008 Nov 21
3
hda: no DRQ after issuing WRITE
...={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
BuffType=unknown, BuffSize=0kB, MaxMultSect=16, MultSect=off
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=268435455
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2
AdvancedPM=no WriteCache=enabled
Drive conforms to: unknown:
* signifies the current active mode
So from recommendation on website I did this to match MaxMultiSect:
hdparm -m1...
2002 Feb 05
0
[akpm@zip.com.au: Re: ext3 and chattr +S on postfix spools]
postfix-users seems to be a subscription only list. I'd recommend
incorporating TDMA <http://tdma.sf.net/> to allow for easy discussion by
outsiders
Andrew Morton (of ext3 fame) had sent this message to postfix-users list
I am forwarding so that Wietse can hopefully provide the definitive
answer to the question Andrew Morton/Stephen Tweedie seek
----- Forwarded message from...
2002 Dec 07
6
kjournald using up majority cpu%.
We run several RH7.2/7.3 servers & recently 2 of them, although still
working fine, have started to show kjournald as generally using over 50%
cpu% on 'top' - virtually continuously. Free cpu% generally less than 25%
now!
Both machines are also using software RAID5 EIDE ....... otherwise are
standard server installs.
Any info on what kjournald is & why it should have recently
2005 May 08
4
Cellsocket help needed
I need help from someone who has a working cellsocket, I have received
couple email of people who wanted to help, but they just think they know how
it supposed to work, but they don't have a working units, and they confused
more...I need someone with a working solution to get my cellsocket going..
Thanks!!!
Write offlits @ mawise (AT) mail.com
-------------- next part --------------
2003 Feb 03
10
On very different journalling activity on 2 servers.
Hello Folks,
We have 2 (identical hardware) busy public 2U rack servers, both have
several hundred users & peak email (for example) deliveries at 300/5min
during the daytime.
Both servers run RAID1 over 2 EIDE disk drives.
One server is fine - it never has problems - it is running RH7.3 and CPU
loads are normal.
The other server has constant disk activity & kjournald at CPU load of
2012 Feb 20
4
Really bad KVM disk performance
...EMU HARDDISK, FwRev=0.12.1, SerialNo=QM00001
Config={ Fixed }
RawCHS=16383/16/63, TrkSize=32256, SectSize=512, ECCbytes=4
BuffType=DualPortCache, BuffSize=256kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=73400320
IORDY=yes, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2
DMA modes: sdma0 sdma1 sdma2 mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5
AdvancedPM=no
Drive conforms to: ATA/ATAPI-5 published, ANSI NCITS 340-2000:
* signifies the current active mode
The bonnie numbers show for sequenti...
2002 Jan 23
3
Troubles with my HDD
...ig={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
RawCHS=16383/16/63, TrkSize=36477, SectSize=579, ECCbytes=4
BuffType=DualPortCache, BuffSize=2048kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=-66060037, LBA=yes, LBAsects=58605120
IORDY=yes, tPIO={min:400,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: sdma0 sdma1 sdma2 mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3
*udma4 udma5
AdvancedPM=yes: mode=0x80 (128)
Drive Supports : ATA/ATAPI-5 T13 1321D revision 3 : ATA-1 ATA-2 ATA-3
ATA-4 ATA-5
[root@inspiron root]# hdparm -i /dev...
2020 Sep 14
2
[PATCH 11/17] sgiseeq: convert to dma_alloc_noncoherent
...);
+
dma_sync_desc_cpu(dev, &sp->rx_desc[orig_end]);
sp->rx_desc[orig_end].rdma.cntinfo &= ~(HPCDMA_EOR);
dma_sync_desc_dev(dev, &sp->rx_desc[orig_end]);
@@ -443,6 +449,7 @@ static inline void kick_tx(struct net_device *dev,
dma_sync_desc_cpu(dev, td);
}
if (td->tdma.cntinfo & HPCDMA_XIU) {
+ dma_sync_desc_dev(dev, td);
hregs->tx_ndptr = VIRT_TO_DMA(sp, td);
hregs->tx_ctrl = HPC3_ETXCTRL_ACTIVE;
}
@@ -476,6 +483,7 @@ static inline void sgiseeq_tx(struct net_device *dev, struct sgiseeq_private *sp
if (!(td->tdma.cntinfo & (HPCDMA_XIU...
2000 Jul 28
1
TMDA whitelisting anti-spam filter installed
Hello,
I've installed the TDMA whitelist filter in front of majordomo on all
mailing lists at Xiph.Org. I also repaired a few unrelated spam
filter breaks.
Posting from subscribed email addresses is unaffected. Any post to a
mailing list from an unknown email list will require a confirmation
message the first time posting fro...
2000 Jul 28
1
TMDA whitelisting anti-spam filter installed
Hello,
I've installed the TDMA whitelist filter in front of majordomo on all
mailing lists at Xiph.Org. I also repaired a few unrelated spam
filter breaks.
Posting from subscribed email addresses is unaffected. Any post to a
mailing list from an unknown email list will require a confirmation
message the first time posting fro...
2007 Jun 25
1
Transfer Call to Cell Phone
Hello All,
I apologize if this question has already been answered but how do you
transfer a call to a cell phone or another land line outside the PBX?
Setup
I have two pots lines into my current Asterisk Box. I have an outsides
sales guy who wants to work off his cell phone or transfer his calls
from his extension and the main sales extensions. How can I do this right?
--
Otis
2000 Jul 28
1
TMDA whitelisting anti-spam filter installed
Hello,
I've installed the TDMA whitelist filter in front of majordomo on all
mailing lists at Xiph.Org. I also repaired a few unrelated spam
filter breaks.
Posting from subscribed email addresses is unaffected. Any post to a
mailing list from an unknown email list will require a confirmation
message the first time posting fro...
2000 Jul 28
1
TMDA whitelisting anti-spam filter installed
Hello,
I've installed the TDMA whitelist filter in front of majordomo on all
mailing lists at Xiph.Org. I also repaired a few unrelated spam
filter breaks.
Posting from subscribed email addresses is unaffected. Any post to a
mailing list from an unknown email list will require a confirmation
message the first time posting fro...
2000 Jul 28
1
TMDA whitelisting anti-spam filter installed
Hello,
I've installed the TDMA whitelist filter in front of majordomo on all
mailing lists at Xiph.Org. I also repaired a few unrelated spam
filter breaks.
Posting from subscribed email addresses is unaffected. Any post to a
mailing list from an unknown email list will require a confirmation
message the first time posting fro...
2000 Jul 28
1
TMDA whitelisting anti-spam filter installed
Hello,
I've installed the TDMA whitelist filter in front of majordomo on all
mailing lists at Xiph.Org. I also repaired a few unrelated spam
filter breaks.
Posting from subscribed email addresses is unaffected. Any post to a
mailing list from an unknown email list will require a confirmation
message the first time posting fro...
2009 Nov 17
2
Workaround for RH #502499?
...HdSw>15uSec SpinMotCtl Fixed DTR>5Mbs FmtGapReq }
RawCHS=16383/16/63, TrkSize=57600, SectSize=600, ECCbytes=74
BuffType=DualPortCache, BuffSize=8192kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=268435455
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5
AdvancedPM=no WriteCache=enabled
Drive conforms to: Unspecified: ATA/ATAPI-1 ATA/ATAPI-2 ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5 ATA/ATAPI-6
* signifies the c...
2003 May 06
1
Slow disk access on Dell Latitute with ATA/ATAPI-5 T13 1321D
...Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
BuffType=DualPortCache, BuffSize=7898kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=78140160
IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 *udma2
AdvancedPM=yes: mode=0x80 (128) WriteCache=enabled
Drive conforms to: ATA/ATAPI-5 T13 1321D revision 3: 2 3 4 5
BTW I set udma2 (hdparm -X udma2 /dev/hda) otherwise there...
2003 Oct 26
1
Quantum IDE HDD DMA issue.
...H
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=52
BuffType=DualPortCache, BuffSize=1821kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=66055248
IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2 udma0 udma1 udma2
AdvancedPM=yes: disabled (255) WriteCache=enabled
Drive Supports : Reserved : Reserved : Reserved : ATA/ATAPI-6 T13 1410D
revision 1 : Reserved : Reserved : Reserved : ATA-2 ATA-3 ATA-4 ATA-5...
2003 Jun 18
3
ext3 2.4.21 htree tests
...L0, FwRev=YAR41BW0, SerialNo=Y2M0FH0E
Config={ Fixed }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=57
BuffType=3(DualPortCache), BuffSize=2048kB, MaxMultSect=16, MultSect=16
DblWordIO=no, OldPIO=2, DMA=yes, OldDMA=0
CurCHS=4047/16/255, CurSects=-217054981, LBA=yes, LBAsects=160086528
tDMA={min:120,rec:120}, DMA modes: mword0 mword1 mword2
IORDY=on/off, tPIO={min:120,w/IORDY:120}, PIO modes: mode3 mode4
UDMA modes: mode0 mode1 mode2 mode3 mode4 *mode5 mode6
[ct_sys@installed TEST]# hdparm /dev/hda
/dev/hda:
multcount = 16 (on)
I/O support = 0 (default 16-bit)
unmaskirq...