summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-12-07Remove the agp-specific bus_dma code. It is no longer used now thatMark Kettenis
2013-12-07Errata 122 is currently disabled so stick amd64_errata_set4 under #if 0 tooBrad Smith
2013-12-06Make clflush() flush the cache line specified by the address we pass itMark Kettenis
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-12-05Correct spin timeout detection in __mp_lock debug code.Masao Uebayashi
2013-12-04Looks like the eMMC does no like block read request lower than blockSylvestre Gallon
2013-12-01no longer neededMiod Vallat
2013-12-01switch mvme68k to the MI zs(4) driver.Miod Vallat
2013-11-30Spurious linefeedMiod Vallat
2013-11-30unbreakMiod Vallat
2013-11-28fix typoTheo de Raadt
2013-11-28Appease LLVM's integrated assembler.Brad Smith
2013-11-27Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-26make this compile after dlg's recent changeMartin Reindl
2013-11-24Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmapMiod Vallat
2013-11-24Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this.Miod Vallat
2013-11-24Rework pmap to use dynamic P0 and P1 region allocation, instead of allocatingMiod Vallat
2013-11-24I2C driver for am335x, ported from netbsd, not enabled yet.Raphael Graf
2013-11-23Run doshutdownhooks() and config_suspend() even when boot() is called whileMasao Uebayashi
2013-11-21remove the #define b_cylinder b_resid from bufs. i hated theDavid Gwynne
2013-11-20Update comments mentioning `resource maps' to mention `extents' instead.Miod Vallat
2013-11-20oops, typoTheo de Raadt
2013-11-20Add gpio(4) support for omap3/4 and am335x.Raphael Graf
2013-11-20give this a real chance to compileMiod Vallat
2013-11-20replace bare use of disksort with bufqs. this is the last disksort userDavid Gwynne
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-19Remove some FDDI/ATM leftovers.Martin Pieuchot
2013-11-19format string fixes picked up with -Wformat=2Philip Guenther
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-11-18Normalize code sequence around dumpsys(), doshutdownhooks(), andMasao Uebayashi
2013-11-18replace disksort with bufqs. basically a copy of the same change in sparc64David Gwynne
2013-11-16Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using oneKenji Aoyama
2013-11-16Copied from amd64..Brad Smith
2013-11-16Allow initial device mappings (from pmap_table) to be backed up by BATC.Miod Vallat
2013-11-16Allow ddb to be entered from the keyboard, if glass console and ddb.console=1,Miod Vallat
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-15Start cleaning this driver. No functional change.Federico G. Schwindt
2013-11-15Make vax stand build cross-build friendly.Masao Uebayashi
2013-11-13Do not map frame buffer resources the kernel doesn't use; only keep theMiod Vallat
2013-11-13add missing headers here too, forgotten after testing the diff.Jasper Lievisse Adriaanse
2013-11-13Add missing includes.Sylvestre Gallon
2013-11-13fix typo in last commitTheo de Raadt
2013-11-13boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports.Masao Uebayashi
2013-11-13Use DL_GETPOFFSET() to get partition offset, except where weKenneth R Westerback
2013-11-13Honor RB_TIMEBAD on vax too as other ports.Masao Uebayashi
2013-11-12Oops. Use %llu for DL_GETDSIZE() value.Kenneth R Westerback
2013-11-12Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbbFederico G. Schwindt
2013-11-12Use daddr_t to hold calculated disk sector address. %d -> %lld toKenneth R Westerback