Deleted Added
full compact
smapi_bios.S (148285) smapi_bios.S (239869)
1#include <machine/asm.h>
1#include <machine/asm.h>
2__FBSDID("$FreeBSD: head/sys/i386/bios/smapi_bios.S 148285 2005-07-22 15:01:07Z ru $");
2__FBSDID("$FreeBSD: head/sys/i386/bios/smapi_bios.S 239869 2012-08-29 18:22:52Z dim $");
3
4/*
5 * This is cribbed from the Linux thinkpad-4.1 driver by
6 * Thomas Hood.
7 */
8
3
4/*
5 * This is cribbed from the Linux thinkpad-4.1 driver by
6 * Thomas Hood.
7 */
8
9 .align
10smapi32_entry: /* far pointer to SMAPI entry */
11 .globl smapi32_offset
12smapi32_offset: .long 0x00000000 /* set by caller */
13smapi32_segment: .word 0x0000 /* %cs stored here */
14
15 .text
16/*
17 * smapi32(input_param, output_param)

--- 24 unchanged lines hidden ---
9smapi32_entry: /* far pointer to SMAPI entry */
10 .globl smapi32_offset
11smapi32_offset: .long 0x00000000 /* set by caller */
12smapi32_segment: .word 0x0000 /* %cs stored here */
13
14 .text
15/*
16 * smapi32(input_param, output_param)

--- 24 unchanged lines hidden ---