summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2023-03-26s/diplay/display/ and s/DIPPLAY/DISPLAY/ in comments.andvar
2023-02-18Introduce a flag to disable PDMA when writing.nat
2023-02-18Honor the XS_CTL_POLL flag and fallback to polled io instead of PDMA.nat
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2023-01-05Disable (comment out) options DIAGNOSTIC in INSTALL kernels.tsutsui
2022-12-26Sanity check and set the framebuffer length if necessary.nat
2022-12-22Driver for DaynaPORT SCSI/Link (dse.4).nat
2022-10-31s/interrut/interrupt/ and s/accelelerator/accelerator/ in comments.andvar
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-08-20Unmap resources and print error messages properly in error paths.tsutsui
2022-08-20KNF and misc style fixes.tsutsui
2022-08-15Rework avdma to fix PR port-mac68k/56131 as well as add synchronousrin
2022-08-15Remove stray newline. No binary changes.rin
2022-08-15For avdma, bus_dmamap_create(9) with nsegments = 1, as PSC supportsrin
2022-08-15Minor cosmetic changes. NFC.rin
2022-08-09Switch from ``(1 << depth) color'' to ``(depth)-bpp color'' inrin
2022-08-07UFS/LFS dirhash:simonb
2022-07-30Fix WSMOUSEIO_GTYPE so that X does not fail to initialize wsmouse(4).rin
2022-05-30s/identifing/identifying/ and s/multipler/multiplier/ in comments.andvar
2022-05-23s/boundries/boundaries/, s/itterate/iterate/ and few more typos.andvar
2022-04-07fix various typos in comments.andvar
2021-10-09Call cnpollc(9) before cngetc(9) as the cons(9) man page says.tsutsui
2021-09-26Driver "kqfilter" entry points return an error code, so if an invalidthorpej
2021-09-26Use seltrue_filtops rather than rolling our own with filt_seltrue.thorpej
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-09-25Call cnpollc(9) before cngetc(9) as the cons(9) man page says.tsutsui
2021-09-18Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers.tsutsui
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-08-21fix some more typos in comments/log messages, improve wording as well.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-05-13We do not match machines whose SWIM does not support the IWM registerhauke
2021-04-28Change sccA address for Quadra 800 from base + 0xc000 to 0xc020.rin
2021-04-28Make mac68k_set_io_offsets() a little bit cleaner:rin
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-02For ports with __HAVE_LEGACY_INTRCNT, turn intrcnt[] and derivedrin
2021-04-01Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcntsimonb
2021-03-14Fix DJMEMCMAX option for Quadra/Centris 650/800.rin
2021-02-26Add MAC68K_MEMSIZE option to hard-code memory size in MB, instead ofrin
2021-02-26Sort opt_*.h. No binary changes.rin
2021-02-22Elucidate why synchronous transfer is disabled for AV Macs.rin
2021-02-22- Add missing \n's to printf(9).rin
2021-02-20sn(4): Add rnd(9) support.rin
2021-01-24Add rnd(9) support.rin
2021-01-23Remove cargo-culted '#if 0' code that was designed to produce achristos
2021-01-21add a commented out compat_ossaudio wherever there's compat_linuxnia
2020-12-19malloc(9) -> kmem(9)thorpej
2020-12-19Use sel{record,remove}_knote().thorpej
2020-12-02comparision -> comparisonwiz