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