OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROM
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/sys/arch/evbsh3/conf/
sh.x
9
ROM
= 0x80010000;
12
AT (
ROM
)
19
AT (
ROM
+ SIZEOF(.text))
25
AT (
ROM
+ SIZEOF(.text) + SIZEOF(.data))
shl.x
9
ROM
= 0x80010000;
12
AT (
ROM
)
19
AT (
ROM
+ SIZEOF(.text))
25
AT (
ROM
+ SIZEOF(.text) + SIZEOF(.data))
/src/sys/arch/mmeye/conf/
sh.x
9
ROM
= 0x80010000;
12
AT (
ROM
)
19
AT (
ROM
+ SIZEOF(.text))
25
AT (
ROM
+ SIZEOF(.text) + SIZEOF(.data))
/src/sys/arch/sandpoint/
README
35
C
ROM
on PCI bus (DINK32 on mainboard)
40
- Select normal
ROM
73
FF00 0000 FF7F FFFF 32- or 64-bit Flash/
ROM
space (Can hit either local
75
FF80 0000 FFFF FFFF 8-, 32- or 64-bit Flash/
ROM
space (Can hit either
94
The SandPoint ships with the Motorola DINK32
ROM
. This is a rather
95
basic
ROM
with only serial-download (S-Record) capability for
97
address and you jump to it. The
ROM
takes care of initializing
100
It would be nice to have a much more complete
ROM
interface, allowing
/src/sys/arch/hpcmips/stand/romboot/
romboot.S
28
* simple boot loader for
ROM
77
bal 1f # ra =
ROM
address + 8
79
1: subu a0, ra, 8 # a0 =
ROM
address(kseg1)
85
addu a0, t0 # a0 = kernel address in
ROM
/src/distrib/mac68k/miniroot/
install.md
76
# return available CD-
ROM
devices
77
mi_filter_dmesg | awk -F : '/cd[0-9]*:.*CD-
ROM
/ { print $1; }' | sort -u
/src/distrib/common/
sunbootcd.sh
45
into a CD-
ROM
file system image suitable for booting on the
/src/sys/arch/newsmips/newsmips/
locore_machdep.S
88
li k1, 0xfff00000 # NEWS5000
ROM
Work: 0xFFF00000~0xFFFFFFFF (1Mbyte)
/src/sys/arch/vax/boot/xxboot/
start.S
54
# and uVAX-
ROM
looks for a pointer to a parameter block. We arrange for
57
.org 0x02 # information used by uVAX-
ROM
67
movzbl $1,_C_LABEL(from)# We booted from "old"
rom
.
137
* of good memory by 11/750's
ROM
-code (transfer address
151
* R6: address of driver subroutine in
ROM
162
movl %r4,%r8 # LBN is in %r8 for
rom
routine
/src/sys/arch/x68k/stand/boot_ufs/
boot.S
116
| others
ROM
(SCSI?)
186
|
ROM
boot ... probably from SCSI
207
|
ROM
firmware:
323
| Initialize the screen here. Some IPL (060turbo
ROM
or
/src/sys/arch/x68k/stand/xxboot/
boot.S
101
| Initialize the screen. Some IPL (060turbo
ROM
or genuine
153
| others
ROM
(maybe SCSI)
156
jne boot_rom_ram |
ROM
or SRAM
225
|
ROM
(SCSI) or SRAM
251
|
ROM
firmware:
/src/distrib/miniroot/
install.sub
929
The following CD-
ROM
devices are installed on your system; please select
930
the CD-
ROM
device containing the partition with the installation sets:
936
echo -n "Which is the CD-
ROM
with the installation media? [abort] "
949
echo "The CD-
ROM
$resp does not exist."
977
There are two CD-
ROM
filesystem types currently supported by this program:
998
# Mount the CD-
ROM
1001
echo "Cannot mount CD-
ROM
drive. Aborting."
1368
Make sure the sets are either on a local device (i.e. tape, CD-
ROM
) or on a
1405
echo -n "Install from (f)tp, (t)ape, (C)D-
ROM
, (N)FS"
/src/sys/dev/marvell/
gtpci.c
304
{ Expansion
ROM
BAR,
/src/usr.sbin/sysinst/
msg.mi.fr
541
{Veuillez sp�cifier le nom du lecteur CD-
ROM
� utiliser,
560
{CD-
ROM
disponibles}
563
{Plusieurs CD-
ROM
ont �t� trouv�s. S�lectionnez celui contenant le syst�me
568
sur ce CD-
ROM
. Assurez-vous que le p�riph�rique et le chemin sont les bons.}
1162
message cdrom {CD-
ROM
/ DVD / install image media} /* XXX translation */
1164
message cdrom {CD-
ROM
/ DVD}
msg.mi.pl
1078
message cdrom {CD-
ROM
/ DVD / nosnik instalacyjny}
1080
message cdrom {CD-
ROM
/ DVD}
/src/sys/arch/ia64/stand/common/
help.common
156
# Tset Sboot_cdrom DMount root file system from CD-
ROM
160
Instructs the kernel to try to mount the root file system from CD-
ROM
.
/src/sys/arch/mvme68k/mvme68k/
locore.s
76
* Macro to call into the Bug
ROM
monitor
368
* of whatever VMEchip2 interrupts the
ROM
set up. For example,
435
* of whatever VMEchip2 interrupts the
ROM
set up. For example,
1003
* and either return to Bug or jump through the
ROM
reset vector
/src/sys/arch/x68k/x68k/
locore.s
102
* VBR contains zero from
ROM
. Exceptions will continue to vector
103
* through
ROM
until MMU is turned on at which time they will vector
229
movl %a5,%d0 | lowram value from
ROM
via boot
832
* Basically we just turn off the MMU and jump to the appropriate
ROM
routine.
867
moveml 0x00ff0000,#0x0101 | get RESET vectors in
ROM
/src/sys/arch/amiga/amiga/
locore.s
1163
cmpw #0x4e70,%a0@ | 68040 kludge: if
ROM
entry is not
1165
jmp %a0@ | otherwise, jump to the
ROM
to reset
1220
| map in boot
ROM
@0:
/src/sys/arch/mac68k/mac68k/
locore.s
986
* Basically we just turn off the MMU and jump to the appropriate
ROM
routine.
1034
lea %a1@(0x90),%a1 | offset of
ROM
reset routine
1035
jmp %a1@ | and jump to
ROM
to reset machine
/src/sys/arch/luna68k/stand/boot/
locore.S
213
/* save address to goto
ROM
monitor */
214
movec %vbr,%a0 | save
ROM
vbr
217
/* copy
ROM
vectors */
258
* exit to
ROM
monitor
486
* Level 7: NMI: Abort Key (Dispatched vector to
ROM
monitor)
/src/sys/arch/sun3/sun3x/
locore.s
68
| the
ROM
monitor provides no indication of where the root MMU table is mapped.
/src/sys/arch/sparc64/sparc64/
locore.s
654
UTRAP(0x001) ! 001 = POR Reset --
ROM
should get this
655
UTRAP(0x002) ! 002 = WDR --
ROM
should get this
656
UTRAP(0x003) ! 003 = XIR --
ROM
should get this
657
UTRAP(0x004) ! 004 = SIR --
ROM
should get this
863
UTRAP(0x001) ! 001 = POR Reset --
ROM
should get this
864
UTRAP(0x002) ! 002 = WDR Watchdog --
ROM
should get this
865
UTRAP(0x003) ! 003 = XIR --
ROM
should get this
866
UTRAP(0x004) ! 004 = SIR --
ROM
should get this
/src/sys/dev/microcode/aic7xxx/
aic7xxx.reg
488
field EEPROM 0x04 /* Writable external BIOS
ROM
*/
489
field
ROM
0x02 /* Logic for accessing external
ROM
*/
/src/sys/arch/cesfic/cesfic/
locore.s
126
* VBR contains zero from
ROM
. Exceptions will continue to vector
127
* through
ROM
until MMU is turned on at which time they will vector
234
movl %a5,%d0 | lowram value from
ROM
via boot
Completed in 40 milliseconds
1
2
Indexes created Mon Feb 23 16:20:21 UTC 2026