summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-06-15Add proper masking of reserved bits, when we test if the thermalDimitry Andric
2006-06-15nuke code that has been dead for so long that it stinks. claudio okHenning Brauer
2006-06-15Make number of varargs passed to ip_output match reality.Christopher Pascoe
2006-06-15Change cast of last vararg to ip_output to match what ip_output expects,Christopher Pascoe
2006-06-15Make number of varargs passed to ip_output match reality.Christopher Pascoe
2006-06-15Add detection of RAID volume during PPR. Doesn't fan out the ppr to individualMarco Peereboom
2006-06-15Add IOC page 3 support. Needed for RAID and bio.Marco Peereboom
2006-06-15Print volume details in debug.Marco Peereboom
2006-06-15Remove header from structure since it doesnt need it.Marco Peereboom
2006-06-15And now without a buffer overflow. Pointed out by dlg. No cookie for me.Marco Peereboom
2006-06-15Add structures and initial code to retrieve IOC page 2. We need this forMarco Peereboom
2006-06-15Print some useful error information during failure. We need this to be ableMarco Peereboom
2006-06-15In p3_get_bus_clock() don't fall through if we have in fact correctlyGordon Willem Klok
2006-06-14teach it fintek f75375; half by drahnTheo de Raadt
2006-06-14- If the codec has support for a modem then print that there is noBrad Smith
2006-06-14move vfs_busy() to rwlocks and properly hide the locking api from vfsNikolay Sturm
2006-06-14regenOtto Moerbeek
2006-06-14Introducing adjfreq(2), to adjust the clock frequency.Otto Moerbeek
2006-06-14Missed a part of the kvm86 commit, if option KVM86 is defined it would beGordon Willem Klok
2006-06-14* move mixer functions from azalia.c to azalia_codec.c, andBrad Smith
2006-06-14must use RTS/CTS protection when sending frames at OFDM rates in a BSSDamien Bergamini
2006-06-14reset the chip in pcn_shutdown().Brad Smith
2006-06-14clear the IFF_UP interface flag before shutting down the interface.Brad Smith
2006-06-14Avoid potential deadlock during hash lookup; ok pedro@Patrick Latifi
2006-06-14Plug memory leak in error path; ok pedro@Patrick Latifi
2006-06-14Allow changes to a Name initialized with a 'static' value.Can Erkin Acar
2006-06-14remove redundant commented debug defineFelix Kronlage
2006-06-14oops, i forgot that you need to return a high number from match to win.David Gwynne
2006-06-14enable the NMEA 0183 line discipline in GENERIC. see nmea(4) for details.Marc Balmer
2006-06-14no more infinite loops; tested by dlgTheo de Raadt
2006-06-14allow mpi to attach to parallel scsi controllers instead of mpt.David Gwynne
2006-06-14support the iic busses on the ultrasparc III machines (something is stillTheo de Raadt
2006-06-13Do not compare apple with oranges when checking if the thermal controlMiod Vallat
2006-06-13Next round of clean-up: Remove the ugly state machine and replace it withMarc Balmer
2006-06-13kvm86, missed a file.Gordon Willem Klok
2006-06-13Kernel virtual mode 8086, currently disabled in GENERIC.Gordon Willem Klok
2006-06-13we sometimes bundle chunks that the ioc will write to in the request spaceDavid Gwynne
2006-06-13rev 1.13 fixed the MTU ioctl handler to allow adjusting the MTUBrad Smith
2006-06-13When adjusting the performance of the processor using p4tcc, the CPUsGordon Willem Klok
2006-06-13Change the value returned if the CPU fails to honor a request toGordon Willem Klok
2006-06-12i stashed the dva and kva of each request space in its ccb, so why am iDavid Gwynne
2006-06-12Oops, typoMiod Vallat
2006-06-12fix sgl loading. there were a few issues, the main ones being:David Gwynne
2006-06-12Some more improvements to EST:Dimitry Andric
2006-06-12reset the reply pointer to NULL every time we get a context reply inDavid Gwynne
2006-06-12Typos in comments.Marc Balmer
2006-06-12ANSIfy, and nuke newline at end of file.Gordon Willem Klok
2006-06-12Add stray interrupt reporting to the apicvec.s, fix the code for strayGordon Willem Klok
2006-06-12white space fixesDavid Gwynne
2006-06-12Initial version of dv for scsi. Work based on dlg's code.Marco Peereboom