summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64/mem.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r277643:kib2015-02-141-2/+0
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-3/+6
* Disconnect sun4v architecture from the three.attilio2011-05-141-6/+0
* Remove empty dev_mem_md_init() stubs.jkim2011-01-171-6/+0
* For CPUs which ignore TD_CV and support hardware unaliasing don'tmarius2010-08-081-16/+14
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* - Remove redundant inclusion of opt_global.h.marius2008-07-211-1/+0
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,marius2007-05-201-9/+16
* remove 13 (largely) redundant files and switch to the sparc64/sparc64 versionkmacy2006-11-181-4/+9
* Remove superfluous inclusion of upa.h.marius2005-11-301-1/+0
* Correct some uses of the wrong members of the *min()/*max()-familiy, e.g.marius2004-08-151-2/+2
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-011-83/+17
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-031-0/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Device megapatch 4/6:phk2004-02-211-1/+2
* Use vm_paddr_t for physical addresses.jake2003-04-081-1/+1
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-1/+1
* Clean up /dev/mem now that pmap handles illegal aliases properly. Don'tjake2003-03-171-54/+70
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Teach /dev/kmem about direct mapped addresses.jake2002-12-271-5/+6
* Add a driver for the mem and kmem devices, based off the i386 version.tmm2002-03-091-0/+244
OpenPOWER on IntegriCloud