summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-10-01zap maestro_reg.h, since it's only used in the kernel.Marc Espie
2006-10-01Kill some #if 0 code. OK mglocker@Claudio Jeker
2006-10-01Set ic_max_rssi to 255 the rssi value returned by the card is a u_int8_tClaudio Jeker
2006-10-01fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesgBrad Smith
2006-10-01Adjust for change of fpu control word.Mark Kettenis
2006-10-01Adjust for change of fpu control word.Mark Kettenis
2006-10-01Switch fpu control word to the hardware default. This makes us use 64-bitMark Kettenis
2006-10-01pack several boolean fields into the existing bge_flags field.Brad Smith
2006-10-01initial pieces for the 88E3082 Fast Ethernet PHY. untested at the moment.Brad Smith
2006-10-01add a few new Marvell ids.Brad Smith
2006-10-01regenBrad Smith
2006-10-01add a few new Marvell ids.Brad Smith
2006-10-01whitespace tweaksDavid Gwynne
2006-10-01Don't reuse bus lock for locking sensor task thread. Use aAlexander Yurchenko
2006-10-01Switch fpu control word to the hardware default. This makes us use 64-bitMark Kettenis
2006-10-01Free sensors on detach.Alexander Yurchenko
2006-10-01Protect sensor_task_unregister() with some locking.Alexander Yurchenko
2006-10-01add the PCI ids for the BCM5722, BCM5756, BCM5906 and BCM5906M chipsets.Brad Smith
2006-10-01regenBrad Smith
2006-10-01add PCI ids for the Broadcom BCM5722, BCM5756, BCM5906 and BCM5906M chipsets.Brad Smith
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-30simply getdirtybuf to take a plain buf* as there is no need otherwise; no fun...Michael Shalayeff
2006-09-30no malloc debug but configured kmemstats allow 'sh mal' to print smth useful;...Michael Shalayeff
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 we don't find a matching CPU signature using the base CPUID call, tryGordon Willem Klok
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-29kill trailing some spacesMarco Pfatschbacher
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-28Remove an unused file.Kenneth R Westerback