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
19159010
Commit
19159010
authored
Mar 16, 2003
by
Greg Ungerer
Committed by
Linus Torvalds
Mar 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] fix spelling in m68knommu comem PCI support code
parent
17ec8d17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/m68knommu/kernel/comempci.c
arch/m68knommu/kernel/comempci.c
+2
-2
No files found.
arch/m68knommu/kernel/comempci.c
View file @
19159010
...
...
@@ -60,8 +60,8 @@ unsigned long pci_slotmask = 0;
* really assign any resources we like to devices, as long as
* they do not clash with other PCI devices.
*/
unsigned
int
pci_iobase
=
PCIBIOS_MIN_IO
;
/* Arbitary start address */
unsigned
int
pci_membase
=
PCIBIOS_MIN_MEM
;
/* Arbitary start address */
unsigned
int
pci_iobase
=
PCIBIOS_MIN_IO
;
/* Arbit
r
ary start address */
unsigned
int
pci_membase
=
PCIBIOS_MIN_MEM
;
/* Arbit
r
ary start address */
#define PCI_MINIO 0x100
/* 256 byte minimum I/O */
#define PCI_MINMEM 0x00010000
/* 64k minimum chunk */
...
...
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