Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-12 | always print the icu we've found | Michael Shalayeff | |
2001-05-12 | Less verbose; angelos@ ok | Aaron Campbell | |
2001-05-12 | Move bzero() after test for correct allocation (jj@wabbitt.org) | Angelos D. Keromytis | |
2001-05-12 | sync | Theo de Raadt | |
2001-05-12 | more cyrix devs | Theo de Raadt | |
2001-05-11 | Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guide | Todd C. Miller | |
2001-05-11 | sync | Nathan Binkert | |
2001-05-11 | New National Semiconductor gigabit phy | Nathan Binkert | |
2001-05-11 | Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok | Aaron Campbell | |
2001-05-11 | I think this will match and work on a hifn 7951 | Theo de Raadt | |
2001-05-11 | sync | Theo de Raadt | |
2001-05-11 | some more | Theo de Raadt | |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-11 | Bye bye. | Artur Grabowski | |
2001-05-11 | Use genassym.cf | Artur Grabowski | |
2001-05-11 | Add a genassym.cf that uses the standard scripts. | Artur Grabowski | |
We loose the dependencies and all strange bugs that appear because genassym.c is a user program with _KERNEL defined. | |||
2001-05-11 | more rd merge (headcolds suck) | Theo de Raadt | |
2001-05-11 | Don't ask C for more syntactic sugar than it can provide. | Miod Vallat | |
2001-05-11 | Revert previous untested change, until a fix is ready. | Miod Vallat | |
2001-05-11 | unify rd(4) even more | Theo de Raadt | |
2001-05-11 | oh, i forgot to put this in ;-) | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-11 | kmemstats, nselcoll, forkstat, and nchstats structures through | Angelos D. Keromytis | |
sysctl. deraadt@ ok | |||
2001-05-11 | sysctl entries for kmemstats, nselcoll, nchstats, and forkstat. | Angelos D. Keromytis | |
2001-05-11 | check for 'fastroute' condition (like ip_input) in bridge_filter() and | Jason Wright | |
deal with it. | |||
2001-05-10 | Simplify probe routine. | Aaron Campbell | |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat | |
2001-05-10 | Don't play with MCR_IEN, it breaks serial console input on the 425e. | Todd C. Miller | |
If it turns out that this causes problems on other 4xx models this can be added back for the non-425e models. | |||
2001-05-10 | Nuke the DCA check. ACPI can only be console on a 425e; thorpej@netbsd.org | Todd C. Miller | |
2001-05-10 | Add missing #include <sys/resourcevar.h> so these can compile. | Todd C. Miller | |
2001-05-10 | In apciparam() in the ospeed == 0 case, actually set the cfcr to the new | Todd C. Miller | |
value; bad@netbsd.org | |||
2001-05-10 | Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on every | Todd C. Miller | |
other 4xx model, and the "not configured" could be pretty annoying. This means we can nuke apcicheckdca() and just key off being a 425e. Also, ia->ia_addr is a physical address, not a kernel virtual address; thorpej@netbsd.org | |||
2001-05-10 | dmamem_unmap the memory before dmamem_freeig it. | Michael Shalayeff | |
only affects unaligned transfers (such as disklabel, fsck and dump). we used to get away w/ this due to older pmap, uvm or both. be more precise w/ double-buffer on command failure as well. once at it, allow more than 1 segment for double-buffer to be allocated. also fix a couple of endianesses and command timeouts. | |||
2001-05-10 | fix typo introduced in non-UVM case yesterday | Todd C. Miller | |
2001-05-10 | More sync to NetBSD. | Artur Grabowski | |
The highlight is some more advices to madvise(2). o MADV_DONTNEED will deactive the pages in the given range giving a quicker reuse. o MADV_FREE will garbage-collect the pages and swap resources causing the next fault to either page in new pages from backing store (mapped vnode) or allocate new zero-fill pages (anonymous mapping). | |||
2001-05-10 | Hasn't been used for ages. ZAP! | Artur Grabowski | |
2001-05-10 | remove the pt{1,23}_{alloc,free} functions now that pool works without | Artur Grabowski | |
UVM and UVM is required anyway. | |||
2001-05-10 | Don't crash in pgt_page_alloc if uvm_km_kmemalloc fails. | Artur Grabowski | |
(we'll crash somewhere else anyway, but that's a later problem). | |||
2001-05-10 | UVM is no longer optional on sparc. | Artur Grabowski | |
2001-05-10 | Switch sparc to PMAP_NEW. I've been running with that code for ages. | Artur Grabowski | |
2001-05-10 | oops. | Artur Grabowski | |
2001-05-10 | Some locking protocol fixes and better enforcement of wiring limits. | Artur Grabowski | |
From NetBSD. | |||
2001-05-10 | When acpi is used as the console, set cn_tab appropriately so that a | Todd C. Miller | |
serial console on the 425e gets attached properly. The hp300 port should really be changed such that drivers don't touch cn_tab themselves but this turns out to be a bit tricky so I'm going to punt on that for now. | |||
2001-05-10 | Move the timeout_set() call up a bit | Todd C. Miller | |
2001-05-10 | o Print memory sizes in KB in addition to bytes like i386 port | Todd C. Miller | |
o Move model designation info out of hp300_models. Since it is non-overlapping we only need a single array to store this. o For 68040 CPUs use cpuspeed * 3/8 for the CPU speed (in Mhz) that we print in the boot message. That way we get accurate info for upclocked systems w/o hard-coding things. Don't bother doing this with the '020 and '030 systems for the moment since they are less likely to have been "upgraded". | |||
2001-05-10 | Add a MMUID_425_E define | Todd C. Miller | |
2001-05-10 | Add 425e detection based on what is in stand/uboot/srt0.S | Todd C. Miller | |
2001-05-10 | in txp_intr() only refill the rx buffer ring if it is empty; based on | Jason Wright | |
suggestion from Pankaj Chhabra. | |||
2001-05-09 | fix prototype; J.S.Peatfield@damtp.cam.ac.uk | Markus Friedl | |
2001-05-09 | update the NetBSD to the correct version | Artur Grabowski | |