Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-01 | regen | Brad Smith | |
2006-10-01 | add PCI ids for the Broadcom BCM5722, BCM5756, BCM5906 and BCM5906M chipsets. | Brad Smith | |
From the Linux tg3 driver. | |||
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 | simply getdirtybuf to take a plain buf* as there is no need otherwise; no ↵ | Michael Shalayeff | |
functional change; pedro@ ok | |||
2006-09-30 | no malloc debug but configured kmemstats allow 'sh mal' to print smth ↵ | Michael Shalayeff | |
useful; miod@ ok | |||
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 | |
Create aliases uow_ctlcmd(), uow_commcmd() and uow_modecmd() for sending control, communication and mode commands. No functional changes. | |||
2006-09-30 | Convert from using lockmgr to rwlock. | Alexander Yurchenko | |
2006-09-29 | cosmetic tweaking of the interrupt handler code. | Brad Smith | |
no functional change. | |||
2006-09-29 | If we don't find a matching CPU signature using the base CPUID call, try | Gordon Willem Klok | |
matching against the extended CPUID (0x80000001) signature. Problem found by, and patch based on work by jason@. ok jason@ | |||
2006-09-29 | If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every time | Miod Vallat | |
we switch vt, so that the hardware cursor does not reappear after starting X11, and switching to a text vt. Spotted by jmc@ | |||
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 | |
can be offloaded to hardware. | |||
2006-09-29 | kill trailing some spaces | Marco Pfatschbacher | |
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 | |
the 8169 chipset, it is disabled by default anyway. Reset the TX interrupt mitigation counter in re_start() if no packets were queued and there are still TX descriptors in use. Write to the ISR and clear the link state in re_init(). From wpaul@FreeBSD | |||
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 | |
or too large. From tsutsui@NetBSD | |||
2006-09-29 | regen | Jonathan Gray | |
2006-09-29 | Add support for HenTong WK-668, and match the generic DM9601 id | Jonathan Gray | |
while here. WK-668 id reported by mk at freeweb.ozi.nu | |||
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 | |
- add the Attansic L1 Gig controller id. - add an unknown Marvell SATA controller id. - add the Matrox Millennium P650 PCIe adapter id. - add ids for the VIA Technologies VT3351 Host bridge. - add ids for the VIA Technologies VT8237A South bridge. | |||
2006-09-29 | free the mbuf chain in rl_encap() if MGETHDR, MCLGET or | Brad Smith | |
bus_dmamap_load_mbuf() fail. | |||
2006-09-28 | Remove an unused file. | Kenneth R Westerback | |
ok deraadt@ | |||
2006-09-28 | Provide more info in error messages so we can see what's going | Alexander Yurchenko | |
on. And some cosmetics in debug messages while here. | |||
2006-09-28 | Add cardbus support for pgt(4). | Marcus Glocker | |
We are still looking for PrismGT cardbus devices for testing. One common model should be the Netgear WG511 v1/v2 made in Taiwan. ok deraadt@ | |||
2006-09-28 | add wb(4) in with the other network drivers and remove the UNTESTED section. | Brad Smith | |
2006-09-28 | uath(4) works, kind of, sometimes... | Theo de Raadt | |
2006-09-28 | - add a wireless section and move the existing PCI wireless drivers there. | Brad Smith | |
- add a few wireless drivers which are currently enabled on amd64 - an, atw, uath, wi. | |||
2006-09-27 | - do not bother printing the attach error message from the attach hook | Brad Smith | |
if pgt_attach() fails. - remove pgt_disable/pgt_reboot from the pgt_attach error path, just return for now. ok mglocker@ | |||
2006-09-27 | Add remaining communication command codes and embedded parameter bits. | Alexander Yurchenko | |
2006-09-27 | Enable uath, works for me. | 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 | |
Call usbd_abort_pipe before closing pipe. | |||
2006-09-27 | Add missing <sys/device.h>. | Alexander Yurchenko | |
2006-09-27 | Fix tags file creating by removing unexisting paths. | 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 | |
axe(4) I have. | |||
2006-09-27 | add pgt(4) and acx(4), work in progress. | Brad Smith | |