summaryrefslogtreecommitdiff
path: root/sys/arch/next68k/dev
AgeCommit message (Expand)Author
2023-06-10gratuitous commit to fix spelling errordbj
2023-02-11NeXT Turbo Color doesn't have NEXT_P_C16_CMD_REG.tsutsui
2023-02-11Add and check machine type NeXT_CUBE_TURBO (type 8).tsutsui
2023-02-11Handle NeXT Turbo VRAM regions properly.tsutsui
2023-02-04Remove trailing spaces and TABs.tsutsui
2023-02-03Use proper C99 int types.tsutsui
2023-02-03Make local functions static.tsutsui
2023-02-03Misc cleanup.tsutsui
2023-02-03Misc KNF and cosmetics.tsutsui
2023-02-03Misc KNF and cosmetics.tsutsui
2023-02-03Use proper C99 int types.tsutsui
2023-02-03TAB/space cleanup.tsutsui
2023-02-03Add proper rnd_add_uint32(9) calls to next68k xe(4) driver.tsutsui
2023-01-27next68k: Fix silent stall of next68k esp(4) SCSI.tsutsui
2022-09-18Eliminate use of IFF_OACTIVE. (It was not being used correctly here inthorpej
2022-03-17revert broken to borken, it is used spelling in BSD and "tastes better that w...andvar
2022-03-16s/paniced/panicked/ and s/borken/broken/ in comments.andvar
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-21malloc(9) -> kmem(9)thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-11-12 Add missing initialization of sc_dev.msaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.msaitoh
2019-05-29 Whitespace fix. No functional change.msaitoh
2019-04-25- KNF.msaitoh
2019-04-24 KNF. No functional change.msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2017-05-01PR port-next68k/52205 from Miod Vallat: cosmetic change to print themartin
2017-03-31 Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) withmsaitoh
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-03-29fix misplaced linechristos
2014-03-27correct/add protection against snprintf overflow.christos
2014-03-25fix sprintf debugging mess.christos
2014-03-24- use cpu_{g,s}etmodelchristos
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2011-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2011-01-02Explicitly include <machine/bus.h> here for bus_space_tag_t and bus_dma_tag_t.tsutsui
2010-06-06fix some errors in debug code, found by henning petersen in PR#42529.mrg
2010-04-24switch from 4 clause to 2 clause BSD license.dbj