Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-01 | from mickey, like on i386: | Theo de Raadt | |
prioritise <16m memory for isa bus_dma'ble memorble memory allocations why? this is now needed because the nvidia ethernet running with jumbo frames is allocating much more memory, and was robbing isadma of bounce buffers. | |||
2006-02-28 | Add smu(4) such that we can read the clock on G5 machines. | Mark Kettenis | |
ok deraadt@ | |||
2006-02-28 | Shrink NKMEMPAGES_MAX back to 4MB for 3.9, as this still has issues on >= 512MB | Miod Vallat | |
machines; this will be fixed post release. Reported by Serge Basterot. ok deraadt@ | |||
2006-02-28 | Announce compatibility with MacRISC4, to be able to boot automatically on | Mark Kettenis | |
G5 systems. ok drahn@, deraadt@ | |||
2006-02-27 | mips requires strict alignment; spotted after a discussion on undeadly; | Miod Vallat | |
ok deraadt@ kettenis@ | |||
2006-02-27 | Add the 770 model. From NetBSD through Gregory Steuck | Marco Peereboom | |
<greg at y2006 dot nest dot cx> Suggestions and ok deraadt@ ok mbalmer@ | |||
2006-02-27 | Add 2 additional CPUs and uncomment a 3rd. Based on this intel doc: | Marco Peereboom | |
download.intel.com/design/mobile/datashts/30218908.pdf cpu_id part of the diff was done by Dimitry Andric <dimitry at andric dot com> Thanks :-) Pointed to the doc and ok deraadt@ | |||
2006-02-26 | Provide a buffer large enough for its contents in pal_opname(). ok deraadt@ | Miod Vallat | |
2006-02-26 | skip common macfb attachment on unknown cards | Martin Reindl | |
ok miod@ deraadt@ | |||
2006-02-26 | Add acpicpu device. Remains disabled. | Marco Peereboom | |
ok jordan@ | |||
2006-02-25 | Put quotation marks around names of unconfigured devices. | Mark Kettenis | |
ok deraadt@ | |||
2006-02-25 | Put quotation marks around names of unconfigured devices. | Mark Kettenis | |
ok deraadt@ | |||
2006-02-25 | initialize rv to zero avoiding match on whatever is just next on the bus | Martin Reindl | |
2006-02-25 | ok, the miod thing can go back in, tree builds | Theo de Raadt | |
2006-02-24 | NO_IEEE ifndef is still needed for RAMDISKBIG at least | Theo de Raadt | |
2006-02-23 | Better dependency rules in files.alpha, also point to cpuconf.c in the | Miod Vallat | |
source tree instead of copying it to the kernel compilation directory for no good reason. | |||
2006-02-23 | de fits again. | Miod Vallat | |
2006-02-23 | Remove duplicate switch_exit() definition with <machine/cpu.h> | Miod Vallat | |
2006-02-23 | Only compile badaddr() if we have support for TurboChannel, apecs, cia or lca, | Miod Vallat | |
as they are the only users of badaddr(); shrinks RAMDISKB a little more. | |||
2006-02-22 | Constify arrays and strings; plus KNF. | Miod Vallat | |
2006-02-22 | Attach as scf0 as per the config(8) stanza, instead of sysconfig0. | Miod Vallat | |
2006-02-22 | Remove unused probeset() function. | Miod Vallat | |
2006-02-22 | Remove unused _{ins,rem}que functions - they were not even implemented on | Miod Vallat | |
all architectures. | |||
2006-02-22 | Remove long unused ELF{32,64}_MACHDEP macros. | Miod Vallat | |
2006-02-22 | Nuke unused includes. | Miod Vallat | |
2006-02-22 | Expect PMU_INT_SNDBRT while resetting the adb bus; although this brings the | Miod Vallat | |
long probe delay on the Mac Mini, this is necessary for reliable adb device detection on several PowerBook families. | |||
2006-02-20 | fix conversion for the temp values. i think i was losing some precision | David Gwynne | |
2006-02-20 | Region has to be read and write not just read. | Marco Peereboom | |
ok jordan Pointed out by Bjorn Andersson <bjorn at silversmedjan dot se> | |||
2006-02-20 | Region has to be read/write not just read. | Marco Peereboom | |
ok jordan Pointed out by Bjorn Andersson <bjorn at silversmedjan dot se> | |||
2006-02-20 | Add acpibtn device. Remains disabled for now. | Marco Peereboom | |
2006-02-17 | add a comment to explain how to keep things working, remove a stray char | David Gwynne | |
from another comment | |||
2006-02-17 | jordan says the volt sensors on the powersupply esm device are always off | David Gwynne | |
by a factor of 10, no matter which machine its found on. therefore i dont need all that crazy glue to special case its values on the 4400. instead i created a new VOLTSx10 esm sensor which is the same as the volts sensor but gets multiplied by 10 after being read. | |||
2006-02-16 | add sf(4). | Brad Smith | |
2006-02-16 | pcscp(4) works | Martin Reindl | |
ok brad@, miod@ | |||
2006-02-16 | make panic msg more useful | Michael Shalayeff | |
2006-02-15 | enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ ok | Michael Shalayeff | |
2006-02-14 | Put quotation marks around the names of unconfigured devices. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Put quotation marks around the names of unconfigured devices. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Knock out "deq" and "tas3004" i2c nodes. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Fix <=4bpp buglet introduced in previous commit; non-hyperion frame buffers | Miod Vallat | |
are addressed as if they were 8bpp, which is what we pretend we are to rasops, so we actually have to remove capabilities after rasops_init() again. | |||
2006-02-14 | Kill unused __HAVE_MINIMAL_EMUL | Miod Vallat | |
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat | |
2006-02-14 | Fix botched format string specifiers. From adobriyan at gmail.com. | Aaron Campbell | |
2006-02-14 | Find additional noncoherent HyperTransport links by looking at the | Mark Kettenis | |
HyperTransport configuration on AMD Athlon 64 & Opteron CPU's. This makes us detect the missing PCI busses on various Opteron systems. tested by krw@, brad@; ok brad@ | |||
2006-02-12 | Find additional noncoherent HyperTransport links by looking at the | Mark Kettenis | |
HyperTransport configuration on AMD Athlon 64 & Opteron CPU's. This makes us detect the missing PCI busses on various Opteron systems. ok brad@, marco@ | |||
2006-02-12 | Remove dead isabeep driver and unused isabeep() function. | Miod Vallat | |
2006-02-12 | Remove dead sysbeep driver and unused sysbeep() routine. No functional change. | Miod Vallat | |
2006-02-12 | Remove packets from the queue before calling their completion routine, as | Miod Vallat | |
done on macppc. | |||
2006-02-12 | Remove unused openfirmware code; ok drahn@ | Miod Vallat | |
2006-02-12 | Disable sync when blanking if display.vblank is set to off. | Miod Vallat | |