summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-04-06Add fw transition logic.Marco Peereboom
2006-04-06Add structures and defines.Marco Peereboom
2006-04-06release kernel lock _after_ the emulation exit hook is called to protect poss...Michael Shalayeff
2006-04-06Fix a process datasize leak with MAP_FIXED. When zapping old mappingsKurt Miller
2006-04-06Hook up mfi, remains disabled.Marco Peereboom
2006-04-06Add skeleton driver for MegaRAID SAS.Marco Peereboom
2006-04-06Sync.Marco Peereboom
2006-04-06Add MegaRAID SAS devicesMarco Peereboom
2006-04-06the synchronise cache path is unique in ami in that it uses two megaraidDavid Gwynne
2006-04-06kudos to djm for finding an embarrassing bug. using the same variableDavid Gwynne
2006-04-05enable tqphy(4) here tooMartin Reindl
2006-04-05Enable an(4) on BE archs now that it works.Kurt Miller
2006-04-05Add support for big endian archs. tested by jaredy@ and ok jsg@Kurt Miller
2006-04-05reintroduce ami_complete, a replacement for ami_poll that is built on topDavid Gwynne
2006-04-05Teach ffs_update() how to update FFS2 inodesPedro Martelletto
2006-04-05Make ffs_truncate() compatible with FFS2, from FreeBSDPedro Martelletto
2006-04-05add a power hook for bge(4).Brad Smith
2006-04-04enable tqphy(4), found on xl(4)Martin Reindl
2006-04-04Add a `prefetch threshold' member to the bus_dma_tag_t, so thatBrad Smith
2006-04-04clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit.Brad Smith
2006-04-04Revert r1.58, I was on drugs - the array we are locking is one byte perMiod Vallat
2006-04-04Add input routines to the i2s layer to support future Zaurus audio input.Christopher Pascoe
2006-04-04Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOsChristopher Pascoe
2006-04-04Abort any DMA that is in progress before changing the DMA completion handler,Christopher Pascoe
2006-04-04Fix a commentPedro Martelletto
2006-04-04Configure the I2S controller's GPIOs, not than the USB's.Christopher Pascoe
2006-04-04Small hex-vs-decimal typo from gwk, and tested by me (with cpusig checkUwe Stuehler
2006-04-03Move scsi_done back under splbio.Marco Peereboom
2006-04-03Since we have a run-queue now lets check it in the isr and get io ontoMarco Peereboom
2006-04-03Silly dlg hz/500 isnt a whole lot. Also removed busy-wait inMarco Peereboom
2006-04-02- add pccbb_attach_hook in pccbbattach for MD initializations.Brad Smith
2006-04-02There's no need for some comments to be so utterly crypticPedro Martelletto
2006-04-02Two changes in the FFS2 lazy inode allocation code:Pedro Martelletto
2006-04-02Prevent panic when loading pre-3.0 iwi firmware, and give a helpfulDimitry Andric
2006-04-02When setting timestamps TOSERVER having write permissions is adaquate;Otto Moerbeek
2006-04-02Cope with FFS2's lazy inode allocation policy, adapted from FreeBSDPedro Martelletto
2006-04-02Set cg_ffs2_time whenever cg_time is setPedro Martelletto
2006-04-02In the cylinder groups, use part of the reserved space to sprinkle aPedro Martelletto
2006-04-02regenBrad Smith
2006-04-02add another PCI id to the ste(4) driver.Brad Smith
2006-04-02To be able to use the maximum number of IDE/SATA disks on an ICHJonathan Gray
2006-04-01Revert previous commit, this causes sti1 probe to hang on some models.Miod Vallat
2006-04-01use proper types and not fetch iobase that is not used later; damien okMichael Shalayeff
2006-04-01Don't do cylinder group block accounting for FFS2Pedro Martelletto
2006-04-01Mark FFS2 file systems with UM_UFS2Pedro Martelletto
2006-04-01Small fixes from form@:Alexander Yurchenko
2006-04-01Correctly map blocks for FFS2 in ufs_bmaparray()Pedro Martelletto
2006-04-01Put Damien's latest changes back in, okay deraadt@.Pedro Martelletto
2006-03-31Add sysctl to retrieve the routing table statisitcs. Will be used by netstatClaudio Jeker
2006-03-31Backout, causes panicsPedro Martelletto