summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-04-17Add some common ids for unsupported wireless chipsets.Jonathan Gray
2005-04-17do {} while (0) wrapper for the debug printf macrosDavid Gwynne
2005-04-17make sure user address is in user space in copyinstr. ok weingart@Ted Unangst
2005-04-17regenJonathan Gray
2005-04-17Radeon 9800 Pro from Jonathan Fromer <jf at daimi.au.dk>Jonathan Gray
2005-04-17make sure round_blocksize does not produce 0 after alignmentChristopher Pascoe
2005-04-16Remove regs and fpregs pseudo-files from procfs.Mark Kettenis
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-16round -- not truncate the buffer sizeMichael Shalayeff
2005-04-16use snprintf to avoid crossing the overflow point; ok ottoTheo de Raadt
2005-04-16change usbd_printBCD() to return number of bytes really placed or 0, notTheo de Raadt
2005-04-16Look for OpenBSD disklabel on the first eight hd devices, and after aUwe Stuehler
2005-04-16support a "clear" command to clear the broken Linux console. grmpf.Uwe Stuehler
2005-04-16let ld find it's _start() symbol.Uwe Stuehler
2005-04-16don't print the additional "exit" message on exit.Uwe Stuehler
2005-04-16Add SATA 8 channel.Marco Peereboom
2005-04-16Sync.Marco Peereboom
2005-04-16Add MegaRAID SATA 8 channel.Marco Peereboom
2005-04-16Nuke another unused structure.Kenneth R Westerback
2005-04-16Nuke unused/duplicate structures and defines in favour of scsi ones.Kenneth R Westerback
2005-04-16comment out some code which is causing ntfs panics dueJoris Vink
2005-04-16remove lots of crud from this driver, makes it fit on the alpha mediaTheo de Raadt
2005-04-16internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Miod Vallat
2005-04-16Duplicate include file.Miod Vallat
2005-04-16syncDamien Bergamini
2005-04-16Driver for Analog Devices Eagle chipset.Damien Bergamini
2005-04-16re-registerTheo de Raadt
2005-04-16don't leak a mbuf when tx fails.Damien Bergamini
2005-04-16indentDamien Bergamini
2005-04-15syncTheo de Raadt
2005-04-15shrinkTheo de Raadt
2005-04-15regenMichael Shalayeff
2005-04-15some hp smart array devs and fix compaq smrtarray ids and add 6422Michael Shalayeff
2005-04-15regenJakob Schlyter
2005-04-15add Araneus True Random Number GeneratorJakob Schlyter
2005-04-15in ural_txeof(), call usbd_clear_endpoint_stall() on the tx pipe instead ofDamien Bergamini
2005-04-15free salt&peper commitMichael Shalayeff
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2005-04-15Try this again.Joel Knight
2005-04-15don't need to check for NULL when using M_WAITOK, from mpech@Pedro Martelletto
2005-04-15Simplify matching logic using pci_matchbyid() and correct some comments.Jonathan Gray
2005-04-15re(4) cannot handle a standard sized Jumbo frame.Brad Smith
2005-04-15re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right valuesBrad Smith
2005-04-15add another 8169 rev and remove vtophys() hack for alpha now that the driverBrad Smith
2005-04-15correct a spelloChristopher Pascoe
2005-04-15Add TODO list for zaudio.Christopher Pascoe
2005-04-15Remove i2c entry, it is included from zaudio config.Christopher Pascoe
2005-04-15Add basic audio playback support for the Zaurus SL-C3000.Christopher Pascoe
2005-04-15print proper model string.Brad Smith
2005-04-15Functions for accessing the pxa2x0 I2S controller.Christopher Pascoe