add more speeds (up to 3.2Gb/s)

This commit is contained in:
matt 2000-05-30 14:56:59 +00:00
parent 023a2d6df4
commit e621957503
1 changed files with 6 additions and 2 deletions

View File

@ -42,8 +42,12 @@
#define IEEE1394_SPD_S100 0 /* 1394-1995 */
#define IEEE1394_SPD_S200 1 /* 1394-1995 */
#define IEEE1394_SPD_S400 2 /* 1394-1995 */
#define IEEE1394_SPD_MAX 3
#define IEEE1394_SPD_S800 3 /* 1394a */
#define IEEE1394_SPD_S1600 4 /* 1394a */
#define IEEE1394_SPD_S3200 5 /* 1394a */
#define IEEE1394_SPD_MAX 6
#define IEEE1394_SPD_STRINGS "100Mb/s", "200Mb/s", "400Mb/s"
#define IEEE1394_SPD_STRINGS "100Mb/s", "200Mb/s", "400Mb/s", "800Mb/s", \
"1.6Gb/s", "3.2Gb/s"
#endif /* _DEV_IEEE1394_IEEE1394REG_H_ */