diff options
Diffstat (limited to 'sys/dev/acpi/acpiprt.c')
| -rw-r--r-- | sys/dev/acpi/acpiprt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpiprt.c b/sys/dev/acpi/acpiprt.c index 5b9da688ca0..cf3258e9b48 100644 --- a/sys/dev/acpi/acpiprt.c +++ b/sys/dev/acpi/acpiprt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpiprt.c,v 1.41 2010/07/21 15:07:40 deraadt Exp $ */ +/* $OpenBSD: acpiprt.c,v 1.42 2010/07/21 19:35:15 deraadt Exp $ */ /* * Copyright (c) 2006 Mark Kettenis <kettenis@openbsd.org> * @@ -168,7 +168,7 @@ acpiprt_pri[16] = { 2, /* Serial Port B */ 5, /* Parallel Port / Generic */ 2, /* Floppy Disk */ - 4, /* Parallel Port / Generic */ + 4, /* Parallel Port / Generic */ 1, /* RTC */ 6, /* Generic */ 7, /* Generic */ |
