sync with OpenBSD -current
This commit is contained in:
parent
747d3a4033
commit
7bc640af07
19 changed files with 98 additions and 146 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: gus.c,v 1.56 2024/05/28 09:27:08 jsg Exp $ */
|
||||
/* $OpenBSD: gus.c,v 1.57 2024/06/22 10:22:29 jsg Exp $ */
|
||||
/* $NetBSD: gus.c,v 1.51 1998/01/25 23:48:06 mycroft Exp $ */
|
||||
|
||||
/*-
|
||||
|
@ -3366,7 +3366,7 @@ gus_subattach(struct gus_softc *sc, struct isa_attach_args *ia)
|
|||
*/
|
||||
|
||||
int
|
||||
gus_test_iobase (bus_space_tag_t iot, int iobase)
|
||||
gus_test_iobase(bus_space_tag_t iot, int iobase)
|
||||
{
|
||||
bus_space_handle_t ioh1, ioh2, ioh3, ioh4;
|
||||
u_char s1, s2;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: if_ex.c,v 1.49 2023/05/30 08:30:01 jsg Exp $ */
|
||||
/* $OpenBSD: if_ex.c,v 1.50 2024/06/22 10:22:29 jsg Exp $ */
|
||||
/*
|
||||
* Copyright (c) 1997, Donald A. Schmidt
|
||||
* Copyright (c) 1996, Javier Martín Rueda (jmrueda@diatel.upm.es)
|
||||
|
@ -917,7 +917,7 @@ ex_get_media(struct ex_softc *sc)
|
|||
}
|
||||
|
||||
int
|
||||
ex_ifmedia_upd (struct ifnet *ifp)
|
||||
ex_ifmedia_upd(struct ifnet *ifp)
|
||||
{
|
||||
struct ex_softc *sc = ifp->if_softc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue