Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
6e2139cb
Commit
6e2139cb
authored
Apr 27, 2004
by
Steve French
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://linux.bkbits.net/linux-2.5
into hostme.bitkeeper.com:/repos/c/cifs/linux-2.5cifs
parents
6e305f24
0eaa6e8a
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
4 deletions
+12
-4
crypto/des.c
crypto/des.c
+2
-0
crypto/sha512.c
crypto/sha512.c
+2
-0
drivers/media/dvb/frontends/alps_tdlb7.c
drivers/media/dvb/frontends/alps_tdlb7.c
+1
-0
drivers/media/dvb/frontends/sp887x.c
drivers/media/dvb/frontends/sp887x.c
+1
-1
drivers/media/dvb/frontends/tda1004x.c
drivers/media/dvb/frontends/tda1004x.c
+2
-0
drivers/net/tg3.c
drivers/net/tg3.c
+3
-3
include/linux/compat_ioctl.h
include/linux/compat_ioctl.h
+1
-0
No files found.
crypto/des.c
View file @
6e2139cb
...
@@ -1269,6 +1269,8 @@ static struct crypto_alg des3_ede_alg = {
...
@@ -1269,6 +1269,8 @@ static struct crypto_alg des3_ede_alg = {
.
cia_decrypt
=
des3_ede_decrypt
}
}
.
cia_decrypt
=
des3_ede_decrypt
}
}
};
};
MODULE_ALIAS
(
"des3_ede"
);
static
int
__init
init
(
void
)
static
int
__init
init
(
void
)
{
{
int
ret
=
0
;
int
ret
=
0
;
...
...
crypto/sha512.c
View file @
6e2139cb
...
@@ -348,6 +348,8 @@ static struct crypto_alg sha384 = {
...
@@ -348,6 +348,8 @@ static struct crypto_alg sha384 = {
}
}
};
};
MODULE_ALIAS
(
"sha384"
);
static
int
__init
init
(
void
)
static
int
__init
init
(
void
)
{
{
int
ret
=
0
;
int
ret
=
0
;
...
...
drivers/media/dvb/frontends/alps_tdlb7.c
View file @
6e2139cb
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
#include <linux/fs.h>
#include <linux/fs.h>
#include <linux/unistd.h>
#include <linux/unistd.h>
#include <linux/delay.h>
#include <linux/delay.h>
#include <linux/syscalls.h>
#include "dvb_frontend.h"
#include "dvb_frontend.h"
#include "dvb_functions.h"
#include "dvb_functions.h"
...
...
drivers/media/dvb/frontends/sp887x.c
View file @
6e2139cb
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <linux/fcntl.h>
#include <linux/fcntl.h>
#include <linux/errno.h>
#include <linux/errno.h>
#include <linux/i2c.h>
#include <linux/i2c.h>
#include <linux/syscalls.h>
#include "dvb_frontend.h"
#include "dvb_frontend.h"
#include "dvb_functions.h"
#include "dvb_functions.h"
...
...
drivers/media/dvb/frontends/tda1004x.c
View file @
6e2139cb
...
@@ -43,6 +43,8 @@
...
@@ -43,6 +43,8 @@
#include <linux/unistd.h>
#include <linux/unistd.h>
#include <linux/fcntl.h>
#include <linux/fcntl.h>
#include <linux/errno.h>
#include <linux/errno.h>
#include <linux/syscalls.h>
#include "dvb_frontend.h"
#include "dvb_frontend.h"
#include "dvb_functions.h"
#include "dvb_functions.h"
...
...
drivers/net/tg3.c
View file @
6e2139cb
...
@@ -56,8 +56,8 @@
...
@@ -56,8 +56,8 @@
#define DRV_MODULE_NAME "tg3"
#define DRV_MODULE_NAME "tg3"
#define PFX DRV_MODULE_NAME ": "
#define PFX DRV_MODULE_NAME ": "
#define DRV_MODULE_VERSION "3.
2
"
#define DRV_MODULE_VERSION "3.
3
"
#define DRV_MODULE_RELDATE "April 2
6
, 2004"
#define DRV_MODULE_RELDATE "April 2
7
, 2004"
#define TG3_DEF_MAC_MODE 0
#define TG3_DEF_MAC_MODE 0
#define TG3_DEF_RX_MODE 0
#define TG3_DEF_RX_MODE 0
...
@@ -7038,7 +7038,7 @@ static int __devinit tg3_get_invariants(struct tg3 *tp)
...
@@ -7038,7 +7038,7 @@ static int __devinit tg3_get_invariants(struct tg3 *tp)
if
(
tp
->
pci_chip_rev_id
==
CHIPREV_ID_5704_A0
)
if
(
tp
->
pci_chip_rev_id
==
CHIPREV_ID_5704_A0
)
tp
->
tg3_flags2
|=
TG3_FLG2_PHY_5704_A0_BUG
;
tp
->
tg3_flags2
|=
TG3_FLG2_PHY_5704_A0_BUG
;
/* Note: 57
05
also needs this flag set to improve bit error rate. */
/* Note: 57
50
also needs this flag set to improve bit error rate. */
if
(
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
==
ASIC_REV_5705
)
if
(
GET_ASIC_REV
(
tp
->
pci_chip_rev_id
)
==
ASIC_REV_5705
)
tp
->
tg3_flags2
|=
TG3_FLG2_PHY_BER_BUG
;
tp
->
tg3_flags2
|=
TG3_FLG2_PHY_BER_BUG
;
...
...
include/linux/compat_ioctl.h
View file @
6e2139cb
...
@@ -73,6 +73,7 @@ COMPATIBLE_IOCTL(HDIO_SET_NOWERR)
...
@@ -73,6 +73,7 @@ COMPATIBLE_IOCTL(HDIO_SET_NOWERR)
COMPATIBLE_IOCTL
(
HDIO_SET_32BIT
)
COMPATIBLE_IOCTL
(
HDIO_SET_32BIT
)
COMPATIBLE_IOCTL
(
HDIO_SET_MULTCOUNT
)
COMPATIBLE_IOCTL
(
HDIO_SET_MULTCOUNT
)
COMPATIBLE_IOCTL
(
HDIO_DRIVE_CMD
)
COMPATIBLE_IOCTL
(
HDIO_DRIVE_CMD
)
COMPATIBLE_IOCTL
(
HDIO_DRIVE_TASK
)
COMPATIBLE_IOCTL
(
HDIO_SET_PIO_MODE
)
COMPATIBLE_IOCTL
(
HDIO_SET_PIO_MODE
)
COMPATIBLE_IOCTL
(
HDIO_SET_NICE
)
COMPATIBLE_IOCTL
(
HDIO_SET_NICE
)
/* 0x02 -- Floppy ioctls */
/* 0x02 -- Floppy ioctls */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment