Age | Commit message (Expand) | Author |
2009-09-08 | cleanup/fix RIRB processing: | Jacob Meuser |
2009-09-08 | Something i should have commited months ago. | Owain Ainsworth |
2009-09-07 | Add another umass-to-modem request type which is needed for | Marco Pfatschbacher |
2009-09-07 | sizeof ptr vs sizeof *ptr bug; ok mglocker@ | Miod Vallat |
2009-09-07 | sync | Stuart Henderson |
2009-09-07 | Correct the PHY ID for IC+ IP1001. From Brad, confirmed with the datasheet. | Stuart Henderson |
2009-09-06 | Don't pass uninitialized stack memory to setdisklabel() as the 'old' | Kenneth R Westerback |
2009-09-06 | Fix typo in comment, safe -> save. | Marcus Glocker |
2009-09-06 | Fix udl_copycols overlay copy problem by copying area to off-screen first | Marcus Glocker |
2009-09-05 | Make use of the new wsdisplay ability, committed by miod previously, which | Marcus Glocker |
2009-09-05 | Buglet crept in. | Miod Vallat |
2009-09-05 | u_int32_t not u_int32_ts in debug code. | Claudio Jeker |
2009-09-05 | Check the return value of all emulops in the emulation code, and abort | Miod Vallat |
2009-09-05 | Make the output() wsemul_op return the number of characters processed and | Miod Vallat |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-09-05 | Rework internal interfaces in the wsdisplay emulation code to prepare for | Miod Vallat |
2009-09-05 | scsi_done before COMPLETE | David Gwynne |
2009-09-05 | scsi_done before COMPLETE. | David Gwynne |
2009-09-05 | call scsi_done before returning COMPLETE | David Gwynne |
2009-09-05 | call scsi_done before returning COMPLETE in the stuffup case. | David Gwynne |
2009-09-05 | Make sure ehci_open() invokes ehci_device_setintr() at splusb; found with | Miod Vallat |
2009-09-05 | Remove unnecessary assignments in sii311[24]_chip_map(). | Miod Vallat |
2009-09-04 | Add common framework for storing device lists | Jordan Hargrave |
2009-09-04 | Bring back support for iCH10 based chips. This time support for fiber cards | Dariusz Swiderski |
2009-09-04 | Make sure the MAC address is correct on big-endian platforms if it isn't read | Mark Kettenis |
2009-09-04 | Missing scsi_done() in some error path returning COMPLETE; ok dlg@ | Miod Vallat |
2009-09-03 | Check the return value of copyin(). | Joel Sing |
2009-09-03 | Don't call VOP_CLOSE() with a null pointer, if the VOP_OPEN() call failed. | Joel Sing |
2009-09-03 | call scsi_done before returning COMPLETE | David Gwynne |
2009-09-03 | must call scsi_done before returning complete. | David Gwynne |
2009-09-02 | Remove some out-of-date comments that are no longer present in the NetBSD | Mark Kettenis |
2009-09-02 | Bring over some more glue from isp_pci.c; makes ISP2200 SBus FC cards actually | Mark Kettenis |
2009-09-02 | Invoke malloc() with the correct sizeof value in acpipwrres_foundcons(). | Miod Vallat |
2009-09-01 | Add initial support for ISP2200 SBus FC cards. Doesn't quite work yet, | Mark Kettenis |
2009-09-01 | Glue for the SBus version of the Sun Vector Gigabit Ethernet card. | Mark Kettenis |
2009-08-30 | Reinstate SPLUSBCHECK checks (DIAGNOSTIC-only), but implemented as splassert(), | Miod Vallat |
2009-08-30 | Add some new devices. -moj | Mats O Jansson |
2009-08-30 | Sync. -moj | Mats O Jansson |
2009-08-30 | Change name on udl device since it matches more models. -moj | Mats O Jansson |
2009-08-29 | Add forward declaration for struct to_softc such that the firmware builder | Mark Kettenis |
2009-08-29 | Unbreak the tree. | Mark Kettenis |
2009-08-29 | Build Tigon firmware on sparc as well. | Mark Kettenis |
2009-08-29 | Split the ti(4) driver into mostly bus-agnostic code and PCI-specific | Mark Kettenis |
2009-08-29 | remove more unneeded Debugger() calls from dev/ | Jasper Lievisse Adriaanse |
2009-08-29 | sync. -moj | Mats O Jansson |
2009-08-29 | Some more udl devices. -moj | Mats O Jansson |
2009-08-29 | submatch functions used with config_found_sm() are required to invoke the | Miod Vallat |
2009-08-29 | incorrect array bounds check in I2OVERBOSE error reporting. | Miod Vallat |
2009-08-29 | typos in comments | Miod Vallat |
2009-08-29 | Ooops, revert the last bcopy()-elimination commit. I forgot that bcopy() | Marcus Glocker |