summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2004-09-16some additional CIS sanity checks.Brad Smith
From NetBSD
2004-09-16- for the generic 82557 PCI ID also print the chip name if we have an 82558Brad Smith
or newer. - rearrange PCI IDs a bit. - eliminate setting the FXPF_HAS_RESUME_BUG flag now that we have support to disable dynamic standby. ok deraadt@ mcbride@ mickey@
2004-09-16If we can't allocate new jumbo storage, try to copy the packet into aRyan Thomas McBride
new mbuf chain with m_devget() before recycling the jumbo storage. Frome if_sk.c ok deraadt@
2004-09-15code locator is optionalMichael Shalayeff
2004-09-15add pcxu tlb handlers and cpu probingMichael Shalayeff
add u2/uturn ioa driver in dumb mode now enable pcxu/pcxw support
2004-09-15Return the ability to queue events before hotplugd started.Alexander Yurchenko
ok deraadt@
2004-09-15Better debug printfs: missing \n and show xfer flags inAlexander Yurchenko
wdc_exec_xfer().
2004-09-15Add support for Intel 6300ESB IDE and SATA.Alexander Yurchenko
There's a little botch to be fixed later in our Intel SATA support that's why the first variants of the diff didn't work. Thanks to Markus Foerster <markus@1ster.de> for access to the testing machine.
2004-09-15Tweak in comment.Alexander Yurchenko
2004-09-14remove unused variable; netbsd, ok theoPeter Valchev
2004-09-14Call tl_ifmedia_upd() in tl_init() for cards with bitrate devicesBrad Smith
From FreeBSD
2004-09-14allocate ext-cfg memory if was requestd in dd_stimemreqMichael Shalayeff
2004-09-14two more icensemble codecs. now they are via really...Michael Shalayeff
2004-09-11backout 1.48, but maintain the fix for the merge error.David Gwynne
fixes hangs/crashes on detach of various devices. found by jolan@, tested by drahn@ and jolan@, ok by deraadt@
2004-09-08typo, wrong type; cd@sentia.nlTheo de Raadt
2004-09-06add INTEL PRO_1000_GT; ok deraadtMarkus Friedl
2004-09-06syncMarkus Friedl
2004-09-06add intel PRO_1000_GT; ok deraadtMarkus Friedl
2004-09-02Prevent mixer from resetting volume back to blead-from-the-ears.Marco Peereboom
From NetBSD via Antoine Jacoutot <ajacoutot at lphp.org> Ok millert@ mickey@ deraadt@
2004-09-01regen for BCM4401-B0Todd C. Miller
2004-09-01Support Broadcom BCM4401-B0; from FreeBSD. OK deraadt@ and henning@Todd C. Miller
2004-08-30from freebsd via Jonathan GrayDavid Gwynne
"Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers. Without this, the device cannot detect the end of ethernet packets whose size is a multiple of the USB packat size. ok deraadt@
2004-08-30Remove 'usb_'realloc() usage because it doesn't know the size of the oldDale Rahn
buffer, thus may copy too much, causing a memory fault. ok millert, dlg, henning, tdeval, otto
2004-08-29Add Adaptec 2120S. ok deraadt@ mickey@Marco Peereboom
Found and tested by Alexei E. Suslikov <cruel at texnika.com.ua>
2004-08-25unbreak DEBUG; ok henning, deraadtMarkus Friedl
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23The IT87 chip has 3 Fan sensors. Fix the loop invariant and addTodd C. Miller
a missing break statement. From Stephan Leemburg. OK deraadt@
2004-08-22Do check for STATS_OFLOW in interrupt handler. The overflow interrupt isCan Erkin Acar
already disabled and the status update function fails to clear the overflow, causing high interrupt load. Reported and tested by Arvid Grøtting. ok deraadt@
2004-08-21in case of failure use the same logic for unmapping as it was used for ↵Michael Shalayeff
mapping; found and testing by Jack Culpepper <jack@cloudconnector.com>; deraadt@ ok
2004-08-20syncTheo de Raadt
2004-08-20a belkin ID on a sk cardTheo de Raadt
2004-08-19Do as much in com_puc_attach2() as done in com_attach_subr(), until theyMiod Vallat
really get cleaned up and factorized; fixes puc operation on amd64 and sparc64. tested pval@ millert@ naddy@; ok deraadt@ millert@
2004-08-19#ifdef TI_VERBOSE around "no free jumbo buffers" printf.Ryan Thomas McBride
2004-08-19Don't complain about lack of available jumbo buffers when processing incomingRyan Thomas McBride
packets unless we're debugging.
2004-08-19Don't complain about lack of jumbo storage when processing incoming packetsRyan Thomas McBride
unless we're debugging.
2004-08-18Fix last commit, all 4 com ports use the same frequency. PromptedTodd C. Miller
by a comment from henning@
2004-08-18regen for NetMos 4STodd C. Miller
2004-08-18Add NetMos 4S (4 port serial)Todd C. Miller
2004-08-17don't forget to set rv to zero on false matchMichael Shalayeff
2004-08-17printf repairTheo de Raadt
2004-08-16crank wi_cmd_count to 2000 for the time being; should help avoidTodd C. Miller
timeouts on cards with station firmware < 1.8. Better fix coming post-3.6...
2004-08-13Fix issue with auto request sense handling for both ahc and ahd.Kenneth R Westerback
Restore hppa functionality, add sgi functionality for ahc. ok deraadt@, plus marco@, mickey@, pefo@ for various bits.
2004-08-13syncTheo de Raadt
2004-08-13LK204-24-USB LCD; adulau@foo.beTheo de Raadt
2004-08-12Leave the command wait interrupt enabled as long as there is at least oneJason Wright
pending result. This isn't a good solution (we're obviously missing an interrupt or two in some cases), but this will guarantee we get called periodically until all of the queues are drained. Based on idea from "jochen from penguin-breeder decimal org"; ok theo
2004-08-11a few debug cleanups:David Gwynne
function names in messages didnt always match the actual name of the function. endian fix when dumping a qtd chain so it terminates correctly on big endian archs. dont blame uhci for problems ehci has.
2004-08-11fix spelling, macros and formattingDavid Gwynne