summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2006-05-19Get rid of ``maxmem'' and fix the descriptive comment for ``physmem''.Miod Vallat
2006-04-16Remove assert definitions which are provided by libkern.Miod Vallat
2006-04-16Remove bus_space_{read,write}_stream and bus_space_copy_region methods, whichMiod Vallat
2006-04-14rm trailing whitespaceMartin Reindl
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-23- Remove variable names from function prototypes.Brad Smith
2006-03-23Use PAGE_SIZE instead of NBPG.Brad Smith
2006-03-23ANSI and KNF.Brad Smith
2006-03-23ANSIfyBrad Smith
2006-03-19mountroot for disk devices shall be dk_mountroot(), not ffs_mountroot().Miod Vallat
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-15Entries in cd_devs[] may be NULL, so be sure to check for them in yourMiod Vallat
2006-03-13Put wsscreen_list array inside the softc instead of on the stack; similar fixMiod Vallat
2006-03-13Although we can not currently run the glass console with colors if in anMiod Vallat
2006-03-13remove splimp.Brad Smith
2006-03-04Set up a ``different shades of gray'' palette at 2bpp, this gives usMiod Vallat
2006-02-26skip common macfb attachment on unknown cardsMartin Reindl
2006-02-25initialize rv to zero avoiding match on whatever is just next on the busMartin Reindl
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-12Remove packets from the queue before calling their completion routine, asMiod Vallat
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-01-30When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant;Miod Vallat
2006-01-30Better siginfo field values for fpe failures.Miod Vallat
2006-01-30Do not disable frame buffer interrupts in the match() function, but ratherMiod Vallat
2006-01-30swap B and R in 24bpp and 32bpp modes too; tested martin@Miod Vallat
2006-01-30pretty printf, for 32bit modeMartin Reindl
2006-01-29SMC91CXX NuBus hooksMartin Reindl
2006-01-24Remove unused fields from struct mac68k_machine.Miod Vallat
2006-01-23Be more careful when mapping DAFB color registers, so that we don't preventMiod Vallat
2006-01-23Be sure to clear color capabilities from rasops at 8bpp if we do not haveMiod Vallat
2006-01-22Colormap support for DAFB frame buffers (using information from Linux).Miod Vallat
2006-01-22Add bus_space_vaddr() and use it instead of accessing private bus_spaceMiod Vallat
2006-01-22Print adb subsystem name early in attachment, and pass the proper deviceMiod Vallat
2006-01-22Finally update the todclock on shutdown, if we are using a level 6 clock.Miod Vallat
2006-01-22Minimal iop code to set the serial ports to compatible mode automagically,Miod Vallat
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-21Remove old mdpflag debug help.Miod Vallat
2006-01-20Remove unused stuff.Miod Vallat
2006-01-20Make sure we can only match once for internal video.Miod Vallat
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-17Remove unused ``stride'' bus_space internal functionality; nothing needs it.Miod Vallat
2006-01-16Do not register adb and pm interrupts until the related devices initialize.Miod Vallat
2006-01-16Correctly handle successfull FP emulation (doh!)Miod Vallat
2006-01-16Let the intrhand structs be softc fields, rather than static global variables.Miod Vallat
2006-01-15Do not put HZ in the kernel configuration file anymore, and let the kernelMiod Vallat
2006-01-13Bring a few improvements from NetBSD:Miod Vallat
2006-01-13KNF and remove dead parts.Miod Vallat
2006-01-13Sync OSS code with NetBSD; supports poweroff now.Miod Vallat
2006-01-13Remove unused bad{,b,w,l}addr.Miod Vallat
2006-01-13Remove the Mac Rom Glue code completely. With the ADB ``direct'' code beingMiod Vallat