Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-01 | english | Pedro Martelletto | |
2004-11-01 | additional DIAGNOSTIC, checking for proc in lockmgr when required | marius eriksen | |
ok pedro@ tedu@ | |||
2004-11-01 | check for malloc() in bufq_default_alloc(), ok tedu@ | Pedro Martelletto | |
2004-11-01 | back out previous commit. | Brad Smith | |
2004-10-31 | don't swap zeros | Brad Smith | |
2004-10-31 | sync with quirks from FreeBSD and NetBSD, ok dlg | Jonathan Gray | |
2004-10-31 | regen | Jonathan Gray | |
2004-10-31 | more devices from FreeBSD and NetBSD | Jonathan Gray | |
2004-10-31 | UQ_NO_STRINGS no longer needed, ok dlg | Jonathan Gray | |
2004-10-31 | from netbsd via freebsd via jsg@ | David Gwynne | |
usbdi_util.h (1.29), uhid.c (1.62), ugen.c (1.68), usb_subr.c (1.114) Yes, some devices return incorrect lengths in their string descriptors. Rather than losing, do what Windows does: just request the maximum size, and allow a shorter response. Obsoletes the need for UQ_NO_STRINGS, and therefore these "quirks" are removed. usb_subr.c (1.116) In the "seemed like a good idea until I found the fatal flaw" department... Attempting to read a maximum-size string descriptor causes my kue device to go completely apeshit. So, go back to the original method, but allow the device to return a shorter string than it claimed. | |||
2004-10-31 | from netbsd: ehci.c revision 1.84 | David Gwynne | |
Only delay interrupt my 2 miucroframes instead of 8. This improves Ethernet performance. | |||
2004-10-31 | fix some comments, spelling and printfs | David Gwynne | |
2004-10-31 | netbsd reduced their difference to us in revision 1.76. they use usb_lockmgr | David Gwynne | |
like us, so get rid of the ifdefs. | |||
2004-10-31 | from netbsd: ehci.c revision 1.69 | David Gwynne | |
hcpriv is not actually used here. Remove references to it. | |||
2004-10-31 | from netbsd: ehci.c revisions 1.185 and 1.187: | David Gwynne | |
Follow the spec more closely when updating the overlay qTD in the QH. Preserve some bits in the overlay qTD. | |||
2004-10-31 | from netbsd: ehci.c revision 1.83 | David Gwynne | |
No need to generate an interrupt at the data part of a control transfer, it's generated by the status transfer. | |||
2004-10-31 | from netbsd: ehci.c revision 1.82 | David Gwynne | |
Make sure to update the data toggle on short transfers. This makes my Ethernet adapter much happier. | |||
2004-10-31 | rev 1.68 | Brad Smith | |
Add support for BCM5705K rev 1.74 Add support for the BCM5750/5751. Unfortunately the documentation I have from Broadcom does not give much information on these devices, so the Broadcom Linux driver was used for clues to what these chips support. It turns out they are similar to the 5705 with the 5751 being the PCI-Express version and needing special work-arounds and settings. From FreeBSD | |||
2004-10-31 | add some aue devices found in the linux driver | Jonathan Gray | |
2004-10-31 | regen | Jonathan Gray | |
2004-10-31 | aue devices found in linux driver | Jonathan Gray | |
2004-10-30 | Add missing manufacturing pages. Only the IO Unit pages are now missing but ↵ | Marco Peereboom | |
those are not relevant to RAID. Some cleanup. | |||
2004-10-30 | vaddr_t casts for vtophys, works on amd64, enabled in GENERIC | Can Erkin Acar | |
patch submitted and tested by Steffen Schütz, schuetz.steffen at melle de ok tedu@ | |||
2004-10-30 | remove debug | Per Fogelstrom | |
2004-10-30 | Make the default boot partition p. | Per Fogelstrom | |
Migrate float exception code to 64 bit. Add a few new "uniplemented". | |||
2004-10-30 | sync | Theo de Raadt | |
2004-10-30 | Support another device; prices@dflytech.com | Theo de Raadt | |
2004-10-30 | sync | Theo de Raadt | |
2004-10-30 | more; reyk | Theo de Raadt | |
2004-10-30 | sync | Theo de Raadt | |
2004-10-30 | wrong model; reyk | Theo de Raadt | |
2004-10-30 | Oops, forgot to cvs add this file in previous commit (mongoos@gsc attachment). | Miod Vallat | |
2004-10-30 | sync | Theo de Raadt | |
2004-10-30 | more devs | Theo de Raadt | |
2004-10-29 | cleanup and put app eps in one place like other drivers | Michael Shalayeff | |
2004-10-29 | Split mongoose and add a gscbus attachment, for the eisa slots in B series. | Miod Vallat | |
This is still a work in progress. feedback and ok mickey@ | |||
2004-10-29 | Prettier dmesg on vortexes. | Miod Vallat | |
2004-10-29 | silly typo... | Pedro Martelletto | |
2004-10-29 | another re device from FreeBSD | Jonathan Gray | |
2004-10-29 | regen | Jonathan Gray | |
2004-10-29 | another re device from FreeBSD | Jonathan Gray | |
2004-10-29 | remove double "PHY" printed in dmesg; ok deraadt | Peter Valchev | |
2004-10-29 | rev 1.78 | Brad Smith | |
Enable the automatic TX underrun recovery for the ADMtek chips. This solves cvsup update on my laptop which aborts after a while without this patch. rev 1.79 Fix the support for the AN985/983 chips, which do not set the RXSTATE to STOPPED, but to WAIT. This should fix hangs which could only be solved by replugging the cable. From FreeBSD Thanks to C. Bensend <benny at bennyvision dot com> for testing. | |||
2004-10-29 | use rx list size instead of tx (for rx list), they are the same | Peter Valchev | |
so this worked; ok mcbride | |||
2004-10-28 | fix/update FreeBSD RCSId for reference purposes | Peter Valchev | |
2004-10-28 | sync | Peter Valchev | |
2004-10-28 | VIA VT612x | Peter Valchev | |
2004-10-28 | the URL in if_iwi is no longer valid. | Brad Smith | |
ok damien@ | |||
2004-10-28 | print our ether address when attaching like other drivers | joshua stein | |
same code as for ipw | |||
2004-10-28 | SIGFPE signal codes. | Mark Kettenis | |
ok deraadt@ |