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
08aa4ea8
Commit
08aa4ea8
authored
May 13, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://bk.arm.linux.org.uk/linux-2.5-pcmcia
into penguin.transmeta.com:/home/torvalds/v2.5/linux
parents
29b25594
77e62b64
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
418 additions
and
312 deletions
+418
-312
drivers/pcmcia/cs.c
drivers/pcmcia/cs.c
+410
-311
drivers/pcmcia/cs_internal.h
drivers/pcmcia/cs_internal.h
+8
-1
No files found.
drivers/pcmcia/cs.c
View file @
08aa4ea8
This diff is collapsed.
Click to expand it.
drivers/pcmcia/cs_internal.h
View file @
08aa4ea8
...
...
@@ -133,7 +133,6 @@ typedef struct socket_info_t {
u_short
lock_count
;
client_handle_t
clients
;
u_int
real_clients
;
client_handle_t
reset_handle
;
pccard_mem_map
cis_mem
;
u_char
*
cis_virt
;
config_t
*
config
;
...
...
@@ -155,6 +154,14 @@ typedef struct socket_info_t {
#ifdef CONFIG_PROC_FS
struct
proc_dir_entry
*
proc
;
#endif
struct
semaphore
skt_sem
;
/* protects socket h/w state */
struct
task_struct
*
thread
;
struct
completion
thread_done
;
wait_queue_head_t
thread_wait
;
spinlock_t
thread_lock
;
/* protects thread_events */
unsigned
int
thread_events
;
}
socket_info_t
;
/* Flags in config state */
...
...
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