Age | Commit message (Expand) | Author |
2006-04-10 | new sch5017 driver by roman.hunt@comcast.net | Theo de Raadt |
2006-04-10 | files.i2c | Theo de Raadt |
2006-04-09 | slightly nicer sensor names | Theo de Raadt |
2006-04-09 | On macppc and sparc64, if allowaperture=0 only allow mmap()-ing of | Matthieu Herrb |
2006-04-09 | On MVME188 systems with more than two CMMUs par CPU, do not honor the | Miod Vallat |
2006-04-09 | Rewrite bus_compatible() to allow one alias to expand to several drivers, | Miod Vallat |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-04-09 | regen | Brad Smith |
2006-04-09 | add another ServerWorks SATA PCI id. | Brad Smith |
2006-04-08 | Don't panic in apic_intr_establush() if interrupt is not sharable and already | Mark Kettenis |
2006-04-08 | clean up includes, from thib, okay tedu@ | Pedro Martelletto |
2006-04-07 | Add optional flush method to MIDI hardware interface. | Jonathan Gray |
2006-04-07 | Replace bus_space functions with generic ones that do barriers. | Marco Peereboom |
2006-04-07 | Add memory allocator functions. | Marco Peereboom |
2006-04-07 | Print state in debug. Change return vales to 1 instead of ENXIO. | Marco Peereboom |
2006-04-07 | Use new shiny debug code. | Marco Peereboom |
2006-04-07 | Make a better debug mechanism. | Marco Peereboom |
2006-04-07 | Enable mfi_transition_fw() original code from FreeBSD. | Marco Peereboom |
2006-04-07 | Add DEVNAME. | Marco Peereboom |
2006-04-07 | Add register offsets. Borrowed from FreeBSD. | Marco Peereboom |
2006-04-07 | Add work around for mbuf leak in the tx path until we | Jonathan Gray |
2006-04-07 | Add and use ffs_validate(), a function for sanity checking super blocks | Pedro Martelletto |
2006-04-07 | Don't check for a BAR address past PCI_MAPREG_END; some devices | Brad Smith |
2006-04-07 | implement a check whether a BAR is present at all at a given | Brad Smith |
2006-04-06 | Add fw transition logic. | Marco Peereboom |
2006-04-06 | Add structures and defines. | Marco Peereboom |
2006-04-06 | release kernel lock _after_ the emulation exit hook is called to protect poss... | Michael Shalayeff |
2006-04-06 | Fix a process datasize leak with MAP_FIXED. When zapping old mappings | Kurt Miller |
2006-04-06 | Hook up mfi, remains disabled. | Marco Peereboom |
2006-04-06 | Add skeleton driver for MegaRAID SAS. | Marco Peereboom |
2006-04-06 | Sync. | Marco Peereboom |
2006-04-06 | Add MegaRAID SAS devices | Marco Peereboom |
2006-04-06 | the synchronise cache path is unique in ami in that it uses two megaraid | David Gwynne |
2006-04-06 | kudos to djm for finding an embarrassing bug. using the same variable | David Gwynne |
2006-04-05 | enable tqphy(4) here too | Martin Reindl |
2006-04-05 | Enable an(4) on BE archs now that it works. | Kurt Miller |
2006-04-05 | Add support for big endian archs. tested by jaredy@ and ok jsg@ | Kurt Miller |
2006-04-05 | reintroduce ami_complete, a replacement for ami_poll that is built on top | David Gwynne |
2006-04-05 | Teach ffs_update() how to update FFS2 inodes | Pedro Martelletto |
2006-04-05 | Make ffs_truncate() compatible with FFS2, from FreeBSD | Pedro Martelletto |
2006-04-05 | add a power hook for bge(4). | Brad Smith |
2006-04-04 | enable tqphy(4), found on xl(4) | Martin Reindl |
2006-04-04 | Add a `prefetch threshold' member to the bus_dma_tag_t, so that | Brad Smith |
2006-04-04 | clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit. | Brad Smith |
2006-04-04 | Revert r1.58, I was on drugs - the array we are locking is one byte per | Miod Vallat |
2006-04-04 | Add input routines to the i2s layer to support future Zaurus audio input. | Christopher Pascoe |
2006-04-04 | Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOs | Christopher Pascoe |
2006-04-04 | Abort any DMA that is in progress before changing the DMA completion handler, | Christopher Pascoe |
2006-04-04 | Fix a comment | Pedro Martelletto |
2006-04-04 | Configure the I2S controller's GPIOs, not than the USB's. | Christopher Pascoe |