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
Kirill Smelkov
linux
Commits
f8e6976f
Commit
f8e6976f
authored
Feb 19, 2003
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
into kernel.bkbits.net:/home/davem/sparc-2.5
parents
32c5c072
bed87e13
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
32 deletions
+16
-32
arch/sparc/Kconfig
arch/sparc/Kconfig
+12
-32
arch/sparc/kernel/sparc_ksyms.c
arch/sparc/kernel/sparc_ksyms.c
+3
-0
arch/sparc/kernel/time.c
arch/sparc/kernel/time.c
+1
-0
No files found.
arch/sparc/Kconfig
View file @
f8e6976f
...
...
@@ -136,34 +136,20 @@ config SPARC32
config ISA
bool
help
Find out whether you have ISA slots on your motherboard. ISA is the
name of a bus system, i.e. the way the CPU talks to the other stuff
inside your box. Other bus systems are PCI, EISA, MicroChannel
(MCA) or VESA. ISA is an older system, now being displaced by PCI;
newer boards don't support it. If you have ISA, say Y, otherwise N.
ISA is found on Espresso only and is not supported currently.
Say N
config EISA
bool
---help---
The Extended Industry Standard Architecture (EISA) bus was
developed as an open alternative to the IBM MicroChannel bus.
The EISA bus provided some of the features of the IBM MicroChannel
bus while maintaining backward compatibility with cards made for
the older ISA bus. The EISA bus saw limited use between 1988 and
1995 when it was made obsolete by the PCI bus.
Say Y here if you are building a kernel for an EISA-based machine.
Otherwise, say N.
help
EISA is not supported.
Say N
config MCA
bool
help
MicroChannel Architecture is found in some IBM PS/2 machines and
laptops. It is a bus system similar to PCI or ISA. See
<file:Documentation/mca.txt> (and especially the web page given
there) before attempting to build an MCA bus kernel.
EISA is not supported.
Say N
config PCMCIA
tristate
...
...
@@ -242,8 +228,8 @@ config SUN_PM
config SUN4
bool "Support for SUN4 machines (disables SUN4[CDM] support)"
help
Say Y here if, and only if, your machine is a
S
un4. Note that
a kernel compiled with this option will run only on
S
un4.
Say Y here if, and only if, your machine is a
s
un4. Note that
a kernel compiled with this option will run only on
s
un4.
(And the current version will probably work only on sun4/330.)
if !SUN4
...
...
@@ -251,15 +237,9 @@ if !SUN4
config PCI
bool "Support for PCI and PS/2 keyboard/mouse"
help
Find out whether you have a PCI motherboard. PCI is the name of a
bus system, i.e. the way the CPU talks to the other stuff inside
your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
VESA. If you have PCI, say Y, otherwise N.
The PCI-HOWTO, available from
<http://www.linuxdoc.org/docs.html#howto>, contains valuable
information about which PCI hardware does work under Linux and which
doesn't.
CONFIG_PCI is needed for all JavaStation's (including MrCoffee),
CP-1200, JavaEngine-1, Corona, Red October, and Serengeti SGSC.
All of these platforms are extremely obscure, so say N if unsure.
source "drivers/pci/Kconfig"
...
...
arch/sparc/kernel/sparc_ksyms.c
View file @
f8e6976f
...
...
@@ -55,6 +55,8 @@
#include <asm/a.out.h>
#include <asm/io-unit.h>
extern
spinlock_t
rtc_lock
;
struct
poll
{
int
fd
;
short
events
;
...
...
@@ -152,6 +154,7 @@ EXPORT_SYMBOL(__cpu_logical_map);
EXPORT_SYMBOL
(
udelay
);
EXPORT_SYMBOL
(
ndelay
);
EXPORT_SYMBOL
(
rtc_lock
);
EXPORT_SYMBOL
(
mostek_lock
);
EXPORT_SYMBOL
(
mstk48t02_regs
);
#if CONFIG_SUN_AUXIO
...
...
arch/sparc/kernel/time.c
View file @
f8e6976f
...
...
@@ -47,6 +47,7 @@ extern unsigned long wall_jiffies;
u64
jiffies_64
;
spinlock_t
rtc_lock
=
SPIN_LOCK_UNLOCKED
;
enum
sparc_clock_type
sp_clock_typ
;
spinlock_t
mostek_lock
=
SPIN_LOCK_UNLOCKED
;
unsigned
long
mstk48t02_regs
=
0UL
;
...
...
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