• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/

Lines Matching refs:to

8  *	Rewritten to use GNU 'as' by Chris Noe <stiker@northlink.com> May 1999
29 /* Force 400 scan lines for standard modes (hack to fix bad BIOS behaviour */
76 /* Positions of various video parameters passed to the kernel */
100 /* Define DO_STORE according to CONFIG_VIDEO_RETAIN */
108 # %ds *must* be pointing to the bootsector
112 pushw %cs # DS is equal to CS
114 pushw %cs # ES is equal to CS
141 # Detect if we have CGA, MDA, EGA or VGA and pass it to the kernel.
147 movw %bx, %fs:(PARAM_VIDEO_EGA_BX) # Identifies EGA to the kernel
239 # switching the DAC to 8-bit is for <= 8 bpp only
250 # attempt to switch DAC to 8-bit
259 # set color size to DAC size
266 # set color offsets to 0
809 # Store screen contents to temporary buffer.
898 addw %bx, %bx # Convert BX and BP to _bytes_
916 # Write to indexed VGA register (AL=index, AH=data, DX=index reg. port)
956 rep # I'm unable to use movsw as I don't know how to store a half
957 movsb # of the expression above to cx without using explicit shr.
1056 movw $vesa_name, card_name # Set name to "VESA VGA"
1179 movw $0x0003, %ax # Return back to mode 3
1190 # Try to detect type of SVGA card and supply (usually approximate) video
1201 lodsw # Pointer to test routine
1224 didsv: movw %si, card_name # Store pointer to card name
1227 # Table of all known SVGA cards. For each card, we store a pointer to
1228 # a table of video modes supported by the card and a pointer to a routine
1252 # for XFree86 1.2.1. Report bugs to Christoph.Niemann@linux.org
1260 call outidx # disable writing to special regs
1266 movb %cl, %al # and write it to CRT reg 0x35
1290 s3_1: movw $0x4838, %ax # allow writing to special regs by putting
1870 # The hardware clock is used to get the time.
1997 card_name: .word 0 # Pointer to adapter name
2006 keymsg: .ascii "Press <RETURN> to see video modes available, "
2007 .ascii "<SPACE> to continue or wait 30 secs"
2024 .ascii "report to <mj@ucw.cz>."