summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-05-28pcn(4) works hereMartin Reindl
2007-05-28Remove #wt0 lines.Kenneth R Westerback
2007-05-28Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes areKenneth R Westerback
2007-05-27be more agressive on invalidation; perform invalidates on load* and unloadJason Wright
2007-05-27Locore UP can use the same code as MULTIPROCESSOR to access the GDTTom Cosgrove
2007-05-27We don't need to special-case access to the GDT for UP or MP, sinceTom Cosgrove
2007-05-27remove two TODO items:Jason Wright
2007-05-27add pmap_(un)map_nc_direct() macro's to match the non-nc versionsJason Wright
2007-05-27pagemove() is no longer used.Miod Vallat
2007-05-27Unbreak cdboot and pxeboot machine memory +/-; bad mpf@.Tom Cosgrove
2007-05-27We can now access curcpu() members through %fs instead of doing itArtur Grabowski
2007-05-27Make sure the minaddr hint for uvm_km_suballoc() calls is always initialized.Miod Vallat
2007-05-27Dynamically allocate irq's for pci devices on elroy(4).Mark Kettenis
2007-05-27implement WSDISPLAYIO_GETSUPPORTEDDEPTHS. ok miod@ uwe@Matthieu Herrb
2007-05-27shrink the kernel for code that shouldn't be used anyway, ok kettenis@Dale Rahn
2007-05-27Move powerpc to vm_page_md, 'throw it in' kettenis@Dale Rahn
2007-05-27Enable ips(4).Alexander Yurchenko
2007-05-27Print reserved memory size correctly.Miod Vallat
2007-05-27USB cleanup leftover. Diff from jsg@ tested by me.Marcus Glocker
2007-05-27Always use XKPHYS addresses to perform cache operations now, for consistency.Miod Vallat
2007-05-27Use the direct maps (cached on uncached) for bus_space mappings.Artur Grabowski
2007-05-27- Redo the way we set up the direct map. Map the first 4GB of itArtur Grabowski
2007-05-27fix another use of MAXNR for rijndaelTed Unangst
2007-05-27back out bio, breaks dlg's sparc64 v215Todd T. Fries
2007-05-27When deciding whether to allocate a bounce buffer, we need one ifTom Cosgrove
2007-05-26last arch specific GENERIC with bio, remove itTodd T. Fries
2007-05-26Move cpu_info/curcpu to be mapped by the %fs segment. Extra input andTobias Weingartner
2007-05-26Remove nbuf count (was missed by pedro)Dale Rahn
2007-05-26tht worksDavid Gwynne
2007-05-26missed this, remove bio here for move to sys/conf/GENERICTodd T. Fries
2007-05-26Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@Pedro Martelletto
2007-05-26prodded by marco, enable bio everywhereTodd T. Fries
2007-05-26Add re(4). From brad at comstyle dot com.Mark Kettenis
2007-05-26tyopsMiod Vallat
2007-05-26If booted from ADPT,2940U2B, root is on scsi.Dale Rahn
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-25Edge cases can trigger a TLB miss exception instead of an invalid TLBMiod Vallat
2007-05-25Define rw_cas. Trivially simple on amd64 with atomic_cas_ul.Artur Grabowski
2007-05-25Unifdef TLB_TRACE and TLBTRACE, no functional change.Miod Vallat
2007-05-25"boundries" -> "boundaries" in various comments. Started by Diego Casati.Kenneth R Westerback
2007-05-25'Proto type' -> 'Prototype' when discussing functions in comments.Kenneth R Westerback
2007-05-25Comment typos and tidying. From Diego Casati.Kenneth R Westerback
2007-05-25Change the old slow and complicated TLB shootdown code to new, fast andArtur Grabowski
2007-05-25Replace the overdesigned and overcomplicated tlb shootdown code withArtur Grabowski
2007-05-25rename cpu_dumpconf() to dumpconf(); no need to be different from other archi...Theo de Raadt
2007-05-23Add code to spin up secondary cpu's; still work in progress.Mark Kettenis
2007-05-23Print real/available memory in MB as well as bytes in dmesg, and unifyPeter Valchev
2007-05-23Add hack to prevent switching to serial console on four-digit B/C/J classMark Kettenis
2007-05-23Enable elroy(4).Mark Kettenis