patch-2.4.21 linux-2.4.21/drivers/ieee1394/pcilynx.h
Next file: linux-2.4.21/drivers/ieee1394/raw1394-private.h
Previous file: linux-2.4.21/drivers/ieee1394/pcilynx.c
Back to the patch index
Back to the overall index
- Lines: 82
- Date:
2003-06-13 07:51:34.000000000 -0700
- Orig file:
linux-2.4.20/drivers/ieee1394/pcilynx.h
- Orig date:
2002-11-28 15:53:13.000000000 -0800
diff -urN linux-2.4.20/drivers/ieee1394/pcilynx.h linux-2.4.21/drivers/ieee1394/pcilynx.h
@@ -95,6 +95,7 @@
struct lynx_send_data {
pcl_t pcl_start, pcl;
struct list_head queue;
+ struct list_head pcl_queue; /* this queue contains at most one packet */
spinlock_t queue_lock;
dma_addr_t header_dma, data_dma;
int channel;
@@ -514,13 +515,13 @@
static quadlet_t lynx_csr_rom[] = {
/* bus info block offset (hex) */
- _(0x04040000), /* info/CRC length, CRC 400 */
+ _(0x04046aaf), /* info/CRC length, CRC 400 */
_(0x31333934), /* 1394 magic number 404 */
_(0xf064a000), /* misc. settings 408 */
_(0x08002850), /* vendor ID, chip ID high 40c */
_(0x0000ffff), /* chip ID low 410 */
/* root directory */
- _(0x00090000), /* directory length, CRC 414 */
+ _(0x00095778), /* directory length, CRC 414 */
_(0x03080028), /* vendor ID (Texas Instr.) 418 */
_(0x81000008), /* offset to textual ID 41c */
_(0x0c000200), /* node capabilities 420 */
@@ -530,8 +531,8 @@
_(0x81000014), /* offset to textual ID 430 */
_(0x09000000), /* node hardware version 434 */
_(0x81000018), /* offset to textual ID 438 */
- /* module vendor ID textual */
- _(0x00070000), /* CRC length, CRC 43c */
+/* module vendor ID textual */
+ _(0x00070812), /* CRC length, CRC 43c */
_(0x00000000), /* 440 */
_(0x00000000), /* 444 */
_(0x54455841), /* "Texas Instruments" 448 */
@@ -540,25 +541,25 @@
_(0x4d454e54), /* 454 */
_(0x53000000), /* 458 */
/* node unique ID leaf */
- _(0x00020000), /* CRC length, CRC 45c */
+ _(0x00022ead), /* CRC length, CRC 45c */
_(0x08002850), /* vendor ID, chip ID high 460 */
_(0x0000ffff), /* chip ID low 464 */
/* module dependent info */
- _(0x00050000), /* CRC length, CRC 468 */
+ _(0x0005d837), /* CRC length, CRC 468 */
_(0x81000012), /* offset to module textual ID 46c */
_(0x81000017), /* textual descriptor 470 */
_(0x39010000), /* SRAM size 474 */
_(0x3a010000), /* AUXRAM size 478 */
_(0x3b000000), /* AUX device 47c */
/* module textual ID */
- _(0x00050000), /* CRC length, CRC 480 */
+ _(0x000594df), /* CRC length, CRC 480 */
_(0x00000000), /* 484 */
_(0x00000000), /* 488 */
_(0x54534231), /* "TSB12LV21" 48c */
_(0x324c5632), /* 490 */
_(0x31000000), /* 494 */
/* part number */
- _(0x00060000), /* CRC length, CRC 498 */
+ _(0x00068405), /* CRC length, CRC 498 */
_(0x00000000), /* 49c */
_(0x00000000), /* 4a0 */
_(0x39383036), /* "9806000-0001" 4a4 */
@@ -566,14 +567,14 @@
_(0x30303031), /* 4ac */
_(0x20000001), /* 4b0 */
/* module hardware version textual */
- _(0x00050000), /* CRC length, CRC 4b4 */
+ _(0x00056501), /* CRC length, CRC 4b4 */
_(0x00000000), /* 4b8 */
_(0x00000000), /* 4bc */
_(0x5453424b), /* "TSBKPCITST" 4c0 */
_(0x50434954), /* 4c4 */
_(0x53540000), /* 4c8 */
/* node hardware version textual */
- _(0x00050000), /* CRC length, CRC 4d0 */
+ _(0x0005d805), /* CRC length, CRC 4d0 */
_(0x00000000), /* 4d4 */
_(0x00000000), /* 4d8 */
_(0x54534232), /* "TSB21LV03" 4dc */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)