summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-09-30Reduce max number of devices per bus to 16.Alexander Yurchenko
2006-09-30regenMatthieu Herrb
2006-09-30yet another nVidia GeForce 6800GT id, from Sam Fourman Jr.Matthieu Herrb
2006-09-30Implement match rom command.Alexander Yurchenko
2006-09-30Allow to offload the match rom command to hardware.Alexander Yurchenko
2006-09-30Reset device on errors.Alexander Yurchenko
2006-09-30Pretty.Alexander Yurchenko
2006-09-30More useful error messages.Alexander Yurchenko
2006-09-30Reset device on attach.Alexander Yurchenko
2006-09-30Add new parameter to uow_cmd() to set command type.Alexander Yurchenko
2006-09-30Convert from using lockmgr to rwlock.Alexander Yurchenko
2006-09-29cosmetic tweaking of the interrupt handler code.Brad Smith
2006-09-29If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every timeMiod Vallat
2006-09-29Implement block read/write operations.Alexander Yurchenko
2006-09-29Extend bus master interface so that block read/write operationsAlexander Yurchenko
2006-09-29Add command and data FIFO size constants.Alexander Yurchenko
2006-09-29Only run the hardware diagnostic function re_diag() on adapters withBrad Smith
2006-09-29move the checksum stuff under EM_CSUM_OFFLOAD.Brad Smith
2006-09-29Discard packets in the receieve handler which are either too shortBrad Smith
2006-09-29regenJonathan Gray
2006-09-29Add support for HenTong WK-668, and match the generic DM9601 idJonathan Gray
2006-09-29add a missing format string to the beacon miss debug message.Brad Smith
2006-09-29regenBrad Smith
2006-09-29- add the Attansic Technology vendor id.Brad Smith
2006-09-29free the mbuf chain in rl_encap() if MGETHDR, MCLGET orBrad Smith
2006-09-28Provide more info in error messages so we can see what's goingAlexander Yurchenko
2006-09-28Add cardbus support for pgt(4).Marcus Glocker
2006-09-27- do not bother printing the attach error message from the attach hookBrad Smith
2006-09-27Add remaining communication command codes and embedded parameter bits.Alexander Yurchenko
2006-09-27Implement 1-wire byte read/write.Alexander Yurchenko
2006-09-27Move bulk-in transfer to the separate function.Alexander Yurchenko
2006-09-27Allocate xfer for bulk transfers only once on attach.Alexander Yurchenko
2006-09-27Protect detach function with splusb.Alexander Yurchenko
2006-09-27Add missing <sys/device.h>.Alexander Yurchenko
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-27regenJonathan Gray
2006-09-27Add another two Vitesse PHYs, one from jmc's nfe(4), one from anJonathan Gray
2006-09-27add missing sys/device.h header.Brad Smith
2006-09-27fix the use of LIST_INSERT_HEAD in [m]sk_alloc_jumbo_mem().Brad Smith
2006-09-26update the comment for bge_chipinit().Brad Smith
2006-09-26re-enable I2C_VERBOSEJonathan Gray
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-26Start to get HostAP mode working for pgt(4). Works at the first try,Marcus Glocker
2006-09-26regenMatthieu Herrb
2006-09-26add GeForce 7300 GT, ok deraadt@Matthieu Herrb
2006-09-26Set sk_jumbo_buf to NULL if malloc() fails in the for loop withinBrad Smith
2006-09-26do not alloc jumbo buffers (3.5m per iface) and also do not allow card to rec...Michael Shalayeff
2006-09-26Get HostAP mode working and fix IBSS tweaks. From DragonFly driver.Marcus Glocker
2006-09-26regenJonathan Gray
2006-09-26Match ELECOM LD-USB20Jonathan Gray