Age | Commit message (Expand) | Author |
2006-10-01 | Kill some #if 0 code. OK mglocker@ | Claudio Jeker |
2006-10-01 | Set ic_max_rssi to 255 the rssi value returned by the card is a u_int8_t | Claudio Jeker |
2006-10-01 | fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesg | Brad Smith |
2006-10-01 | pack several boolean fields into the existing bge_flags field. | Brad Smith |
2006-10-01 | initial pieces for the 88E3082 Fast Ethernet PHY. untested at the moment. | Brad Smith |
2006-10-01 | add a few new Marvell ids. | Brad Smith |
2006-10-01 | regen | Brad Smith |
2006-10-01 | add a few new Marvell ids. | Brad Smith |
2006-10-01 | Don't reuse bus lock for locking sensor task thread. Use a | Alexander Yurchenko |
2006-10-01 | Protect sensor_task_unregister() with some locking. | Alexander Yurchenko |
2006-10-01 | add the PCI ids for the BCM5722, BCM5756, BCM5906 and BCM5906M chipsets. | Brad Smith |
2006-10-01 | regen | Brad Smith |
2006-10-01 | add PCI ids for the Broadcom BCM5722, BCM5756, BCM5906 and BCM5906M chipsets. | Brad Smith |
2006-09-30 | Reduce max number of devices per bus to 16. | Alexander Yurchenko |
2006-09-30 | regen | Matthieu Herrb |
2006-09-30 | yet another nVidia GeForce 6800GT id, from Sam Fourman Jr. | Matthieu Herrb |
2006-09-30 | Implement match rom command. | Alexander Yurchenko |
2006-09-30 | Allow to offload the match rom command to hardware. | Alexander Yurchenko |
2006-09-30 | Reset device on errors. | Alexander Yurchenko |
2006-09-30 | Pretty. | Alexander Yurchenko |
2006-09-30 | More useful error messages. | Alexander Yurchenko |
2006-09-30 | Reset device on attach. | Alexander Yurchenko |
2006-09-30 | Add new parameter to uow_cmd() to set command type. | Alexander Yurchenko |
2006-09-30 | Convert from using lockmgr to rwlock. | Alexander Yurchenko |
2006-09-29 | cosmetic tweaking of the interrupt handler code. | Brad Smith |
2006-09-29 | If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every time | Miod Vallat |
2006-09-29 | Implement block read/write operations. | Alexander Yurchenko |
2006-09-29 | Extend bus master interface so that block read/write operations | Alexander Yurchenko |
2006-09-29 | Add command and data FIFO size constants. | Alexander Yurchenko |
2006-09-29 | Only run the hardware diagnostic function re_diag() on adapters with | Brad Smith |
2006-09-29 | move the checksum stuff under EM_CSUM_OFFLOAD. | Brad Smith |
2006-09-29 | Discard packets in the receieve handler which are either too short | Brad Smith |
2006-09-29 | regen | Jonathan Gray |
2006-09-29 | Add support for HenTong WK-668, and match the generic DM9601 id | Jonathan Gray |
2006-09-29 | add a missing format string to the beacon miss debug message. | Brad Smith |
2006-09-29 | regen | Brad Smith |
2006-09-29 | - add the Attansic Technology vendor id. | Brad Smith |
2006-09-29 | free the mbuf chain in rl_encap() if MGETHDR, MCLGET or | Brad Smith |
2006-09-28 | Provide more info in error messages so we can see what's going | Alexander Yurchenko |
2006-09-28 | Add cardbus support for pgt(4). | Marcus Glocker |
2006-09-27 | - do not bother printing the attach error message from the attach hook | Brad Smith |
2006-09-27 | Add remaining communication command codes and embedded parameter bits. | Alexander Yurchenko |
2006-09-27 | Implement 1-wire byte read/write. | Alexander Yurchenko |
2006-09-27 | Move bulk-in transfer to the separate function. | Alexander Yurchenko |
2006-09-27 | Allocate xfer for bulk transfers only once on attach. | Alexander Yurchenko |
2006-09-27 | Protect detach function with splusb. | Alexander Yurchenko |
2006-09-27 | Add missing <sys/device.h>. | Alexander Yurchenko |
2006-09-27 | Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. | Alexander Yurchenko |
2006-09-27 | regen | Jonathan Gray |
2006-09-27 | Add another two Vitesse PHYs, one from jmc's nfe(4), one from an | Jonathan Gray |