Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-09 | it appears asp occupies more space than intially thought and | Michael Shalayeff | |
audio wraps off the edge making troubles. make sure gsc attachment follows the amsk from the parents and also extend the asp's range to a full 512m. found by Graham Gower <graham.gower@gmail.com> on 735 testing by miod@ on 715 | |||
2005-06-08 | Remove the bus_reverse field out of the powerpc bus structure, originally | Dale Rahn | |
it was there so that big endian and little endian devices could both be present, however that is not the case on the macppc machines. Cleans up code, shrinks the kernel. ok deraadt@ | |||
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||
2005-06-08 | No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h> | Miod Vallat | |
can be (and is) included by assembly source. | |||
2005-06-08 | revert enabling iommu on amd64 as it breaks at least one MP host. | Marco S Hyman | |
OK deraadt@ | |||
2005-06-07 | remove NETISR_ISO and NETISR_CCITT | Martin Reindl | |
ok henning@ | |||
2005-06-07 | revert previous commit and unbreak sparc64. | Kurt Miller | |
okay deraadt | |||
2005-06-07 | make it prettier; jason ok | Theo de Raadt | |
2005-06-07 | CCITT about to bite the dust, remove special casing in archs and drivers | Henning Brauer | |
2005-06-06 | -no need to hang onto virtual-dma parameter from prom, free it | Jason Wright | |
-formatting nits | |||
2005-06-06 | enable iommu on all systems where we support it. We'll support it on more | Jason Wright | |
systems in a week or two (hey, getting a machine is taking me longer than I expected =) | |||
2005-06-06 | oops. on 686 we count fpswtch in another function... | Michael Shalayeff | |
2005-06-06 | Homogeneize dmesg output. | Miod Vallat | |
2005-06-02 | These options dont affect anything anymore. | Dale Rahn | |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ | |||
2005-06-02 | - wish there was a better way to do this... put splhigh() around the | Jason Wright | |
extent_* functions to ensure they stay consistent - also remove some debugging crap | |||
2005-06-02 | allow for dma maps larger than 64 pages; jason@ ok | Michael Shalayeff | |
2005-06-01 | Typo in cut'n'paste abuse. | Miod Vallat | |
2005-06-01 | kjell is an evil tree-breaker | Michael Shalayeff | |
2005-06-01 | as Jason requested, be gone vtophys(). | Brad Smith | |
ok deraadt@ marco@ | |||
2005-06-01 | disable sf* too, until it is vtophys clean | Theo de Raadt | |
2005-05-31 | spelling corrections in comments; | Jason McIntyre | |
from charlie root; | |||
2005-05-31 | add pcmcia com* until uwe fixes the code | Theo de Raadt | |
2005-05-31 | Lock the apic with a mutex, not a SIMPLE_LOCK. | Artur Grabowski | |
markus@ ok miod@ tried to ok, but he doesn't officially have an amd64. | |||
2005-05-31 | IPL_SCHED should block statclock on architectures where the scheduler | Artur Grabowski | |
is clocked by the statclock. miod@ ok | |||
2005-05-30 | Only enable the FPU when the process has an FPU context. ok miod@ | Dale Rahn | |
2005-05-30 | Just use preempt(NULL) like every other architecture in this code path, | Artur Grabowski | |
don't roll our own. ok miod@ pefo@ | |||
2005-05-30 | even shorter | Theo de Raadt | |
2005-05-30 | shrink alpha boot blocks another little bit | Theo de Raadt | |
2005-05-29 | Sync with hppa r1.11: Correctly handle boot drives with SCSI id >= 10 | Miod Vallat | |
2005-05-29 | Lock SMM space on Intel E7xxx chipsets, too. | Alexander Yurchenko | |
2005-05-29 | Remove debug printf I left. | Alexander Yurchenko | |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt | |
2005-05-28 | move variable declaration inside #ifdef I386_686, etc. | Kjell Wooding | |
Prompting from Chris Cappuccio. | |||
2005-05-28 | *slightly drunk* | Tobias Weingartner | |
To all my "friends", and my lovely future wife... Thank you. Anyone who still wants to sign the shirt, it's on my bakc. Again, thank you. This commit was ok'd by drahn@, art@, niklas@, in spite of my condition. | |||
2005-05-28 | If irq-sharing happens over different ioapics, we must not overwrite setup ↵ | Niklas Hallqvist | |
info for one of them | |||
2005-05-27 | oops, need to get the boundary from the map when allocating gart addresses | Jason Wright | |
(fixes borked pciide chipsets) | |||
2005-05-27 | - Use the direct map for mapping the PTEs. | Artur Grabowski | |
- Actually allocate the right number of softcs. | |||
2005-05-27 | Kill __HAVE_NWSCONS harder. | Miod Vallat | |
2005-05-27 | add missing prototypes | Uwe Stuehler | |
2005-05-27 | Dale's lost diff for IRQ sharing, turned on by default. | Uwe Stuehler | |
2005-05-27 | typo in comment | Uwe Stuehler | |
2005-05-27 | typo in comment | Uwe Stuehler | |
2005-05-27 | Stop pretending that amd64 is i386. We're insulting the cpu by not even | Artur Grabowski | |
pretending to use all the address space it gives us. - Map all physical memory 1-1 and implement PMAP_DIRECT - Remove the vast magic we do to map pages for pmap_zero_page, pmap_copy_page, pv allocation, magic while bootstrapping, reading of /dev/mem, etc. - implement a fast pmap_zero_page based on sse instructions. I love removing code. More to come. deraadt@ ok tested by many. | |||
2005-05-27 | The forgotten part of the merge of pxacom back into com. | Uwe Stuehler | |
Also the *CONSOLE options are no longer needed. | |||
2005-05-27 | - Merge changes from pxacom back into the common com driver. | Uwe Stuehler | |
Changes to the common com driver (partly from NetBSD): - Multiply before divide in comspeed() to avoid overflow (from NetBSD). - Don't call getc() and send -1 if the output queue is empty. - Take UART clock frequency as a parameter instead of using COM_FREQ. ok deraadt@ | |||
2005-05-27 | use a fixed address for the base dva, also don't forget to setup the | Jason Wright | |
pae table base address. | |||
2005-05-27 | add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@ | Dale Rahn | |
2005-05-27 | Replace unused pxa2x0_watchdog_boot() with RTC control functions. | Uwe Stuehler | |
Ha ha, I broke the tree while everyone was asleep (except for kjell who noticed it). | |||
2005-05-27 | Enable SSE instructions on secondary (i386) processors in | Kjell Wooding | |
a multiprocessor boot. This fixes the hardware AES (and likely RNG) instruction on the dual VIA, which was failing because the SSE/SSE2 extensions are never enabled on any processor but the boot processor. Much assistance from niklas, and the eureka moment from theo. "commit it" deraadt@ |