summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-06-16algorithmically handle baudrate requests, allowing all sorts ofTheo de Raadt
2006-06-16On the road to certance support.Dale Rahn
2006-06-16* support for multi-channel (>=3) recording with ALC880, ALC882, or STAC9221Brad Smith
2006-06-16From k*_powernow_setperf() always return 0, i.e.Gordon Willem Klok
2006-06-16vmware emulates mpi, but it does a half arsed job of it. half the fieldsDavid Gwynne
2006-06-16enable mpi.Marco Peereboom
2006-06-16If there is going to be a kludge to change the irq for com, do it earlyDale Rahn
2006-06-15switch to using mpi instead of mpt; ok marcoTheo de Raadt
2006-06-15The process is not: build, ifdef, commit. argh.Dale Rahn
2006-06-15rewritten, simplifed interrupt controller for 80321, half the linesDale Rahn
2006-06-15Hack to attach the iodata PLD device, it controls the front panel LEDsDale Rahn
2006-06-15All all 256MB on the thecus to configure, by raising the amount ofDale Rahn
2006-06-15sane irq numbers for pci interrupts, remove uncertanty on armish irq table.Dale Rahn
2006-06-15Fan controller for Thecus N2100, still needs more work, currently sets theDale Rahn
2006-06-15Ricoh rtc support for armish, driver from netbsd.Dale Rahn
2006-06-15whitespace cleanupDale Rahn
2006-06-15make these tables look a little bit nicer.Brad Smith
2006-06-15Fix watchdog timeout errors seen on a few systems.Brad Smith
2006-06-15Rework the interrupt code, shaving some cycles off in the process.Brad Smith
2006-06-15Nothing sets P_FSTRACE anymore, so remove all what's left of it.Miod Vallat
2006-06-15put the multiple routing tables support back in, fixed.Henning Brauer
2006-06-15tighten this code upTheo de Raadt
2006-06-15make the clock error calculation match dev/ic/com.c so that things with,Jason Wright
2006-06-15oxford 16pci954/siig 2050 has a 10x clock (why?!)Jason Wright
2006-06-15Make sys_adjfreq() compile on archs that use timecountersJonathan Gray
2006-06-15 Quell dmesg spewage from ch(4) - this diff moves much of theBob Beck
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