Commit Graph

287582 Commits

Author SHA1 Message Date
thorpej
de825cf09d audioprint(): handle AUDIODEV_TYPE_AUX. 2021-04-26 19:59:58 +00:00
thorpej
20d529dfab Be explicit about the "eap" interface attribute when attaching a "joy"
instance.
2021-04-26 19:35:16 +00:00
thorpej
7d96447586 - The "eso" device does not need to carry the "midibus" interface attribute.
It attaches "opl" and "mpu" instances, which themselves attach "midi".
- Be explicit about specifying the "eso" interface attribute when attaching
  "opl", "mpu", and "joy" instances.
2021-04-26 19:28:24 +00:00
thorpej
f206f40e60 Be explicit about using the "ym" interface attribute when attaching
the "opl" and "mpu" instances.
2021-04-26 19:22:14 +00:00
thorpej
d7beee13d9 Be explicit about using the "wss" interface attribute when attaching
the "opl" instance.
2021-04-26 19:21:55 +00:00
thorpej
03cdbbe1b3 - The "ess" device does not need a "midibus" interface attribute; it
attaches an "opl" instance which itself attaches the "midi".
- Be explicit about using the "ess" interface attribute when attaching
  the "joy" and "opl" instances.
2021-04-26 19:10:38 +00:00
christos
105ac7abbb Centralize the logic for endian and 64 bit availability. 2021-04-26 18:06:09 +00:00
christos
475b3abc9b regen for mipsn64el 2021-04-26 17:24:04 +00:00
mrg
0151967ca6 if ddb is enabled set cpu_reset_address to crime_reboot.
'mach reset' works from ddb now.
2021-04-26 17:07:17 +00:00
skrll
90bb853cfc Change #ifdef FOO to #if defined(FOO). NFCI. 2021-04-26 16:35:54 +00:00
christos
933e8e6935 fix typos 2021-04-26 15:38:11 +00:00
thorpej
a2bec2c682 simplebus, cpus, and syscon do not need their own interface attribute; they
use the "fdt" interface attribute to attach children.
2021-04-26 15:02:29 +00:00
thorpej
5ac366e75b armfdt does not need its own interface attribute; all of its children
attach to the "fdt" interface attribute.
2021-04-26 14:44:16 +00:00
pgoyette
044012ff69 The image, with all sorts of MK*DEBUG* turned on, has once again grown.
This time probably as a result of the move to gcc-10.

Bump size to accomodate.
2021-04-26 14:08:11 +00:00
thorpej
a08e1d194a audio_attach_mi(): Be explicit about using the "audiobus" interface attribute,
as the caller may be a device that carries more than one.
2021-04-26 14:02:49 +00:00
thorpej
27333609ef snapper carries multiple interface attributes, so be explicit about
"onewirebus" when attaching to it.
2021-04-26 14:01:47 +00:00
christos
ef3733319f Make MACHINE_ARCH for n64 binaries mipsn64e[bl] instead of mips64e[bl] to
differentiate them from n32/o32 binaries.
2021-04-26 13:29:51 +00:00
yamaguchi
90e5cc3774 Fix the wrong CHAP option length in conf-nak
RFC 1994 defines that the CHAP option length in conf-nak is 5.
However, 4 was used when CHAP is cofigured and PPP is proposed
by a peer.
2021-04-26 08:45:57 +00:00
yamaguchi
c58fde1d88 Avoid updating of the state if the state is not changed
not to reset the timer for state machine
2021-04-26 08:42:19 +00:00
yamaguchi
a672d72767 Reset LCP fail counter when doing "ifconfig pppoe* up" 2021-04-26 08:37:54 +00:00
yamaguchi
648856a579 Added ipcp option name for logging 2021-04-26 08:34:22 +00:00
yamaguchi
e1bdd0a24f Ignore 0.0.0.0 offered from PPPoE server 2021-04-26 08:31:21 +00:00
mrg
76786797bf if raidframe sets booted_device, log a debug message about it. 2021-04-26 07:27:24 +00:00
mrg
1feec5b355 iommu_enter() and iommu_remove() are static to iommu.c. 2021-04-26 07:18:01 +00:00
mrg
1c682a68c9 use GCC_NO_IMPLICIT_FALLTHRU. 2021-04-26 07:17:30 +00:00
yamaguchi
121b27d0d0 Fix locking order since IFNET_LOCK must be held
before acquiring SPPP_LOCK
2021-04-26 02:36:45 +00:00
christos
ef70f9b69b Revert the AFLAGS change since it affects kernels. 2021-04-26 00:38:23 +00:00
christos
68c1751d5e Produce elf32 images for mipsn64eb too 2021-04-26 00:28:01 +00:00
christos
885f4c70a1 Copied from mips64el 2021-04-25 23:58:23 +00:00
christos
6b942a58a1 copied from mips64eb 2021-04-25 23:57:47 +00:00
christos
ef96cd7f1c Handle mipsn64 2021-04-25 23:52:59 +00:00
christos
e8ee02e023 Use ${MACHINE_MIPS64} 2021-04-25 23:43:20 +00:00
christos
d25e0fedfb Handle mipsn64 2021-04-25 23:40:51 +00:00
christos
8c90f798cc handle mipsn64 2021-04-25 23:40:05 +00:00
christos
2beb407a26 regen for mipsn64eb 2021-04-25 23:38:40 +00:00
christos
f6c4e00751 Add a mipsn64 target 2021-04-25 23:35:52 +00:00
christos
fa2958e45d use ${MACHINE_MIPS64} 2021-04-25 23:24:00 +00:00
christos
9caec56aae handle mipsn64el 2021-04-25 23:23:19 +00:00
christos
b5bf390898 regen for mipsn64eb 2021-04-25 23:21:08 +00:00
christos
4d74c4e283 add mipsn64 targets 2021-04-25 23:18:42 +00:00
christos
fc046893c7 regen for mipsn64eb 2021-04-25 23:16:26 +00:00
christos
cfe96b2e15 Add support for mipsn64 targets which build 64 bit binaries by default
on instead of n32
2021-04-25 23:12:53 +00:00
christos
742eb06965 use ${MACHINE_MIPS64} 2021-04-25 22:45:16 +00:00
christos
817c6be628 Choose the right compat sets for the platform:
mipsn64 -> o32 n32
mips64 -> o32 64
2021-04-25 22:30:29 +00:00
christos
609e726869 Add mipsn64e[bl] targets which use 64 bit binaries instead of n32 ones. 2021-04-25 22:29:22 +00:00
christos
25aecf51e6 All mips64 has compat_netbsd32 2021-04-25 22:27:08 +00:00
christos
bb13676ffd Limit no-error to stack-protector 2021-04-25 22:25:55 +00:00
christos
e751f111c8 - Disable stack-protector errors like we did for cc1plus
- use ${MACHINE_MIPS64}
2021-04-25 22:25:00 +00:00
mrg
85c5fb6120 fix a comment to match the code. 2021-04-25 21:59:38 +00:00
christos
617e25cc45 make MACHINE_MIPS a boolean not a condition 2021-04-25 21:55:58 +00:00