aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-011-0/+38
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-8/+4
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-9/+5
* Remove obsolete prototype of kdb_trap().Marcel Moolenaar2004-07-101-2/+0
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-101-0/+1
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+50
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-101-0/+57
* Retire BUS_DMAMAP_NSEGS for sparc64Scott Long2004-06-281-7/+0
* Switch sparc64 busdma to use a dynamically allocated segment list ratherScott Long2004-06-281-0/+1
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'Bruce Evans2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Remove filename+line number from panic messages.Poul-Henning Kamp2004-06-061-4/+2
* Move the per-CPU vmspace pointer fixup that is required before aThomas Moestl2004-05-261-2/+2
* Use unsigned types for the arguments of the atomic(9) operations,Marius Strobl2004-05-221-4/+4
* Switch from BSD-style u_intXX_t to ISO C99 uintXX_t.Marius Strobl2004-05-222-5/+5
* Moved most of the "MI" definitions and declarations from <machine/profile.h>Bruce Evans2004-05-191-30/+1
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isStefan Farfeleder2004-05-181-1/+1
* Correct the implementation of pmap_page_is_mapped(): It should return TRUEAlan Cox2004-05-091-2/+1
* - Remove the old sparc64 OFW PCI code (as opposed to the formerMarius Strobl2004-05-081-11/+0
* Some cleanups to the nexus code:Thomas Moestl2004-04-301-5/+0
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz2004-04-251-0/+2
* Remove avail_end. It is not used.Alan Cox2004-04-111-1/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0717-86/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+0
* Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar2004-03-201-0/+1
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64Garance A Drosehn2004-03-101-1/+1
* Fix syntax errors and wrong function prototypes in several MD headerLukas Ertl2004-03-051-2/+2
* - Fix for sparc64 to use new __panic() functionKen Smith2004-01-271-2/+4
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-091-0/+1
* Some integrated Davicom cards in sparc64 boxes have an all zerosMaxime Henrion2004-01-081-0/+1
* GC the unused <machine/kse.h> file.Peter Wemm2003-12-241-38/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-161-0/+56
* Fix a bug in the data access error recorvery. Before re-enabling the dataJake Burkholder2003-11-111-0/+9
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* Make PAGE_SIZE and related quantities signed on sparc64. (They are signedAlan Cox2003-10-031-4/+4
* Allow the compiler to micro-optimize byte swapping functions byMaxime Henrion2003-09-301-15/+24
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-12/+0
* Implement the bus_space_map() function to allocate resources and initializeYoshihiro Takahashi2003-09-231-0/+19
* Add function OF_decode_addr(). This function obtains the physicalMarcel Moolenaar2003-09-021-1/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_Alexander Kabaev2003-09-011-3/+3
* "md" files for syscons.Jake Burkholder2003-08-241-0/+76
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-162-3/+3
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-121-2/+24
* - Since td_critnest is now initialized in MI code, it doesn't have to beJohn Baldwin2003-08-041-2/+0
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-311-0/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edMaxime Henrion2003-07-271-0/+1
* Avoid exposing declarations for kernel variables to userland.Jake Burkholder2003-07-171-0/+4
* change CLASS depending upon __ELF_WORD_SIZE. This is necessary ifJohn-Mark Gurney2003-07-161-1/+5
* add support for interrupt counting on sparc64. This copies part of theJohn-Mark Gurney2003-07-162-0/+12
* Lock down the IOMMU bus_dma implementation to make it safe to useThomas Moestl2003-07-103-35/+55