Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-10 | In pmap_expand_kmap(), be sure to initialize new page tables. | Miod Vallat | |
2003-10-10 | Calibration code from FreeBSD/NetBSD. Some of the auich's are clocked too | Jason Wright | |
high and sound particularly awful on playback. Thanks to millert and marc for testing (and frantzen for giving me a broken machine). | |||
2003-10-09 | Typo, iquiry->inquiry | Miod Vallat | |
2003-10-09 | A few 68060 bugfixes with side effects: | Miod Vallat | |
- honor PRM_CFLUSH correctly for 0[46]0 in pmap_remove_mapping(). - be sure to flush caches in pmap_changebit for 060 too when necessary. - make this compile if option DEBUG is defined. | |||
2003-10-09 | More m68k common include files factorization. | Miod Vallat | |
2003-10-09 | Support for VIA VT8237 ATA and SATA from NetBSD. | Alexander Yurchenko | |
Thanks to Anton Komarov for providing access to the VIA board. | |||
2003-10-09 | remove duplicate ifdef __hppa__ that somehow has gotten in there | Michael Shalayeff | |
2003-10-09 | go back to non-raw busdma load as some archs still do not have load_raw | Michael Shalayeff | |
2003-10-09 | Minor cpp changes to let all kernels in conf/ compile. | Miod Vallat | |
2003-10-09 | - from freebsd: 795[56] AES support | Jason Wright | |
- don't bother with the master/mmio enable stuff (it's done in pci.c for us) based on suggestion from mickey | |||
2003-10-08 | Sync VMEChip2 timer usage with mvme68k (i.e. make it slightly more sane). | Miod Vallat | |
Also, use it even when the 1x7 is not a system controller - this does not matter. | |||
2003-10-08 | randomize return from uvm_map_hint. the random increment is limited | Ted Unangst | |
to prevent fragmentation. this has the effect of randomizing unhinted mmap()s, sysV mem, and position of ld.so. tested on many archs by many developers for quite some time. use of MIN to allow m68k to play from miod@. vax is not included. ok deraadt@ miod@ | |||
2003-10-08 | Fix endian bug in macppc bus_space_set_region_N(). ok miod@ | Dale Rahn | |
2003-10-08 | sync; intel proxgb | Jason Wright | |
2003-10-08 | intel PRO/XGB | Jason Wright | |
2003-10-08 | On 167 and 177 boards, use a VMEChip2 timer for accurate delay() whenever | Miod Vallat | |
possible, rather than a tight loop. | |||
2003-10-08 | delay() is actually a void function. | Miod Vallat | |
2003-10-08 | originally from cb@netbsd.org, adapted by provos | Nikolay Sturm | |
itojun@ ok fix a race condition between path resolution in userland and the subsequent namei(): inform the kernel portion of valid filenames and then disallow symlink lookups for those filenames by means of a hook in namei(). with suggestions from provos@ also, add (currently unused) seqnr field to struct systrace_replace, from provos@ | |||
2003-10-08 | obviously i'm on drugs, revert | Henning Brauer | |
2003-10-08 | missing DIOCX* in the securelevel > 1 case | Henning Brauer | |
2003-10-08 | Nivas had identified an 88200 specific bug, where flushes of a page or a | Miod Vallat | |
segment would sometimes not work correctly, and he added a brutal workaround leading to non-optimal, but safe, cache handling. The problem affects 88200 rev 7 and 9, and is believed to affect all 88200 revisions (although 88204 seems to be unaffected). Unfortunately, this problem not only affects cache flushes, but also tlb invalidations. So add a similar workaround in cmmu_flush_remote_tlb(). | |||
2003-10-07 | sync | Alexander Yurchenko | |
2003-10-07 | typo in previous commit, sigh | Alexander Yurchenko | |
2003-10-07 | sync | Alexander Yurchenko | |
2003-10-07 | VIA VT8237 SATA; ok deraadt@ | Alexander Yurchenko | |
2003-10-07 | use PCI_PMCSR instead of some magic value. | Federico G. Schwindt | |
ok krw@ henning@ | |||
2003-10-07 | remove extra \n | Markus Friedl | |
2003-10-07 | Do not forget to initialise the version member of the softc, and bring | Miod Vallat | |
yet another set of reliability fixes from FreeBSD; PR #3461 | |||
2003-10-07 | use crypto/arc4; test, debug, ok millert@; ok fgsch@ | Markus Friedl | |
2003-10-07 | arc4 support; ok millert@, fgsch@ | Markus Friedl | |
2003-10-06 | more pci_flags, unused for now; from netbsd. | Federico G. Schwindt | |
ok deraadt@ henning@ krw@ | |||
2003-10-06 | Implement a real xfs_devpoll() and don't rely on xfs_realselect(). | Todd C. Miller | |
Tested by beck@ | |||
2003-10-06 | power management status reg. definition; from netbsd. | Federico G. Schwindt | |
ok deraadt@ henning@ krw@. | |||
2003-10-06 | Correctly handle sparse mappings in pmap_changebit() and pmap_testbit(). | Miod Vallat | |
2003-10-06 | make lge(4) compile, from tedu@ | David Krause | |
ok jason@ nate@ | |||
2003-10-06 | More vm_offset_t removal I forgot to check in; spotted by deraadt@ | Miod Vallat | |
2003-10-05 | Bang head against wall, unbreak ddb, do not collect $2000, and go to sleep. | Miod Vallat | |
2003-10-05 | Stop the chip from stripping VLAN headers (the driver | Henric Jungheim | |
ignores them) and tell the rest of the stack that "em" support VLAN frames. The "em" driver should now work with VLAN(4) pseudo-devs (and it should no longer be silently stripping VLAN headers when bridging). prodding by Attila Nagy ok jason@ | |||
2003-10-05 | Oops, commited from the wrong tree | Miod Vallat | |
2003-10-05 | More cmmu routines cleanup: | Miod Vallat | |
- remove unused routines (which were mostly here for debugging anyway) - do not include <machine/m88*.h> from <machine/cmmu.h> but rather only from the modules which need them - try to simplify the MVME187 codepath in the 8820x code, whenever possible | |||
2003-10-05 | Do not use empty No_SSBR and No_Precheck macros, but rather pass empty | Miod Vallat | |
arguments to PREP*() macros. Slightly reorganize code in badaddr() - also do not make some internal labels unnecessarily visible from outside code. | |||
2003-10-05 | Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_t | Miod Vallat | |
typedefs. | |||
2003-10-05 | De-register | Miod Vallat | |
2003-10-05 | typos | Miod Vallat | |
2003-10-05 | Correct db_{read,write}_bytes prototypes and use the official ones. | Miod Vallat | |
2003-10-05 | Despite what the comments say, the instruction cache has never been turned on, | Miod Vallat | |
since day one. It's never too late to fix it... | |||
2003-10-05 | If attaching a wsdisplay console causes a font switch, do not update the PROM | Miod Vallat | |
view of the cursor position, so that it comes back to a correct location when the system is shut down. | |||
2003-10-05 | a few more devices to come later (commented out now) | Michael Shalayeff | |
2003-10-05 | reload the itmr as soon as we get the intr to avoid lagging on slower machines | Michael Shalayeff | |
2003-10-05 | Fix tree breakage. We are not ready for RealTek PHYs, so back out that | Kenneth R Westerback | |
addition, leaving only desired Broadcom PHY additions. |