aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* MFC: Add PFIL_HOOKS to the GENERIC kernel configuration.Jacques Vidrine2004-01-261-0/+1
* MFC the if_dc fix for sparc64 Davicom cards that store thier MAC inScott Long2004-01-252-2/+20
* Don't build a kernel.debug for the release.Scott Long2003-12-071-1/+1
* Disable WITNESS, INVARIANTS, and DDB for our Tier-1 platforms for the releaseScott Long2003-12-071-4/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-071-72/+0
* Fix all users of mp_maxid to use the same semantics, namely:John Baldwin2003-12-031-2/+2
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledJohn Baldwin2003-11-211-3/+9
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyAlan Cox2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-162-1/+57
* Fix more spammage with local changes. Didn't look at the diffs beforeJake Burkholder2003-11-141-10/+10
* Rev 1.61 accidentily added makeoptions NO_MODULES=yes. Funny that I add thisJake Burkholder2003-11-141-11/+10
* Respect RB_KDB flag.Hidetoshi Shimokawa2003-11-131-0/+5
* Remove reference to sio (superseded by uart).Jake Burkholder2003-11-111-1/+0
* Add entries for creator, splash, uart and puc, commented out until they'reJake Burkholder2003-11-111-1/+5
* Remove references to atkbd, atkbdc, psm and vga.Jake Burkholder2003-11-111-7/+1
* Assume that unit 0 is the graphics console initialized by syscons, insteadJake Burkholder2003-11-111-1/+1
* Fix a bug in the data access error recorvery. Before re-enabling the dataJake Burkholder2003-11-116-4/+60
* Rearrange slightly so that DELAY(9) works during cninit.Jake Burkholder2003-11-111-12/+12
* Change the clear_ret argument of get_mcontext() to be a flags argument.Marcel Moolenaar2003-11-091-2/+2
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is aPeter Wemm2003-10-191-0/+6
* Add an 'include' directive to pull in <sys/ptrace.h>.Robert Drehmel2003-10-101-0/+1
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).Robert Drehmel2003-10-091-0/+5
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* Migrate pmap_prefault() into the machine-independent virtual memory layer.Alan Cox2003-10-031-6/+13
* 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 vm object locking to pmap_release().Alan Cox2003-09-281-2/+4
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-252-13/+2
* Implement the bus_space_map() function to allocate resources and initializeYoshihiro Takahashi2003-09-231-0/+19
* Remove an invalid KASSERT. Apparently pmap_remove_all gets called onJake Burkholder2003-09-201-3/+0
* Handle ISA devices in OF_decode_addr(), with the same code that isThomas Moestl2003-09-121-1/+1
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminateAlan Cox2003-09-121-2/+3
* Introduce a new pmap function, pmap_extract_and_hold(). This functionAlan Cox2003-09-081-0/+22
* Take the support for the 8139C+/8169/8169S/8110S chips out of theBill Paul2003-09-081-0/+1
* - Clear the CE AFSR bits which indicate the error condition when handlingThomas Moestl2003-09-042-8/+25
* Add function OF_decode_addr(). This function obtains the physicalMarcel Moolenaar2003-09-022-1/+112
* Preparatory commit to allow prototypes in ofw_machdep.h to containMarcel Moolenaar2003-09-023-0/+3
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_Alexander Kabaev2003-09-011-3/+3
* Implement cpu_set_upcall_kse. May need tweaking.Jake Burkholder2003-08-311-0/+12
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyAlan Cox2003-08-291-0/+104
* Allow bus barrier operations on fake tags. The purpose of a fakeMarcel Moolenaar2003-08-241-4/+4
* reenable the caches when a PCI peek faults. Takes my kernel compileJohn-Mark Gurney2003-08-242-0/+6
* Add a driver for creator upa frame buffers found in many sparc64 machines.Jake Burkholder2003-08-242-0/+458
* "md" files for syscons.Jake Burkholder2003-08-242-0/+161
* s#<mk48txx/mk48txxreg.h>#<dev/mk48txx/mk48txxreg.h>#Marcel Moolenaar2003-08-234-4/+4
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-2311-15/+15
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-224-9/+9
* Lock the pmap's tsb object when performing vm_page_grab() on it.Alan Cox2003-08-201-0/+2
* Enable OFW_NEWPCI until jmg's 2003/06/21 18:26:08 PDT bus commit is fixedDavid E. O'Brien2003-08-191-1/+1
* Fixup the ELF branding information to point to the new home of rtld.Gordon Tetlow2003-08-171-1/+1