diff options
author | 2002-09-03 22:56:34 +0000 | |
---|---|---|
committer | 2002-09-03 22:56:34 +0000 | |
commit | 70cdb4d9619992f1b5a0e3512159d9816430e77a (patch) | |
tree | d41df43605bee52eda1e260f53d898c4a6cbfa6d | |
parent | sync tests with 0.9.7-beta1 (diff) | |
download | wireguard-openbsd-70cdb4d9619992f1b5a0e3512159d9816430e77a.tar.xz wireguard-openbsd-70cdb4d9619992f1b5a0e3512159d9816430e77a.zip |
forgot to set up the sc_frequency (;
-rw-r--r-- | sys/arch/hppa/gsc/com_gsc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/gsc/com_gsc.c b/sys/arch/hppa/gsc/com_gsc.c index b884358e2fc..6a274b8271d 100644 --- a/sys/arch/hppa/gsc/com_gsc.c +++ b/sys/arch/hppa/gsc/com_gsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_gsc.c,v 1.13 2002/06/06 06:35:02 mickey Exp $ */ +/* $OpenBSD: com_gsc.c,v 1.14 2002/09/03 22:56:34 mickey Exp $ */ /* * Copyright (c) 1998-2002 Michael Shalayeff @@ -82,6 +82,7 @@ com_gsc_attach(parent, self, aux) struct gsc_attach_args *ga = aux; struct com_gsc_regs *regs; + sc->sc_frequency = COM_FREQ; sc->sc_iobase = (bus_addr_t)ga->ga_hpa + IOMOD_DEVOFFSET; sc->sc_iot = ga->ga_iot; if (sc->sc_iobase == CONADDR) |