summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2007-01-22use the MI DP8390 driver instead of rolling our own functionsMartin Reindl
2007-01-14zsprintf() is gone, fixes ZSMACDEBUG caseMartin Reindl
2007-01-12fix altq for mc(4); make mbuf functions return NULL instead of 0 whileMartin Reindl
2007-01-12support a few more video cards, untested:Martin Reindl
2007-01-03shorten dmesg a bitMartin Reindl
2006-12-13Remove the dma_eop callback in the ncr5380 driver md attachment, it was alwaysMiod Vallat
2006-12-06fix some multi-line comments and printfsMartin Reindl
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-09-26Go back to spl0, previous change broke Cuda adb; reported by CarlMiod Vallat
2006-09-24Bring hp300, mac68k and mvme68k disklabel initialization code intoKenneth R Westerback
2006-09-22Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values.Miod Vallat
2006-09-17Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in theMiod Vallat
2006-09-17Shorten the area where interrupts are enabled to calibrate delay(), and runMiod Vallat
2006-09-16Do not use bus_space_write_multi and happily write to NULL and die, whenMiod Vallat
2006-08-17Check d_secpercyl in all readdisklable() functions, and have all ofKenneth R Westerback
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-11the scsi_link structure contained a copy of the inquiry flags and the wholeDavid Gwynne
2006-07-11Remove duplicate prototypes already in <sys/systm.h>Miod Vallat
2006-07-06Insert an empty page at the beginning of the kernel, so that we can map itMiod Vallat
2006-07-06Adapt rtclock_intr() to the current interrupt scheme; from NetBSDMiod Vallat
2006-06-30When allocating the default rasops attribute, it is not necessary to useMiod Vallat
2006-06-30Shrink internal iomap to 256KB, it's enough for all the mappings we'll needMiod Vallat
2006-06-30On OSS systems (IIfx), compute addresses relative to VIA2 rather than VIA1,Miod Vallat
2006-06-24Use pmap_enter_cache() instead of physacc() in bus_mem_add_mapping(), and letMiod Vallat
2006-06-24Allocate ethernet buffers as uvm pages, and map them with pmap_enter_cache(),Miod Vallat
2006-06-23consistantly count context switches on exit; miod@ okMichael Shalayeff
2006-06-11Clean the various cache and TLB invalidation function, arch by arch:Miod Vallat
2006-06-11Remove traces of cut'n'pasted 68060 support, since there aren't any 68060-basedMiod Vallat
2006-06-11Move common prototypes to <m68k/{cpu,param}.h> instead of incompleteMiod Vallat
2006-06-11Factorize spl handling functions and software interrupt routines betweenMiod Vallat
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