summaryrefslogtreecommitdiff
path: root/sys/arch/next68k
AgeCommit message (Expand)Author
2023-06-16fix typos in comments.andvar
2023-06-10gratuitous commit to fix spelling errordbj
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2023-02-12Actually bump version (missed in the previous commit).tsutsui
2023-02-12Replace DELAY() with one in hp300 bootloader and adjust cpuspeed counts.tsutsui
2023-02-12Use common declarations and macros in proper headers.tsutsui
2023-02-11Build a RAMDISK root kernel on NetBSD/next68k release build.tsutsui
2023-02-11Bump version again to denote NeXT_CUBE_TURBO support.tsutsui
2023-02-11Bump version to 1.6 to denote recent bootloader's >20 years old bug fixes.tsutsui
2023-02-11Disable rarely used options and devices, and add options MODULAR instead.tsutsui
2023-02-11Remove unnecessary commented out lines.tsutsui
2023-02-11Remove nonexistent options SWAPDEBUG.tsutsui
2023-02-11Enable file-system CD9660.tsutsui
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-09Disable DEBUG options properly.tsutsui
2023-02-09Request only 36 bytes for a response of INQUIRY command for legacy drives.tsutsui
2023-02-09Avoid possible division by zero trap in error cases to make debug easier.tsutsui
2023-02-07Make sure to specify volatile explicitly on DMA register accesses.tsutsui
2023-02-04Remove trailing spaces and TABs.tsutsui
2023-02-04Remove leftover "last kernel PT page" settings derived from hp300.tsutsui
2023-02-04Remove #ifdef'ed out hp300 specific stuff.tsutsui
2023-02-04Misc KNF and cleanup.tsutsui
2023-02-03Misc KNF and cosmetics.tsutsui
2023-02-03Use proper C99 int types.tsutsui
2023-02-03Use proper LIST(3) macro.tsutsui
2023-02-03Make local functions static.tsutsui
2023-02-03Misc cleanup.tsutsui
2023-02-03Misc KNF and cosmetics.tsutsui
2023-02-03Remove trailing TABs.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-02-03Use explicit CPU strings and remove hp300 derived stuff.tsutsui
2023-01-27next68k: Specify -fno-unwind-tables to shrink kernel binary size.tsutsui
2023-01-27next68k: Fix silent stall of next68k esp(4) SCSI.tsutsui
2023-01-27next68k: Specify proper constraints for bus_space_read region and multi ops.tsutsui
2023-01-27next68k: Fix delay_divisor value for proper delay(9) on 68040.tsutsui
2022-12-22Driver for DaynaPORT SCSI/Link (dse.4).nat
2022-09-18Eliminate use of IFF_OACTIVE. (It was not being used correctly here inthorpej
2022-08-07UFS/LFS dirhash:simonb
2022-05-30s/identifing/identifying/ and s/multipler/multiplier/ in comments.andvar
2022-05-18fix typos in word "access" and it derivatives, mainly in comments.andvar
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-12-05s/from from/from/ in comment.msaitoh
2021-10-09Call cnpollc(9) before cngetc(9) as the cons(9) man page says.tsutsui
2021-09-25Call cnpollc(9) before cngetc(9) as the cons(9) man page says.tsutsui