diff options
| author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-23 05:34:49 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-23 05:34:49 +0200 |
| commit | 54db805a16553ba1e8e2c5d1aeb06e0f62916465 (patch) | |
| tree | df8b3ad9eb098aa0c64ce0483616f350f3fb703c | |
| parent | e54222fb0df35c9738947a6757dde09bf361a576 (diff) | |
| download | plan9front-54db805a16553ba1e8e2c5d1aeb06e0f62916465.tar.xz | |
apm: cleanup
| -rw-r--r-- | sys/src/9/pc/apm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/src/9/pc/apm.c b/sys/src/9/pc/apm.c index 65d6c60bc..0ad1210d5 100644 --- a/sys/src/9/pc/apm.c +++ b/sys/src/9/pc/apm.c @@ -103,8 +103,6 @@ apmlink(void) if(isaconfig("apm", 0, &isa) == 0) return; -/* XXX use realmode() */ - /* * APM info passed from boot loader. * Now we need to set up the GDT entries for APM. @@ -146,7 +144,7 @@ apmlink(void) addarchfile("apm", 0660, apmread, apmwrite); -print("apm0: configured cbase %.8lux off %.8lux\n", ax<<4, ebx); + print("apm: configured cbase %.8lux off %.8lux\n", ax<<4, ebx); return; } |
