Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-17 | Some cleanup: | Alexander Yurchenko | |
- don't mix unsigned and u_int across the code - un'static some funcs ok art@ | |||
2004-09-16 | whitespace cleanup | Markus Friedl | |
2004-09-16 | Use a sane value for maxsegsz, fixes this card for alpha (PR 3920). | Ryan Thomas McBride | |
ok miod@ | |||
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-09-16 | some 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 82558 | Brad 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-16 | If we can't allocate new jumbo storage, try to copy the packet into a | Ryan Thomas McBride | |
new mbuf chain with m_devget() before recycling the jumbo storage. Frome if_sk.c ok deraadt@ | |||
2004-09-15 | code locator is optional | Michael Shalayeff | |
2004-09-15 | add pcxu tlb handlers and cpu probing | Michael Shalayeff | |
add u2/uturn ioa driver in dumb mode now enable pcxu/pcxw support | |||
2004-09-15 | Return the ability to queue events before hotplugd started. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-09-15 | Better debug printfs: missing \n and show xfer flags in | Alexander Yurchenko | |
wdc_exec_xfer(). | |||
2004-09-15 | Add 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-15 | Tweak in comment. | Alexander Yurchenko | |
2004-09-14 | remove unused variable; netbsd, ok theo | Peter Valchev | |
2004-09-14 | Call tl_ifmedia_upd() in tl_init() for cards with bitrate devices | Brad Smith | |
From FreeBSD | |||
2004-09-14 | allocate ext-cfg memory if was requestd in dd_stimemreq | Michael Shalayeff | |
2004-09-14 | two more icensemble codecs. now they are via really... | Michael Shalayeff | |
2004-09-11 | backout 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-08 | typo, wrong type; cd@sentia.nl | Theo de Raadt | |
2004-09-06 | add INTEL PRO_1000_GT; ok deraadt | Markus Friedl | |
2004-09-06 | sync | Markus Friedl | |
2004-09-06 | add intel PRO_1000_GT; ok deraadt | Markus Friedl | |
2004-09-02 | Prevent 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-01 | regen for BCM4401-B0 | Todd C. Miller | |
2004-09-01 | Support Broadcom BCM4401-B0; from FreeBSD. OK deraadt@ and henning@ | Todd C. Miller | |
2004-08-30 | from freebsd via Jonathan Gray | David 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-30 | Remove 'usb_'realloc() usage because it doesn't know the size of the old | Dale Rahn | |
buffer, thus may copy too much, causing a memory fault. ok millert, dlg, henning, tdeval, otto | |||
2004-08-29 | Add Adaptec 2120S. ok deraadt@ mickey@ | Marco Peereboom | |
Found and tested by Alexei E. Suslikov <cruel at texnika.com.ua> | |||
2004-08-25 | unbreak DEBUG; ok henning, deraadt | Markus Friedl | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom | |
2004-08-23 | The IT87 chip has 3 Fan sensors. Fix the loop invariant and add | Todd C. Miller | |
a missing break statement. From Stephan Leemburg. OK deraadt@ | |||
2004-08-22 | Do check for STATS_OFLOW in interrupt handler. The overflow interrupt is | Can 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-21 | in 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-20 | sync | Theo de Raadt | |
2004-08-20 | a belkin ID on a sk card | Theo de Raadt | |
2004-08-19 | Do as much in com_puc_attach2() as done in com_attach_subr(), until they | Miod 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-19 | Don't complain about lack of available jumbo buffers when processing incoming | Ryan Thomas McBride | |
packets unless we're debugging. | |||
2004-08-19 | Don't complain about lack of jumbo storage when processing incoming packets | Ryan Thomas McBride | |
unless we're debugging. | |||
2004-08-18 | Fix last commit, all 4 com ports use the same frequency. Prompted | Todd C. Miller | |
by a comment from henning@ | |||
2004-08-18 | regen for NetMos 4S | Todd C. Miller | |
2004-08-18 | Add NetMos 4S (4 port serial) | Todd C. Miller | |
2004-08-17 | don't forget to set rv to zero on false match | Michael Shalayeff | |
2004-08-17 | printf repair | Theo de Raadt | |
2004-08-16 | crank wi_cmd_count to 2000 for the time being; should help avoid | Todd C. Miller | |
timeouts on cards with station firmware < 1.8. Better fix coming post-3.6... | |||
2004-08-13 | Fix 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-13 | sync | Theo de Raadt | |