diff options
Diffstat (limited to 'sys/arch/sparc64/dev/zs.c')
-rw-r--r-- | sys/arch/sparc64/dev/zs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/zs.c b/sys/arch/sparc64/dev/zs.c index 2ccecff4aec..b316823529b 100644 --- a/sys/arch/sparc64/dev/zs.c +++ b/sys/arch/sparc64/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.33 2024/03/29 21:09:04 miod Exp $ */ +/* $OpenBSD: zs.c,v 1.34 2024/03/29 21:17:13 miod Exp $ */ /* $NetBSD: zs.c,v 1.29 2001/05/30 15:24:24 lukem Exp $ */ /*- @@ -287,8 +287,6 @@ zs_attach_fhc(struct device *parent, struct device *self, void *aux) /* * Attach a found zs. - * - * USE ROM PROPERTY keyboard FOR KEYBOARD/MOUSE? */ static void zs_attach(struct zsc_softc *zsc, struct zsdevice *zsd, int pri) |