diff options
Diffstat (limited to 'drivers/misc/ali512x.c')
-rw-r--r-- | drivers/misc/ali512x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/ali512x.c b/drivers/misc/ali512x.c index 7b7edc0..90b45d9 100644 --- a/drivers/misc/ali512x.c +++ b/drivers/misc/ali512x.c @@ -262,7 +262,7 @@ void ali512x_set_kbc(int enabled, u8 kbc_irq, u8 mouse_irq) * SIO reigster 3 (CIO Address Selection) bit definitions: * bit 7 CIO index and data registers enabled * bit 1-0 CIO indirect registers port address select - * 0 index = 0xE0 data = 0xE1 + * 0 index = 0xE0 data = 0xE1 * 1 index = 0xE2 data = 0xE3 * 2 index = 0xE4 data = 0xE5 * 3 index = 0xEA data = 0xEB |