Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
xenomai
Commits
f033291f
Commit
f033291f
authored
Mar 30, 2018
by
Philippe Gerum
Browse files
net/tulip: add adapter symlink into sysfs attributes
parent
a0bb1568
Changes
1
Show whitespace changes
Inline
Side-by-side
kernel/drivers/net/drivers/tulip/tulip_core.c
View file @
f033291f
...
...
@@ -959,6 +959,7 @@ static int tulip_init_one (struct pci_dev *pdev,
//rtdev_alloc_name(rtdev, "eth%d");//Done by register_rtdev()
rt_rtdev_connect
(
rtdev
,
&
RTDEV_manager
);
rtdev
->
vers
=
RTDEV_VERS_2_0
;
rtdev
->
sysbind
=
&
pdev
->
dev
;
if
(
pci_resource_len
(
pdev
,
0
)
<
tulip_tbl
[
chip_idx
].
io_size
)
{
printk
(
KERN_ERR
PFX
"%s: I/O region (0x%llx@0x%llx) too small, "
...
...
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