Displaying 4 results from an estimated 4 matches for "4x16".
Did you mean:
  4.16
  
2004 Apr 29
1
Asterisk integration with Meridian 1 Option 11 / ISDN30
...e and all on this fine list;
We have the current system:
                        Meridian 1 Option 11
                        +-------------------+
                        |                   |
ISDN/30 (DASS/2)   ===> |NTAK79BB (2MB Pri) |
                        |                   |<-->4x16 port Digital / 1x16
port Analogue
ISDN/30 (EUROIDSN) ===> |NTBK50AA (2MB Pri) |
                        |                   |      Melita predictive Dialler
                        | NTAK79BC (2MB Pri)|<===>
+---------------------------+
                        |                   |      |...
2008 Aug 22
1
smbclient: tdb_fetch_uint32 failed
...ra's password:
Domain=[BARBARA] OS=[Unix] Server=[Samba 3.2.0-17.fc9]
         Sharename       Type      Comment
         ---------       ----      -------
         Ufficio         Disk      Ufficio
         IPC$            IPC       IPC Service (Samba Server Version
3.2.0-17.fc9)
         SCX-4x16_Series Printer   Samsung SCX-4x16 Series
Domain=[BARBARA] OS=[Unix] Server=[Samba 3.2.0-17.fc9]
         Server               Comment
         ---------            -------
         Workgroup            Master
         ---------            -------
         GRECOELEVATORI       BARBARA
and indeed...
2012 Dec 18
13
[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
Hi all,
this series adds multiqueue support to the virtio-scsi driver, based
on Jason Wang's work on virtio-net.  It uses a simple queue steering
algorithm that expects one queue per CPU.  LUNs in the same target always
use the same queue (so that commands are not reordered); queue switching
occurs when the request being queued is the only one for the target.
Also based on Jason's
2012 Dec 18
13
[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
Hi all,
this series adds multiqueue support to the virtio-scsi driver, based
on Jason Wang's work on virtio-net.  It uses a simple queue steering
algorithm that expects one queue per CPU.  LUNs in the same target always
use the same queue (so that commands are not reordered); queue switching
occurs when the request being queued is the only one for the target.
Also based on Jason's