summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-10-30Simplify sis(4) TX/RX ring initialization.Brad Smith
2005-10-29comment fix: Two vendors sold same thingTheo de Raadt
2005-10-29Correct type for dd_grid, so that we print the device id correctly forMiod Vallat
2005-10-28correct legsup register per spec; dlg@ pascoe@ ok.Federico G. Schwindt
2005-10-28regenBrad Smith
2005-10-28add some Symbios Logic ids including SAS and FC chipsets.Brad Smith
2005-10-27use a quirk to attach the new sierra wireless; tony@kozoru.comTheo de Raadt
2005-10-27new sierra card; tony@kozoru.comTheo de Raadt
2005-10-27- __sparc__ -> __sparc64__Brad Smith
2005-10-26add missing bus_dmamap_sync()'s, much closer to working on hppaBrad Smith
2005-10-26revert 82801FBM SATA controller back to being configured as an IDE controllerBrad Smith
2005-10-26regenBrad Smith
2005-10-26fix some Intel chipset names.Brad Smith
2005-10-26use the MI atop() macro for alpha and mipsMartin Reindl
2005-10-26syncTheo de Raadt
2005-10-26oopsTheo de Raadt
2005-10-26syncTheo de Raadt
2005-10-26new digi puc; bsw71@mail.ruTheo de Raadt
2005-10-26regenBrad Smith
2005-10-26add Compaq iLO controllersBrad Smith
2005-10-26Adapt art(4) to the new link state handling done by sppp(4).Claudio Jeker
2005-10-25dont' -> don't in comments;Jason McIntyre
2005-10-24Revamp interrupt handling in em(4) driver:Brad Smith
2005-10-24Remove panic if polling thread can not be created.Marco Peereboom
2005-10-24fix compilation for KGDB; looked by miod@.Federico G. Schwindt
2005-10-24change read/write callbacks to use a void * instead of struct rtw_regs.Reyk Floeter
2005-10-24two sc_anaparm registersReyk Floeter
2005-10-24fix RTW_DEBUGReyk Floeter
2005-10-24change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code.Reyk Floeter
2005-10-24- remove some redundnt checks before pci_mapreg_map()Brad Smith
2005-10-24add a comma here.Brad Smith
2005-10-23regenBrad Smith
2005-10-23add Davicom DM9132Brad Smith
2005-10-23regenBrad Smith
2005-10-23better like thisBrad Smith
2005-10-23regenBrad Smith
2005-10-23add Znyx Networks vendor id.Brad Smith
2005-10-23Move rtw_attach error condition handling out of rtw_detach and intoJonathan Gray
2005-10-23use read/write/barrier callbacks, will be used laterReyk Floeter
2005-10-23knfReyk Floeter
2005-10-23Some additional rtl8185 specific defines.Jonathan Gray
2005-10-22shorten ne(4) dmesg entries from 2-3 lines to 1.Brad Smith
2005-10-22check for 82801FBM SATA in one more spot.Brad Smith
2005-10-2282801FBM_IDE -> 82801FBM_SATABrad Smith
2005-10-22regenBrad Smith
2005-10-22Intel PCI id 2653 is actually a SATA controller on the ICH6-M andBrad Smith
2005-10-21tidy up dmesg printing.Brad Smith
2005-10-21tidy up dmesg printing a bit, makes PCI hme only take 2 linesBrad Smith
2005-10-21pretty up dmesg outputTheo de Raadt
2005-10-21A bit more registers from the Linux sata_svw.c driver.Alexander Yurchenko