Up to [cvs.NetBSD.org] / src / sys / arch / hp700 / hp700
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.115 / (download) - annotate - [select for diffs], Sat Jul 28 19:08:23 2012 UTC (9 months, 3 weeks ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.114: +2 -3
lines
Diff to previous 1.114 (colored)
Remove declartions of physmem
Revision 1.114 / (download) - annotate - [select for diffs], Fri Jun 8 07:53:41 2012 UTC (11 months, 2 weeks ago) by dsl
Branch: MAIN
Changes since 1.113: +6 -5
lines
Diff to previous 1.113 (colored)
Fix type of variable passed to sysctl (int -> bool).
Revision 1.113 / (download) - annotate - [select for diffs], Wed May 23 16:11:37 2012 UTC (12 months ago) by skrll
Branch: MAIN
CVS Tags: jmcneill-usbmp-base10
Changes since 1.112: +3 -4
lines
Diff to previous 1.112 (colored)
Rework the hp700 interrupt code to - note chip restictions on interrupt in the kernel config - allocate interrupts at attach time - track per CPU interrupts - remove a funciton written in assembly
Revision 1.112 / (download) - annotate - [select for diffs], Wed May 23 08:59:36 2012 UTC (12 months ago) by skrll
Branch: MAIN
Changes since 1.111: +3 -4
lines
Diff to previous 1.111 (colored)
Whitespace
Revision 1.111 / (download) - annotate - [select for diffs], Wed Apr 25 07:58:43 2012 UTC (13 months ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base9
Changes since 1.110: +3 -3
lines
Diff to previous 1.110 (colored)
Add missing parenthesis in debug code. PR 46370 from Henning Petersen.
Revision 1.110 / (download) - annotate - [select for diffs], Thu Apr 5 20:12:09 2012 UTC (13 months, 2 weeks ago) by skrll
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
jmcneill-usbmp-base8
Changes since 1.109: +81 -93
lines
Diff to previous 1.109 (colored)
Replace #ifdef DEBUG/BTLBDEBUG with DPRINTF{,N}
Revision 1.109 / (download) - annotate - [select for diffs], Sun Feb 26 07:52:52 2012 UTC (14 months, 4 weeks ago) by skrll
Branch: MAIN
CVS Tags: jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4
Changes since 1.108: +3 -3
lines
Diff to previous 1.108 (colored)
Use new HPPA_CPU_PCXWP for PA8600 (Landshark)
Revision 1.108 / (download) - annotate - [select for diffs], Thu Feb 23 21:38:53 2012 UTC (15 months ago) by skrll
Branch: MAIN
CVS Tags: jmcneill-usbmp-base3
Changes since 1.107: +4 -4
lines
Diff to previous 1.107 (colored)
u_intXX_t -> uintXX_t Same code before and after.
Revision 1.107 / (download) - annotate - [select for diffs], Sun Feb 5 08:24:43 2012 UTC (15 months, 2 weeks ago) by skrll
Branch: MAIN
CVS Tags: netbsd-6-base,
jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.106: +13 -10
lines
Diff to previous 1.106 (colored)
Use __arrarycount(cpu_types) to bound the table search and not NULL check. The NULL check was wrong.
Revision 1.106 / (download) - annotate - [select for diffs], Sun Feb 5 08:23:11 2012 UTC (15 months, 2 weeks ago) by skrll
Branch: MAIN
Changes since 1.105: +18 -16
lines
Diff to previous 1.105 (colored)
-Wextra -Wno-unused-parameter
Revision 1.105 / (download) - annotate - [select for diffs], Fri Jan 27 18:52:56 2012 UTC (15 months, 4 weeks ago) by para
Branch: MAIN
Changes since 1.104: +3 -3
lines
Diff to previous 1.104 (colored)
converting extent(9) from malloc(9) to kmem(9) preceding kmem-vmem-pool-uvm patch releng@ acknowledged
Revision 1.104 / (download) - annotate - [select for diffs], Mon Jan 9 19:40:54 2012 UTC (16 months, 2 weeks ago) by skrll
Branch: MAIN
Changes since 1.103: +6 -4
lines
Diff to previous 1.103 (colored)
KNF
Revision 1.103 / (download) - annotate - [select for diffs], Mon Jan 2 16:13:12 2012 UTC (16 months, 3 weeks ago) by skrll
Branch: MAIN
Changes since 1.102: +4 -4
lines
Diff to previous 1.102 (colored)
From OpenBSD... Fix encoding of DIAG instructions in the MFCPU_T and MTCPU_T macros. MTCPU_T was encoded as a read instruction, while MFCPU_T was encoded as a read-through-TH instruction, although the only uses of it concern registers read through CH. (You are not supposed to understand this, this is a dark corner of undocumented rotten PA-RISC bowels). Cache SID hashing will now correctly be disabled on PCXS, PCXT and PCXT' processors. Proper encoding from the old PA-RISC mklinux sources; tested on 720 (PCXS) and 715/75 (PCXT); ok kettenis@
Revision 1.102 / (download) - annotate - [select for diffs], Mon Dec 12 19:03:09 2011 UTC (17 months, 1 week ago) by mrg
Branch: MAIN
Changes since 1.101: +3 -3
lines
Diff to previous 1.101 (colored)
implement bdev_size(9) wrapper around d_psize() routine, so we can take the device lock in relevant places. avoid doing so while actually dumping. tested i386 crash dumps still work, and that all touched files compile. fixes PR#45705.
Revision 1.101 / (download) - annotate - [select for diffs], Mon Dec 5 15:04:27 2011 UTC (17 months, 2 weeks ago) by skrll
Branch: MAIN
Changes since 1.100: +20 -3
lines
Diff to previous 1.100 (colored)
Fix mm_md_kernacc to report correct status for the direct mapped pages between kernel start and end of physical memory. Report everything else as unhandled.
Revision 1.100 / (download) - annotate - [select for diffs], Sun Jun 12 03:35:41 2011 UTC (23 months, 2 weeks ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.99: +30 -17
lines
Diff to previous 1.99 (colored)
Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM and provide extra serialisation for pmap(9). New lock order: [vmpage-owner-lock] -> pmap-lock. - Simplify locking in some pmap(9) modules by removing P->V locking. - Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs). - Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner. Add TLBSTATS option for x86 to collect statistics about TLB shootdowns. - Unify /dev/mem et al in MI code and provide required locking (removes kernel-lock on some ports). Also, avoid cache-aliasing issues. Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches formed the core changes of this branch.
Revision 1.99 / (download) - annotate - [select for diffs], Fri Mar 4 22:25:26 2011 UTC (2 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
bouyer-quota2-nbase
Branch point for: cherry-xenmp
Changes since 1.98: +3 -3
lines
Diff to previous 1.98 (colored)
Refactor ps_strings access. Based on PK_32, write either the normal version or the 32bit compat layout in execve1. Introduce a new function copyin_psstrings for reading it back from userland and converting it to the native layout. Refactor procfs to share most of the code with the kern.proc_args sysctl handler. This material is based upon work partially supported by The NetBSD Foundation under a contract with Joerg Sonnenberger.
Revision 1.98 / (download) - annotate - [select for diffs], Sun Jan 23 21:53:40 2011 UTC (2 years, 4 months ago) by skrll
Branch: MAIN
CVS Tags: uebayasi-xip-base7,
bouyer-quota2-base
Changes since 1.97: +12 -2
lines
Diff to previous 1.97 (colored)
Detect and spin up non-boot CPUs. Mostly from OpenBSD.
Revision 1.97 / (download) - annotate - [select for diffs], Sun Jan 23 09:44:58 2011 UTC (2 years, 4 months ago) by skrll
Branch: MAIN
Changes since 1.96: +13 -4
lines
Diff to previous 1.96 (colored)
Make some more information (psw/fpu_state) per cpu.
Revision 1.96 / (download) - annotate - [select for diffs], Thu Jan 13 21:15:15 2011 UTC (2 years, 4 months ago) by skrll
Branch: MAIN
CVS Tags: jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.95: +3 -2
lines
Diff to previous 1.95 (colored)
Redo the way devices are found. Probe "Snake" machines with PDC_MEMMAP and others with PDC_SYSTEM_MAP. Some PDCs don't tell us about all devices and/or the whole device tree. Walk each bus to find these unreported devices.
Revision 1.95 / (download) - annotate - [select for diffs], Tue Jan 4 10:42:34 2011 UTC (2 years, 4 months ago) by skrll
Branch: MAIN
Changes since 1.94: +52 -63
lines
Diff to previous 1.94 (colored)
Centralise the PDC procedure calls into one file and use a minimal set of kernel data for PDC results. Remove the filler components from the PDC structures as a result. Other tidyups while here.
Revision 1.94 / (download) - annotate - [select for diffs], Sun Dec 12 08:54:25 2010 UTC (2 years, 5 months ago) by skrll
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.93: +2 -3
lines
Diff to previous 1.93 (colored)
Remove an XXX.
Revision 1.93 / (download) - annotate - [select for diffs], Sun Dec 12 08:52:49 2010 UTC (2 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.92: +4 -3
lines
Diff to previous 1.92 (colored)
Fix DEBUG build after previous.
Revision 1.92 / (download) - annotate - [select for diffs], Sun Dec 12 08:23:14 2010 UTC (2 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.91: +12 -11
lines
Diff to previous 1.91 (colored)
Update struct pdc_model with hwmodel and hv fields for hvers. Rename cpu_hvers to cpu_modelno.
Revision 1.91 / (download) - annotate - [select for diffs], Thu Dec 9 10:19:23 2010 UTC (2 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.90: +4 -3
lines
Diff to previous 1.90 (colored)
Initialise lwp0.l_cpu early so that spl* work.
Revision 1.90 / (download) - annotate - [select for diffs], Mon Dec 6 18:42:09 2010 UTC (2 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.89: +4 -2
lines
Diff to previous 1.89 (colored)
Wrap a printf in #ifdef DEBUG
Revision 1.89 / (download) - annotate - [select for diffs], Mon Nov 8 19:59:20 2010 UTC (2 years, 6 months ago) by skrll
Branch: MAIN
CVS Tags: uebayasi-xip-base6,
uebayasi-xip-base5
Changes since 1.88: +8 -2
lines
Diff to previous 1.88 (colored)
Update cpu_model_cpuid to work for E[2345]5 machines. From Sergey Svishchev.
Revision 1.88 / (download) - annotate - [select for diffs], Sun Jun 6 12:13:35 2010 UTC (2 years, 11 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2
Changes since 1.87: +11 -4
lines
Diff to previous 1.87 (colored)
MULTIPROCESSOR fixes
- provide curcpu in a control register instead of curlwp
- define {GET,SET}_CURLWP and GET_CURCPU and use whereever possible.
- define a cpu count and use it in CPU_INFO_FOREACH
XXX hppa_ncpus isn't valid yet.
Revision 1.87 / (download) - annotate - [select for diffs], Sun Jun 6 10:15:51 2010 UTC (2 years, 11 months ago) by skrll
Branch: MAIN
Changes since 1.86: +3 -4
lines
Diff to previous 1.86 (colored)
*** empty log message ***
Revision 1.86 / (download) - annotate - [select for diffs], Sun Jun 6 09:12:39 2010 UTC (2 years, 11 months ago) by skrll
Branch: MAIN
Changes since 1.85: +4 -2
lines
Diff to previous 1.85 (colored)
Pullup across/adapt fix from OpenBSD: Properly initialize the members of `struct mdproc' that deal with single-stepping when we fork and reset them upon exec.
Revision 1.85 / (download) - annotate - [select for diffs], Tue Jun 1 10:20:29 2010 UTC (2 years, 11 months ago) by skrll
Branch: MAIN
Changes since 1.84: +90 -2
lines
Diff to previous 1.84 (colored)
Add the lcd(4) driver from OpenBSD. Thanks to Adam Hoka for doing most of the work.
Revision 1.84 / (download) - annotate - [select for diffs], Fri Apr 30 15:36:45 2010 UTC (3 years ago) by skrll
Branch: MAIN
Changes since 1.83: +4 -4
lines
Diff to previous 1.83 (colored)
Add HPPA_FTRS_TLBU to 7100LC and 7300LC CPUs.
Revision 1.83 / (download) - annotate - [select for diffs], Fri Apr 30 14:32:31 2010 UTC (3 years ago) by skrll
Branch: MAIN
Changes since 1.82: +28 -15
lines
Diff to previous 1.82 (colored)
Re-formatting.
Revision 1.82 / (download) - annotate - [select for diffs], Tue Apr 6 08:09:46 2010 UTC (3 years, 1 month ago) by skrll
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.81: +4 -5
lines
Diff to previous 1.81 (colored)
Use hppa_cpu_ispa20_p
Revision 1.81 / (download) - annotate - [select for diffs], Sat Mar 20 23:31:27 2010 UTC (3 years, 2 months ago) by chs
Branch: MAIN
Changes since 1.80: +2 -16
lines
Diff to previous 1.80 (colored)
fix copy{in,out}{,str}() to return the error returned by uvm_fault().
fixes PR 41813.
Revision 1.80 / (download) - annotate - [select for diffs], Tue Mar 16 16:20:19 2010 UTC (3 years, 2 months ago) by skrll
Branch: MAIN
Changes since 1.79: +18 -7
lines
Diff to previous 1.79 (colored)
The FP regs are accessed in both physical and virtual modes. Make sure they're allocated in directly mapped memory to avoid aliasing problems and unnecessary cache flushing. Fix various names and references. If we ever directly map the uarea and pcb we can change things at that point. Significantly helps my J210 (PA7200). Mostly from OpenBSD.
Revision 1.79 / (download) - annotate - [select for diffs], Tue Feb 16 16:56:29 2010 UTC (3 years, 3 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Changes since 1.78: +2 -17
lines
Diff to previous 1.78 (colored)
Remove the dma24_ex method of dealing with BUS_DMA_24BIT and replace with a uvm managed freelist of pages in the right range.
Revision 1.78 / (download) - annotate - [select for diffs], Mon Feb 8 19:02:29 2010 UTC (3 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.77: +2 -6
lines
Diff to previous 1.77 (colored)
Remove separate mb_map. The nmbclusters is computed at boot time based on the amount of physical memory and limited by NMBCLUSTERS if present. Architectures without direct mapping also limit it based on the kmem_map size, which is used as backing store. On i386 and ARM, the maximum KVA used for mbuf clusters is limited to 64MB by default. The old default limits and limits based on GATEWAY have been removed. key_registered_sb_max is hard-wired to a value derived from 2048 clusters.
Revision 1.77 / (download) - annotate - [select for diffs], Thu Dec 10 14:13:49 2009 UTC (3 years, 5 months ago) by matt
Branch: MAIN
CVS Tags: uebayasi-xip-base,
matt-premerge-20091211
Branch point for: uebayasi-xip
Changes since 1.76: +3 -3
lines
Diff to previous 1.76 (colored)
Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly involves setregs and vmcmds). Should result in no code differences.
Revision 1.76 / (download) - annotate - [select for diffs], Tue Dec 1 16:20:52 2009 UTC (3 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.75: +3 -3
lines
Diff to previous 1.75 (colored)
Add a missing '\n' from a printf.
Revision 1.75 / (download) - annotate - [select for diffs], Fri Nov 27 03:23:09 2009 UTC (3 years, 5 months ago) by rmind
Branch: MAIN
Changes since 1.74: +2 -3
lines
Diff to previous 1.74 (colored)
- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. - Replace most remaining uses of l_addr with uvm_lwp_getuarea() or lwp_getpcb(). - Amend assembly in ports where it accesses PCB via struct user. - Rename L_ADDR to L_PCB in few places. Reduce sys/user.h inclusions.
Revision 1.74 / (download) - annotate - [select for diffs], Thu Nov 26 00:19:17 2009 UTC (3 years, 5 months ago) by matt
Branch: MAIN
Changes since 1.73: +2 -3
lines
Diff to previous 1.73 (colored)
Kill proc0paddr. Use lwp0.l_addr instead.
Revision 1.73 / (download) - annotate - [select for diffs], Sat Nov 21 15:36:33 2009 UTC (3 years, 6 months ago) by rmind
Branch: MAIN
Changes since 1.72: +7 -6
lines
Diff to previous 1.72 (colored)
Use lwp_getpcb() on hppa and ia64, clean from struct user usage.
Revision 1.72 / (download) - annotate - [select for diffs], Sat Nov 7 07:27:43 2009 UTC (3 years, 6 months ago) by cegger
Branch: MAIN
Changes since 1.71: +3 -3
lines
Diff to previous 1.71 (colored)
Add a flags argument to pmap_kenter_pa(9). Patch showed on tech-kern@ http://mail-index.netbsd.org/tech-kern/2009/11/04/msg006434.html No objections.
Revision 1.71 / (download) - annotate - [select for diffs], Mon Oct 26 19:16:55 2009 UTC (3 years, 6 months ago) by cegger
Branch: MAIN
Changes since 1.70: +3 -3
lines
Diff to previous 1.70 (colored)
kill extra whitespaces reviewed by tsutsui@
Revision 1.70 / (download) - annotate - [select for diffs], Sat Aug 15 23:44:58 2009 UTC (3 years, 9 months ago) by matt
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7
Changes since 1.69: +3 -2
lines
Diff to previous 1.69 (colored)
Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to do it for us.
Revision 1.69 / (download) - annotate - [select for diffs], Fri May 29 08:44:29 2009 UTC (3 years, 11 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
jymxensuspend-base
Changes since 1.68: +15 -13
lines
Diff to previous 1.68 (colored)
Tidyup error handling around PDC_PIM. CTASSERT -> KASSERT
Revision 1.68 / (download) - annotate - [select for diffs], Fri May 29 08:39:05 2009 UTC (3 years, 11 months ago) by skrll
Branch: MAIN
Changes since 1.67: +27 -32
lines
Diff to previous 1.67 (colored)
Save screen space and make machine check output easier to read (for me)
Revision 1.67 / (download) - annotate - [select for diffs], Fri May 29 08:37:34 2009 UTC (3 years, 11 months ago) by skrll
Branch: MAIN
Changes since 1.66: +3 -4
lines
Diff to previous 1.66 (colored)
KNF
Revision 1.66 / (download) - annotate - [select for diffs], Mon May 18 05:20:46 2009 UTC (4 years ago) by skrll
Branch: MAIN
Changes since 1.65: +2 -3
lines
Diff to previous 1.65 (colored)
Remove stray printf.
Revision 1.65 / (download) - annotate - [select for diffs], Mon May 18 05:19:15 2009 UTC (4 years ago) by skrll
Branch: MAIN
Changes since 1.64: +3 -4
lines
Diff to previous 1.64 (colored)
Whitespace.
Revision 1.64 / (download) - annotate - [select for diffs], Sat May 16 16:06:06 2009 UTC (4 years ago) by mjf
Branch: MAIN
Changes since 1.63: +174 -29
lines
Diff to previous 1.63 (colored)
Add PA-RISC 2.0 PIM support. Fix the HPMC exception handler so that, if we're running on a PA-RISC 2.0 machine, we use the 64-bit PIM data structures. There was also a bug in the HPMC exception handler that stopped output being written to the console after we'd taken the exception. We need to make a PDC_IO pdc call to reset I/O.
Revision 1.63 / (download) - annotate - [select for diffs], Wed May 13 14:33:42 2009 UTC (4 years ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4
Changes since 1.62: +45 -4
lines
Diff to previous 1.62 (colored)
If the PDC_MODEL_CPUID call fails use cpu_hvers to work out cpu_type. Fixes PR/41379.
Revision 1.62 / (download) - annotate - [select for diffs], Sat May 9 11:39:30 2009 UTC (4 years ago) by skrll
Branch: MAIN
Changes since 1.61: +13 -13
lines
Diff to previous 1.61 (colored)
Don't overload cpu_type in cpuid(). Rename a hppa_cpu_info member for clarity.
Revision 1.61 / (download) - annotate - [select for diffs], Fri May 8 09:33:58 2009 UTC (4 years ago) by skrll
Branch: MAIN
Changes since 1.60: +29 -29
lines
Diff to previous 1.60 (colored)
Whitespace.
Revision 1.60 / (download) - annotate - [select for diffs], Thu Apr 30 07:01:26 2009 UTC (4 years ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3
Changes since 1.59: +431 -442
lines
Diff to previous 1.59 (colored)
Merge nick-hppapmap.
This is a port of the OpenBSD pmap and trap handling code to get us
- Performance boost on some/all machines.
- Well on the way to PA2.0 (in 32bit mode) support. Several
machines probe hardware, but fail sometime after interrupts
are enabled.
Other things changed / fixed on the branch are
- update autoconf to use the OpenBSD code.
- com @ dino is very close to being supported.
- HPPA_REDZONE has been replaced with a working redzone which
is enabled with DIAGNOSTIC.
- UPAGES has been halved in size.
- power(4) from OpenBSD to fix a few bugs.
- updated list of modules from OpenBSD.
- initial ports of uturn(4), astro(4) and elroy(4).
- update some copyrights (remove advertising clause, etc.)
Thanks to mjf for some of the above, testing and listening.
Revision 1.59 / (download) - annotate - [select for diffs], Wed Mar 18 17:06:44 2009 UTC (4 years, 2 months ago) by cegger
Branch: MAIN
CVS Tags: nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base
Changes since 1.58: +3 -3
lines
Diff to previous 1.58 (colored)
bcopy -> memcpy
Revision 1.58 / (download) - annotate - [select for diffs], Fri Feb 13 22:41:01 2009 UTC (4 years, 3 months ago) by apb
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.57: +3 -2
lines
Diff to previous 1.57 (colored)
Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" in all kernel sources that use the MODULAR option. Proposed in tech-kern on 18 Jan 2009.
Revision 1.57 / (download) - annotate - [select for diffs], Wed Jan 21 16:24:34 2009 UTC (4 years, 4 months ago) by he
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.56: +4 -4
lines
Diff to previous 1.56 (colored)
Re-adapt to the changed return types for major() and minor().
Revision 1.56 / (download) - annotate - [select for diffs], Thu Jan 15 12:35:13 2009 UTC (4 years, 4 months ago) by rtr
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.55: +6 -4
lines
Diff to previous 1.55 (colored)
use PRIu64 format to print major and minor dev_t from Wojciech Galazka on current-users@
Revision 1.55 / (download) - annotate - [select for diffs], Tue Dec 16 22:35:23 2008 UTC (4 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.54: +4 -4
lines
Diff to previous 1.54 (colored)
replace bitmask_snprintf(9) with snprintb(3)
Revision 1.54 / (download) - annotate - [select for diffs], Sun Nov 30 18:21:34 2008 UTC (4 years, 5 months ago) by martin
Branch: MAIN
CVS Tags: haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Changes since 1.53: +4 -4
lines
Diff to previous 1.53 (colored)
As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap phases, so move the initialization of the ksyms mutex back into main via a function called ksyms_init. Rename the existing (but quite different) ksyms_init* variations into ksyms_addsyms_elf() and ksyms_addsyms_explicit() and adapt machdep code accordingly.
Revision 1.53 / (download) - annotate - [select for diffs], Tue Nov 25 15:51:34 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.52: +3 -3
lines
Diff to previous 1.52 (colored)
dumpsys: don't spew numbers into the log.
Revision 1.52 / (download) - annotate - [select for diffs], Tue Nov 25 15:50:52 2008 UTC (4 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.51: +2 -3
lines
Diff to previous 1.51 (colored)
-#include "opt_modular.h"
Revision 1.51 / (download) - annotate - [select for diffs], Tue Nov 25 09:43:05 2008 UTC (4 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.50: +15 -2
lines
Diff to previous 1.50 (colored)
Add empty module_init_md so that options MODULAR compiles.
Revision 1.50 / (download) - annotate - [select for diffs], Wed Nov 12 12:36:00 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.49: +3 -3
lines
Diff to previous 1.49 (colored)
Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@.
Revision 1.49 / (download) - annotate - [select for diffs], Tue Nov 11 06:46:42 2008 UTC (4 years, 6 months ago) by dyoung
Branch: MAIN
Changes since 1.48: +4 -2
lines
Diff to previous 1.48 (colored)
It is not appropriate to call pmf_system_shutdown(9) from doshutdownhooks(9): shutdown hooks registered by shutdownhook_establish(9) expect to be called with interrupts disabled, but shutdown hooks registered with pmf_device_register1(9) expect to be called with interrupts enabled. So I have made two changes: 1 Do not call pmf_system_shutdown() from doshutdownhooks(). Instead, change every call to doshutdownhooks() to a call to doshutdownhooks() followed by a call to pmf_system_shutdown(). No functional change is intended by this change. 2 Make i386 re-enable interrupts briefly while it calls pmf_system_shutdown(). I leave it to others either to fix the other ports, or to factor out some MI shutdown code, as joerg@ suggests, and fix that. Note that a functional change *is* intended by this change. I hope that this patch will stop us from flip-flopping between calling doshutdownhooks() and pmf_system_shutdown() sometimes with and sometimes without interrupts enabled.
Revision 1.48 / (download) - annotate - [select for diffs], Wed Jul 2 17:28:55 2008 UTC (4 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
simonb-wapbl-nbase,
simonb-wapbl-base,
netbsd-5-base,
netbsd-5-0-RC1,
matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap,
netbsd-5,
haad-dm
Changes since 1.47: +2 -9
lines
Diff to previous 1.47 (colored)
Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.
Revision 1.47 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:19 2008 UTC (5 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa,
simonb-wapbl
Changes since 1.46: +2 -9
lines
Diff to previous 1.46 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.46 / (download) - annotate - [select for diffs], Thu Feb 7 12:25:42 2008 UTC (5 years, 3 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
mjf-devfs2
Changes since 1.45: +3 -3
lines
Diff to previous 1.45 (colored)
Fix a comment.
Revision 1.45 / (download) - annotate - [select for diffs], Sun Feb 3 12:09:40 2008 UTC (5 years, 3 months ago) by skrll
Branch: MAIN
Changes since 1.44: +78 -4
lines
Diff to previous 1.44 (colored)
Add bootinfo support for hppa. Initially supply the booted kernel filename and symbol table information. Create sysctl to access booted kernel. Bump version of boot to 1.4
Revision 1.44 / (download) - annotate - [select for diffs], Thu Jan 24 12:50:35 2008 UTC (5 years, 4 months ago) by skrll
Branch: MAIN
Changes since 1.43: +3 -3
lines
Diff to previous 1.43 (colored)
Add "\n" to printf format.
Revision 1.43 / (download) - annotate - [select for diffs], Tue Jan 15 14:25:21 2008 UTC (5 years, 4 months ago) by chs
Branch: MAIN
CVS Tags: bouyer-xeni386-nbase,
bouyer-xeni386-base
Changes since 1.42: +3 -5
lines
Diff to previous 1.42 (colored)
enable the code to compute the HPT size from totalphysmem (instead of always using just 1 page). this gives a hefty performance boost.
Revision 1.42 / (download) - annotate - [select for diffs], Mon Dec 31 13:38:50 2007 UTC (5 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.41: +2 -21
lines
Diff to previous 1.41 (colored)
Remove COMPAT_HPUX.
Revision 1.41 / (download) - annotate - [select for diffs], Thu Dec 6 17:00:32 2007 UTC (5 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
reinoud-bufcleanup-nbase,
jmcneill-pm-base,
cube-autoconf-base,
cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.40: +7 -3
lines
Diff to previous 1.40 (colored)
lockmgr -> mutex
Revision 1.40 / (download) - annotate - [select for diffs], Wed Oct 17 19:54:27 2007 UTC (5 years, 7 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-base,
jmcneill-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: vmlocking2,
mjf-devfs
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target.
Revision 1.39 / (download) - annotate - [select for diffs], Mon Sep 24 10:51:11 2007 UTC (5 years, 8 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-x86pmap-base3,
yamt-x86pmap-base2,
vmlocking-base,
ppcoea-renovation-base,
bouyer-xenamd64
Changes since 1.38: +3 -3
lines
Diff to previous 1.38 (colored)
typo
Revision 1.38 / (download) - annotate - [select for diffs], Thu Jul 12 14:15:36 2007 UTC (5 years, 10 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-x86pmap-base,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: yamt-x86pmap,
matt-armv6,
jmcneill-pm
Changes since 1.37: +15 -2
lines
Diff to previous 1.37 (colored)
Like I said - don't futz with the trapframe in pmap_activate. Instead update the trapframe space and protection register in cpu_lwp_fork and setregs.
Revision 1.37 / (download) - annotate - [select for diffs], Wed Mar 7 11:29:46 2007 UTC (6 years, 2 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
mjf-ufs-trans-base,
mjf-ufs-trans
Branch point for: vmlocking,
reinoud-bufcleanup,
ppcoea-renovation
Changes since 1.36: +5 -5
lines
Diff to previous 1.36 (colored)
caddr_t fallout
Revision 1.36 / (download) - annotate - [select for diffs], Sun Mar 4 05:59:51 2007 UTC (6 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.35: +13 -13
lines
Diff to previous 1.35 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Mar 3 14:37:54 2007 UTC (6 years, 2 months ago) by skrll
Branch: MAIN
Changes since 1.34: +6 -6
lines
Diff to previous 1.34 (colored)
Remove hppa_{round,trunc}_page.
Revision 1.34 / (download) - annotate - [select for diffs], Thu Feb 22 05:33:44 2007 UTC (6 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-audiomp-base,
ad-audiomp
Changes since 1.33: +13 -13
lines
Diff to previous 1.33 (colored)
TRUE -> true, FALSE -> false
Revision 1.33 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:03 2007 UTC (6 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge
Branch point for: yamt-idlelwp
Changes since 1.32: +2 -3
lines
Diff to previous 1.32 (colored)
Merge newlock2 to head.
Revision 1.32 / (download) - annotate - [select for diffs], Wed Oct 18 14:00:31 2006 UTC (6 years, 7 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm
Changes since 1.31: +4 -4
lines
Diff to previous 1.31 (colored)
Fix symbol loading for the common(?) case - boot from disk.
Revision 1.31 / (download) - annotate - [select for diffs], Fri Sep 15 06:11:40 2006 UTC (6 years, 8 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-splraiseipl-base
Branch point for: yamt-splraiseipl
Changes since 1.30: +7 -5
lines
Diff to previous 1.30 (colored)
Do the NetBSD thing wrt resettodr in cpu_reboot. That is, remove OpenBSD leftovers.
Revision 1.30 / (download) - annotate - [select for diffs], Sat Aug 26 06:17:48 2006 UTC (6 years, 9 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
rpaulo-netinet-merge-pcb-base
Branch point for: newlock2
Changes since 1.29: +5 -2
lines
Diff to previous 1.29 (colored)
Pull across OpenBSD arch/hppa/hppa/machdep.c:1.77. revision 1.77 date: 2002/09/09 18:33:42; author: mickey; state: Exp; lines: +4 -2 set up the frame flags and a user frame better on exec
Revision 1.29 / (download) - annotate - [select for diffs], Sat Dec 24 20:07:04 2005 UTC (7 years, 5 months ago) by perry
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
peter-altq-base,
peter-altq,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-pdpolicy,
rpaulo-netinet-merge-pcb
Changes since 1.28: +6 -6
lines
Diff to previous 1.28 (colored)
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
Revision 1.28 / (download) - annotate - [select for diffs], Sun Dec 11 12:17:24 2005 UTC (7 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
merge ktrace-lwp.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 4 07:51:09 2005 UTC (7 years, 9 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Changes since 1.26: +12 -8
lines
Diff to previous 1.26 (colored)
Debug fixes.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Jun 9 07:18:17 2005 UTC (7 years, 11 months ago) by skrll
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.25: +6 -6
lines
Diff to previous 1.25 (colored)
When the PDC_TLB_INFO call fails default to an HPT size of PAGE_SIZE. My 715/50 can now boot. Clean patch from Chuck Silvers.
Revision 1.25 / (download) - annotate - [select for diffs], Wed May 11 02:59:49 2005 UTC (8 years ago) by chs
Branch: MAIN
Changes since 1.24: +7 -3
lines
Diff to previous 1.24 (colored)
loading the kernel from disk currently causes the PDC_COPROC call to fail, so work around this for now by assuming that an FPU is present in this case.
Revision 1.24 / (download) - annotate - [select for diffs], Sun May 1 20:40:02 2005 UTC (8 years ago) by chs
Branch: MAIN
Changes since 1.23: +47 -53
lines
Diff to previous 1.23 (colored)
various fixes / cleanups: - turn on some BTLB printfs - some initial bits of PCX-T support - simplify cpu_reboot() - in setregs(), flush the FPU before accessing the PCB copy.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 25 15:02:05 2005 UTC (8 years, 1 month ago) by lukem
Branch: MAIN
CVS Tags: kent-audio2-base
Changes since 1.22: +3 -3
lines
Diff to previous 1.22 (colored)
Move the MI printing of `copyright' to the MD cpu_startup() code where the printing of `version' is already performed. This has the benefit of allowing the copyright to be available via dmesg(8) on platforms which need the `msgbuf' to be setup in cpu_startup() before printed output is remembered.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 1 11:59:27 2005 UTC (8 years, 1 month ago) by yamt
Branch: MAIN
Changes since 1.21: +4 -3
lines
Diff to previous 1.21 (colored)
merge yamt-km branch. - don't use managed mappings/backing objects for wired memory allocations. save some resources like pv_entry. also fix (most of) PR/27030. - simplify kernel memory management API. - simplify pmap bootstrap of some ports. - some related cleanups.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Jan 28 17:38:51 2005 UTC (8 years, 3 months ago) by jkunz
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
matt-timespec
Changes since 1.20: +44 -23
lines
Diff to previous 1.20 (colored)
Implement powerd(8) interface via sysmon(9) for power switch, controllable by sysctl(8).
Revision 1.20 / (download) - annotate - [select for diffs], Sat Jul 24 18:59:05 2004 UTC (8 years, 10 months ago) by chs
Branch: MAIN
CVS Tags: yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Changes since 1.19: +15 -10
lines
Diff to previous 1.19 (colored)
FPU fixes and improvements, adapted from openbsd: - handle exceptions correctly - emulation of unimplemented instructions (eg. on PA-7300LC)
Revision 1.19 / (download) - annotate - [select for diffs], Wed Mar 24 15:34:49 2004 UTC (9 years, 2 months ago) by atatat
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.18: +6 -4
lines
Diff to previous 1.18 (colored)
Tango on sysctl_createv() and flags. The flags have all been renamed, and sysctl_createv() now uses more arguments.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 13 11:36:13 2004 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.17: +6 -6
lines
Diff to previous 1.17 (colored)
Uppercase CPU, plural is CPUs.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 30 12:33:16 2003 UTC (9 years, 4 months ago) by pk
Branch: MAIN
Changes since 1.16: +3 -58
lines
Diff to previous 1.16 (colored)
Replace the traditional buffer memory management -- based on fixed per buffer virtual memory reservation and a private pool of memory pages -- by a scheme based on memory pools. This allows better utilization of memory because buffers can now be allocated with a granularity finer than the system's native page size (useful for filesystems with e.g. 1k or 2k fragment sizes). It also avoids fragmentation of virtual to physical memory mappings (due to the former fixed virtual address reservation) resulting in better utilization of MMU resources on some platforms. Finally, the scheme is more flexible by allowing run-time decisions on the amount of memory to be used for buffers. On the other hand, the effectiveness of the LRU queue for buffer recycling may be somewhat reduced compared to the traditional method since, due to the nature of the pool based memory allocation, the actual least recently used buffer may release its memory to a pool different from the one needed by a newly allocated buffer. However, this effect will kick in only if the system is under memory pressure.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 4 19:38:21 2003 UTC (9 years, 5 months ago) by atatat
Branch: MAIN
Changes since 1.15: +12 -22
lines
Diff to previous 1.15 (colored)
Dynamic sysctl. Gone are the old kern_sysctl(), cpu_sysctl(), hw_sysctl(), vfs_sysctl(), etc, routines, along with sysctl_int() et al. Now all nodes are registered with the tree, and nodes can be added (or removed) easily, and I/O to and from the tree is handled generically. Since the nodes are registered with the tree, the mapping from name to number (and back again) can now be discovered, instead of having to be hard coded. Adding new nodes to the tree is likewise much simpler -- the new infrastructure handles almost all the work for simple types, and just about anything else can be done with a small helper function. All existing nodes are where they were before (numerically speaking), so all existing consumers of sysctl information should notice no difference. PS - I'm sorry, but there's a distinct lack of documentation at the moment. I'm working on sysctl(3/8/9) right now, and I promise to watch out for buses.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 24 02:51:35 2003 UTC (9 years, 6 months ago) by chs
Branch: MAIN
Changes since 1.14: +36 -51
lines
Diff to previous 1.14 (colored)
de-__P, remove register, ansify.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Nov 1 18:23:37 2003 UTC (9 years, 6 months ago) by matt
Branch: MAIN
Changes since 1.13: +4 -3
lines
Diff to previous 1.13 (colored)
Compile at -O2. Fix various GCC3-isms XXX mem.c still fails to assemble.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Aug 31 01:26:32 2003 UTC (9 years, 8 months ago) by chs
Branch: MAIN
Changes since 1.12: +25 -22
lines
Diff to previous 1.12 (colored)
update for LWPs, and some lite cleanup.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 15 02:29:26 2003 UTC (9 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.11: +4 -1
lines
Diff to previous 1.11 (colored)
__KERNEL_RCSID()
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 23 11:01:15 2003 UTC (9 years, 11 months ago) by martin
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (colored)
Make sure to include opt_foo.h if a defflag option FOO is used.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 26 11:05:12 2003 UTC (10 years, 1 month ago) by ragge
Branch: MAIN
Changes since 1.9: +6 -3
lines
Diff to previous 1.9 (colored)
Call ksyms_init() instead of ddb_init() in case of NKSYMS || defined(DDB) || defined(LKM)
Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 1 20:48:27 2003 UTC (10 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.8: +6 -6
lines
Diff to previous 1.8 (colored)
Use PAGE_SIZE rather than NBPG.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Dec 14 05:23:19 2002 UTC (10 years, 5 months ago) by tsutsui
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Change type of dumpmag from u_long to u_int32_t to sync with other ports.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Sep 25 22:21:08 2002 UTC (10 years, 8 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
Don't include <sys/map.h>.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 6 13:20:19 2002 UTC (10 years, 8 months ago) by gehenna
Branch: MAIN
Changes since 1.5: +13 -5
lines
Diff to previous 1.5 (colored)
Merge the gehenna-devsw branch into the trunk. This merge changes the device switch tables from static array to dynamically generated by config(8). - All device switches is defined as a constant structure in device drivers. - The new grammer ``device-major'' is introduced to ``files''. device-major <prefix> char <num> [block <num>] [<rules>] - All device major numbers must be listed up in port dependent majors.<arch> by using this grammer. - Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables. - The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa. - The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch. - In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 25 20:21:37 2002 UTC (10 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.4: +3 -4
lines
Diff to previous 1.4 (colored)
Make nbuf, nswbuf, and bufpages unsigned. Make all operations on these variables unsigned, and update places where their values are printed.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 25 20:20:01 2002 UTC (10 years, 9 months ago) by fredette
Branch: MAIN
Changes since 1.3: +46 -12
lines
Diff to previous 1.3 (colored)
No longer use BTLB entries to map the entire address spaces of I/O subsystems, since BTLB entries can be scarce and very little of an I/O subsystem normally needs to be mapped. Instead, the pmap now allows mappings of I/O space to be entered with pmap_kenter_pa. bus_space mappings for small amounts of I/O space (as for virtually all devices) are made this way, with BTLB entries still used for large mappings for things like framebuffers. This has led to more and cleaned-up uses of bus_space(9) and has caused some autoconf cleanup. Also, kgdb is now attached and connected before autoconfiguration, which is much earlier than before.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 19 18:58:29 2002 UTC (10 years, 9 months ago) by fredette
Branch: MAIN
Changes since 1.2: +250 -131
lines
Diff to previous 1.2 (colored)
Cleaned up BTLB support. There are no longer BTLB function pointers in struct hppa_cpu_info or anywhere else, now there are just hppa_btlb_* functions. Added support for machines with split I/D and variable-range BTLBs. Added support for purging BTLB entries.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 5 20:58:36 2002 UTC (10 years, 9 months ago) by fredette
Branch: MAIN
Changes since 1.1: +297 -159
lines
Diff to previous 1.1 (colored)
Made changes in where/how the kernel is linked, and how the pmap maps it with BTLB entries, to minimize the number of BTLB entries needed. Because the CPU type was often guessed incorrectly, the mapping of HP board number to system name now includes information about the expected CPU type.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 6 19:48:06 2002 UTC (10 years, 11 months ago) by fredette
Branch: MAIN
Branch point for: kqueue,
gehenna-devsw
Added hp700-specific files. Still a work in progress.