Age | Commit message (Expand) | Author |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-06 | com@isa suspend and resume; logic cloned from ../puc/com_puc.c | Theo de Raadt |
2010-07-31 | Factorization of the bluetooth and usb hid input driver logic, to reduce code | Miod Vallat |
2010-07-31 | add SA3_XXX macros removed by mistake with opl, but used by ym mixer | Alexandre Ratchov |
2010-07-31 | unbreak ym.c, opl3sa3reg.h doesn't exist any longer | Alexandre Ratchov |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |
2010-07-31 | fix typo preventing compilation with AUDIO_DEBUG | Alexandre Ratchov |
2010-07-24 | missed a couple indents in previous | Jacob Meuser |
2010-07-23 | ANSI/style(9), no binary change | Jacob Meuser |
2010-07-22 | Reset the keyboard controller on resume, and also alert the children | Theo de Raadt |
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat |
2010-07-18 | Add support for Winbond/Nuvoton W83627DHG-P. | Mark Kettenis |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-08 | use config_activate_children to activate children that might need it | Theo de Raadt |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | some very obvious uninit bugs found when I turned off -Wno-uninitialized | Ted Unangst |
2010-06-30 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-06-30 | * use audio(9)'s DMA trigger methods instead of the init/start | Jacob Meuser |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-24 | - remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline. | Jasper Lievisse Adriaanse |
2010-06-03 | take care of some half-baked CPU temperature readings seen in wild | Theo de Raadt |
2010-05-23 | move hp300 to -D__hp300__; ok miod | Theo de Raadt |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-20 | for some systems we need to try harder; from Mikko Tolmunen | Theo de Raadt |
2010-04-03 | instead of returning EINVAL if an unsupported sample rate was | Jacob Meuser |
2010-03-28 | put the iosize next to the register definitions | Theo de Raadt |
2010-03-28 | Driver for microguru sensor microcontroller found on ABIT motherboards. | Theo de Raadt |
2010-03-27 | aria(4) is an audio driver, but hasn't been compatible with audio(9) | Jacob Meuser |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-02-16 | Use i2c_addr_t as the type for the init_xfer function because this | Michael Knudsen |
2010-01-10 | A couple of missed ITSDONE setting before scsi_done(). | Kenneth R Westerback |
2010-01-10 | Set ITSDONE in scsi_done() and zap trivial instances of setting it | Kenneth R Westerback |
2009-12-15 | Correct define. | Federico G. Schwindt |
2009-12-04 | ansify. | Jasper Lievisse Adriaanse |
2009-11-22 | Bring last drivers fully into the NO_CCB world by replacing | Kenneth R Westerback |
2009-10-31 | Make sure the descriptor is writable for some operations. | Federico G. Schwindt |
2009-10-13 | Connect pcppi bell to ukbd, so that x86 systems with usb console keyboard | Miod Vallat |
2009-09-24 | Make sure the scsi_xfer timeout always get initialized with timeout_set(), | Miod Vallat |
2009-09-12 | Add DIOCSDINFO support to the three fd drivers. No change to existing | Kenneth R Westerback |
2009-09-06 | Don't pass uninitialized stack memory to setdisklabel() as the 'old' | Kenneth R Westerback |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-09-05 | scsi_done before COMPLETE. | David Gwynne |
2009-08-26 | directly calling Debugger() is bad. turn these printf();Debugger(); series | Jasper Lievisse Adriaanse |
2009-08-24 | - fix format strings for values that are daddr64_t | Jasper Lievisse Adriaanse |
2009-08-24 | - remove double \n in panic string | Jasper Lievisse Adriaanse |
2009-08-23 | - turn a printf(), which predated a panic()-function that could take printf-l... | Jasper Lievisse Adriaanse |