Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-08 | Oops, correct import this time. | Miod Vallat | |
2006-05-08 | Make ath_attach() return error if the RF is unsupported so the PCI code | Pedro Martelletto | |
can disable its shutdown hooks, otherwise we will panic upon halt. Okay jsg@ and brad@. | |||
2006-05-08 | Oops, correct import this time. | Miod Vallat | |
2006-05-08 | Oops, correct import this time. | Miod Vallat | |
2006-05-08 | Oops, correct import this time. | Miod Vallat | |
2006-05-08 | Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls. | Miod Vallat | |
With a few prototype declarations shuffling, this finally allows <machine/locore.h> to die. | |||
2006-05-08 | Optimize bsr + br sequences commonly found in the individual trap handlers, | Miod Vallat | |
save one cycle and some pipeline costs per trap. | |||
2006-05-08 | Clean the internal m88k trap type codes; while there, simplify and | Miod Vallat | |
factorize the build of the VBR page betweem luna88k and mvme88k. Tested by aoyama@ and I. | |||
2006-05-08 | readable names for AD1981HD codec | Brad Smith | |
From NetBSD | |||
2006-05-08 | ALC260: improve readability of mixer item names. | Brad Smith | |
From NetBSD | |||
2006-05-08 | support for 8ch playback with STAC9221D codec. | Brad Smith | |
From NetBSD | |||
2006-05-08 | sync NetBSD RCS ids | Brad Smith | |
2006-05-08 | add commented out entries for azalia(4). | Brad Smith | |
2006-05-08 | Don't crash when a connection list has invalid NIDs. | Brad Smith | |
From NetBSD | |||
2006-05-08 | add some trace messages in azalia_mixer_init(). | Brad Smith | |
From NetBSD | |||
2006-05-08 | OpenBSD RCS ids | Brad Smith | |
2006-05-08 | - make this compile with AZALIA_DEBUG | Brad Smith | |
- introduce WIDGET_CHANNELS macro From NetBSD | |||
2006-05-08 | - Don't assume the device always has PCI_MAPREG_MEM_TYPE_64BIT. [1] | Brad Smith | |
- OpenBSD-ify dmesg entry and error path printf's. [1] From NetBSD | |||
2006-05-08 | Revert last commit till a better method can be found. | Jonathan Gray | |
At least one system (Ben Lovett's) had issues with the change. | |||
2006-05-07 | Add remaining glue for physical disk count. | Marco Peereboom | |
Fix a bugglet in the size of GDT_IOCHAN_DESC structure. | |||
2006-05-07 | Oops, correct import this time. | Miod Vallat | |
2006-05-07 | Fix cut'n'paste abuse in previous typo fix; spotted by Constantine A. Murenin, | Miod Vallat | |
thanks! | |||
2006-05-07 | If a device says a MODE SENSE command worked fine, do *not* try a MODE | Kenneth R Westerback | |
SENSE BIG command even if no page data was returned. Just accept the fact that the device does not have any such page data. This is more in line with the spec, and unbreaks devices (like the Neodio 8-in-1 USB Card Reader donated by Manuel Pata) which freak out when getting a MODE SENSE BIG. Should not break any 'working' device. ok pedro@ dlg@ marco@ 'Looks correct.' miod@ | |||
2006-05-07 | oops, use correct size for GET_IOC_CHAN_DESC | Marco Peereboom | |
2006-05-07 | Add bio framework (not functional yet). | Marco Peereboom | |
Replace index into struct for device name with DEVNAME macro. Started translating linux driver back into swedish for gdt->sc_more_proc part. Added initial scsi passthrough magic. Added 2 new debug bits. ok krw | |||
2006-05-07 | add a name to rwlock so that we can tell where procs are getting stuck | Ted Unangst | |
without breaking into ddb. doubles the size of rwlock [1], but moving forward this really helps. ok/tested pedro fgsch millert krw [1 - next person to add a field to this struct gets whipped with a wet noodle] | |||
2006-05-07 | remove drain hooks from pool. | Ted Unangst | |
1. drain hooks and lists of allocators make the code complicated 2. the only hooks in the system are the mbuf reclaim routines 3. if reclaim is actually able to put a meaningful amount of memory back in the system, i think something else is dicked up. ie, if reclaiming your ip fragment buffers makes the difference thrashing swap and not, your system is in a load of trouble. 4. it's a scary amount of code running with very weird spl requirements and i'd say it's pretty much totally untested. raise your hand if your router is running at the edge of swap. 5. the reclaim stuff goes back to when mbufs lived in a tiny vm_map and you could run out of va. that's very unlikely (like impossible) now. ok/tested pedro krw sturm | |||
2006-05-07 | Oops, correct import this time. | Miod Vallat | |
2006-05-07 | fix pmap debug code and only compile it when PMAPDEBUG is defined. | Robert Nagy | |
this change also unbreaks builds with DEBUG defined. ok miod@ | |||
2006-05-07 | Add abstraction for resistor factor; makes it easier to compare them to | Mark Kettenis | |
the datasheets. Fix a few typos too. From Constantine Murenin <mureninc@gmail.org>. | |||
2006-05-07 | No need to mask misaligned address exceptions for global flush or invalidate | Miod Vallat | |
operations (those do not take a page number in the low address bits of the 88410 control register). | |||
2006-05-07 | Oops, correct import this time. | Miod Vallat | |
2006-05-07 | Move the userland stack at the top of the userland address space. | Miod Vallat | |
2006-05-07 | Nuke TRACE_DEBUG code. Half of it was useless, and the other half was either | Miod Vallat | |
not smart enough to cope with gcc -O2 or with the no longer fixed address for the kernels stack. | |||
2006-05-07 | Do not panic on MVME188 if the abort switch is pressed while we are at ipl 7 | Miod Vallat | |
(fallout from always enabling the abort switch). | |||
2006-05-07 | Long due update from a.out to ELF (slightly different) relocation defines, | Miod Vallat | |
from sparc64 with love. Spotted by drahn@ | |||
2006-05-07 | Missing license block; from art@ | Miod Vallat | |
2006-05-07 | forgot to remove this sentence from the comment | Nikolay Sturm | |
ok pedro | |||
2006-05-07 | .globl PTDsize; mickey obviously doesn't test before he commits | Mark Kettenis | |
2006-05-07 | fix a typo and some KNF. | Brad Smith | |
2006-05-07 | - Remove unreachable bus_dmamap_unload() in em_dma_malloc(). | Brad Smith | |
- Set the dma_tag to NULL upon failure in em_dma_malloc(). - In em_dma_free(), return if dma_tag is NULL. | |||
2006-05-07 | - Return if there is nothing to do in the interrupt handler. | Brad Smith | |
- Check for IFF_RUNNING in the interrupt loop. | |||
2006-05-07 | Default to Ultra DMA Mode 6 not 5 when we know we have a native | Jonathan Gray | |
SATA drive. ok grange@ | |||
2006-05-07 | Zap a bunch of trailing whitespace. | Kenneth R Westerback | |
2006-05-06 | initialize the propolice cookie more carefully so -fstack-protector-all | Theo de Raadt | |
will work; ok miod | |||
2006-05-06 | Sync VM games on startup with earlier pmap_table[] cleanups. | Miod Vallat | |
2006-05-06 | Decide whether we are running on 88100 or 88110 upon the processor | Miod Vallat | |
identification register value, rather than upon the MVME board number. | |||
2006-05-06 | The SPI in a TDB is actually stored in network order. Make sa synchronisation | Ryan Thomas McBride | |
work between little-endian and big-endian machines, and compare the spi against SPI_RESERVED_MAX correctly. Fix from Nathanael <list-openbsd-tech at polymorpheus dot com> | |||
2006-05-06 | Fix bracketing messed up in KNF commit 1.86, allows sasyncd to reliably | Ryan Thomas McBride | |
set up pfkey promiscuous mode. Diff from Nathanael <list-openbsd-tech at polymorpheus dot com> | |||
2006-05-06 | On 88100-based systems, take the two hardwired BATC into account in | Miod Vallat | |
pmap_extract(), and do not bother creating regular page table mappings for obio regions which are covered by these BATC entries. |