Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-08 | sync | Theo de Raadt | |
2008-04-07 | Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside a | Kenneth R Westerback | |
#if NUMBOOT > 0 section. | |||
2008-04-07 | Restore boot block (-B) support that was incorrectly deleted during | Kenneth R Westerback | |
the -r removal. Found by drahn@ when attempting a landisk install. ok deraadt@ drahn@ | |||
2008-04-07 | Compare device names consistantly in parsedisk(). | Kenneth R Westerback | |
ok deraadt@ | |||
2008-04-07 | SGI 1-Wire Number-In-a-Can drivers. These are regular Dallas/Maxim append-only | Miod Vallat | |
EEPROM, with knowledge of how SGI formats their contents. They are needed by IOC to figure out the Ethernet address of its Ethernet subdevice (yes, verily). | |||
2008-04-07 | Simple com@ioc (with interrupt handling disabled until ioc interrupt code is | Miod Vallat | |
written). Joint work with jsing@ | |||
2008-04-07 | Preliminary IOC3 multi-function chip driver, from jsing@ and I. Currently | Miod Vallat | |
missing a driver for the ethernet part, and interrupt handling is not written yet. | |||
2008-04-07 | Allow a 1-Wire controller to request an immediate scan, and also to prevent | Miod Vallat | |
periodic scans. ok grange@ (until this gets replaced with a proper notification mechanism to avoid unnecessary bus polling). | |||
2008-04-07 | Regen | Miod Vallat | |
2008-04-07 | A first cut at XBow bus support, very minimal, limited to a local bus only; | Miod Vallat | |
HUB driver (for IP27) is a stub, and interrupt support is a shoot in the dark and will need some serious debugging until it is sane, but I want to reduce the weight of these diffs first. Based on a lot of tinkering and experiments, as well as knowledge extracted from the Linux source code. | |||
2008-04-07 | Platform-specific bits for IP30 (Octane). Based on knowledge extracted from | Miod Vallat | |
Linux source code. | |||
2008-04-07 | Allow for up to 32 memory segments. | Miod Vallat | |
2008-04-07 | Add a freelist member to the ARCBios memory information. For now, all ARCBios | Miod Vallat | |
available memory regions will be reported to be in VM_FREELIST_DEFAULT. Add a few quirks to cope with (some) IP27 and IP30 weirdness. | |||
2008-04-07 | Add ``guarded'' word read and write routines, to be used by machine-dependent | Miod Vallat | |
code soon. Similar to what ddb does, but does not need ddb to be compiled in. | |||
2008-04-07 | Split clock attachment in two parts: a timecounter attachment (at mainbus), | Miod Vallat | |
and a time-of-day chip (wherever it gets found). | |||
2008-04-07 | Since uncached virtual addresses will depend upon space identifiers on R1xk | Miod Vallat | |
systems, switch to the PHYS_TO_UNCACHED macro to compute proper addresses. Not really necessary for the O2 which does not implement spaces, but can't hurt either. | |||
2008-04-07 | Unclutter machdep.c by moving the IP32-specific initialization code to its | Miod Vallat | |
own file. While there, more dead beef removal in struct sys_rec. | |||
2008-04-07 | Use CCA_CACHED as the default CCA for all cached mappings and addresses. | Miod Vallat | |
2008-04-07 | Define the pte cacheability bits from the cpu.h cache coherency constants. | Miod Vallat | |
2008-04-07 | Define more cache coherency attributes, as well as R10k space identifiers. | Miod Vallat | |
Define a symbolic ``cached'' attribute, to be used for cached mappings regardless of the system's cache coherency. | |||
2008-04-07 | Hardware monitor address should be 8-byte aligned. | Mark Kettenis | |
ok deraadt@ | |||
2008-04-07 | typo, fix fragments | Marc Espie | |
2008-04-07 | snprintf "%s" -> strlcpy | Oleg Safiullin | |
2008-04-07 | fix snprintf usage | Oleg Safiullin | |
2008-04-07 | In _dmamem_map(), be sure to convert the address from the device view to | Miod Vallat | |
a real physical address in the single-segment short-circuit code. | |||
2008-04-07 | Don't grab the kernel biglock for syscalls marked SY_NOLOCK; | Thordur I. Bjornsson | |
make the amd64 code a bit nicer and make the sparc64 match that. tested by a few; OK toby@, dlg@, kettenis@ (for the sparc64 part). | |||
2008-04-07 | deprecate -c, we've been using -DCOMMENT=value more or less forever by now. | Marc Espie | |
2008-04-07 | tweak a bit, allow ^ to occur at beginning of variable name | Marc Espie | |
2008-04-07 | pretty print the BARs | David Gwynne | |
2008-04-07 | likewise for the hash itself | Marc Espie | |
2008-04-07 | I should know better... reuse methods internally as much as I can, to | Marc Espie | |
facilitate further changes. | |||
2008-04-07 | document OpenBSD::Subst | Marc Espie | |
2008-04-07 | document SUBST_CMD | Marc Espie | |
2008-04-07 | put Subst stuff into its own library file, to reuse elsewhere. | Marc Espie | |
2008-04-07 | regen | David Gwynne | |
2008-04-07 | neptune | David Gwynne | |
2008-04-07 | more cosmetic changes | Oleg Safiullin | |
2008-04-07 | some cosmetic changes | Oleg Safiullin | |
2008-04-07 | sync | Oleg Safiullin | |
2008-04-07 | add D-Link KVM-221 | Oleg Safiullin | |
ok deraadt | |||
2008-04-07 | sort | Theo de Raadt | |
2008-04-07 | sdtemp* devices could occur on these machines | Theo de Raadt | |
2008-04-07 | New sensor driver for JDEC JC-42.4 standard dimm temperature sensors | Theo de Raadt | |
(still extremely rare devices.. so rare I had to wire up a chip myself) | |||
2008-04-07 | Identify two chips which follow the JDEC JC-42.4 standard dimm temperature | Theo de Raadt | |
probe -- NPX SE98 and ADT 7408 | |||
2008-04-06 | nwflag is never set now that '-r' is no more, so remove it and the warning | Kenneth R Westerback | |
that was contingent on it being set. | |||
2008-04-06 | SH is not ARM. | Dale Rahn | |
2008-04-06 | Remove stray '-r' reference that survived the nuke of -r. | Kenneth R Westerback | |
2008-04-06 | In sendit(), len should be size_t, not int. Could cause it to return | Stefan Kempf | |
wrong values on 64-bit machines otherwise. ok millert@, deraadt@ | |||
2008-04-06 | Fix logic botch I introduced with r1.123 which effectively disabled | Kenneth R Westerback | |
the '-c' and '-d` commands. With the removal of 'rflag' (logically making it always false), (a || (rflag && cflag + dflag) || b) should be (a || b), not (a || (cflag + dflag) || b). This fixes 'disklabel -w -d <disk>' as used in the install scripts. Reported by Peter Kun on misc@. Thanks! | |||
2008-04-06 | regen | Brad Smith | |