Age | Commit message (Expand) | Author |
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 |
2006-04-04 | Small hex-vs-decimal typo from gwk, and tested by me (with cpusig check | Uwe Stuehler |
2006-04-03 | Move scsi_done back under splbio. | Marco Peereboom |
2006-04-03 | Since we have a run-queue now lets check it in the isr and get io onto | Marco Peereboom |
2006-04-03 | Silly dlg hz/500 isnt a whole lot. Also removed busy-wait in | Marco Peereboom |
2006-04-02 | - add pccbb_attach_hook in pccbbattach for MD initializations. | Brad Smith |
2006-04-02 | There's no need for some comments to be so utterly cryptic | Pedro Martelletto |
2006-04-02 | Two changes in the FFS2 lazy inode allocation code: | Pedro Martelletto |
2006-04-02 | Prevent panic when loading pre-3.0 iwi firmware, and give a helpful | Dimitry Andric |
2006-04-02 | When setting timestamps TOSERVER having write permissions is adaquate; | Otto Moerbeek |
2006-04-02 | Cope with FFS2's lazy inode allocation policy, adapted from FreeBSD | Pedro Martelletto |
2006-04-02 | Set cg_ffs2_time whenever cg_time is set | Pedro Martelletto |
2006-04-02 | In the cylinder groups, use part of the reserved space to sprinkle a | Pedro Martelletto |
2006-04-02 | regen | Brad Smith |
2006-04-02 | add another PCI id to the ste(4) driver. | Brad Smith |
2006-04-02 | To be able to use the maximum number of IDE/SATA disks on an ICH | Jonathan Gray |
2006-04-01 | Revert previous commit, this causes sti1 probe to hang on some models. | Miod Vallat |
2006-04-01 | use proper types and not fetch iobase that is not used later; damien ok | Michael Shalayeff |
2006-04-01 | Don't do cylinder group block accounting for FFS2 | Pedro Martelletto |
2006-04-01 | Mark FFS2 file systems with UM_UFS2 | Pedro Martelletto |
2006-04-01 | Small fixes from form@: | Alexander Yurchenko |
2006-04-01 | Correctly map blocks for FFS2 in ufs_bmaparray() | Pedro Martelletto |
2006-04-01 | Put Damien's latest changes back in, okay deraadt@. | Pedro Martelletto |
2006-03-31 | Add sysctl to retrieve the routing table statisitcs. Will be used by netstat | Claudio Jeker |
2006-03-31 | Backout, causes panics | Pedro Martelletto |