diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-13 18:36:38 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-13 18:36:38 +0000 |
commit | 3c9fabb1f7e715faa41c9dc26928ca8b9d20db25 (patch) | |
tree | 462f79f29c09056f9b2082fd8d81127e84f79df7 | |
parent | aaa5a47c10ef7b9d0525374cd53c0d4c82f1767b (diff) |
ptr alignment is not a hack, it's a feature fix for byte-wide prom
-rw-r--r-- | sys/arch/hppa/dev/sti_sgc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/sti_sgc.c b/sys/arch/hppa/dev/sti_sgc.c index 72c4d1cf5ee..720393af9a6 100644 --- a/sys/arch/hppa/dev/sti_sgc.c +++ b/sys/arch/hppa/dev/sti_sgc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sti_sgc.c,v 1.1 2000/05/30 19:42:02 mickey Exp $ */ +/* $OpenBSD: sti_sgc.c,v 1.2 2000/06/13 18:36:37 mickey Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -31,7 +31,7 @@ */ /* * These cards has to be known to work so far: - * - HPA1991AC19 rev 0.0 (715/33) w/ weird hack to align sti rom ptrs + * - HPA1991AC19 rev 0.02 (715/33) (byte-wide) * - HPA208LC1280 rev 8.04 (712/80) just works */ |