Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto
- Fix for default mtree style
- Update libelf
- Importing libexecinfo
- Resynchronize GCC, mpc, gmp, mpfr
- build.sh: Replace params with show-params.
This has been done as the make target has been renamed in the same
way, while a new target named params has been added. This new
target generates a file containing all the parameters, instead of
printing it on the console.
- Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
get getservbyport() out of the inner loop
Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cpu_ucode.h,v 1.2 2012/08/29 17:13:22 drochner Exp $ */
|
||||
/* $NetBSD: cpu_ucode.h,v 1.3 2012/10/17 20:19:55 drochner Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2012 The NetBSD Foundation, Inc.
|
||||
* All rights reserved.
|
||||
@@ -48,8 +48,9 @@ struct cpu_ucode_version_intel1 {
|
||||
#include <dev/firmload.h>
|
||||
|
||||
int cpu_ucode_amd_get_version(struct cpu_ucode_version *);
|
||||
/* XXX COMPAT */
|
||||
#ifdef COMPAT_60
|
||||
int compat6_cpu_ucode_amd_get_version(struct compat6_cpu_ucode *);
|
||||
#endif
|
||||
int cpu_ucode_amd_firmware_open(firmware_handle_t *, const char *);
|
||||
int cpu_ucode_amd_apply(struct cpu_ucode_softc *, int);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user