Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-27 | Pad tx buffer with 0's on minimum sized frames; based on NetBSD. | Jason Wright | |
2003-01-26 | compute record high water mark from record parameters not play parameters; ↵ | Jason Wright | |
from NetBSD kern/19614 | |||
2003-01-26 | regen | Michael Shalayeff | |
2003-01-26 | a bunch of devices used in hp machines | Michael Shalayeff | |
2003-01-25 | hppa provides its own IPL_AUDIO, too | Jason Wright | |
2003-01-23 | - Either memset() or loop and set to zero, not both | Jason Wright | |
- reading RX_COMPLETION is a waste of time (and a -slow- PCI read vs. an, albeit uncached, memory access to determine the same thing). - on RX_OVERFLOW, reset the board; the RX unit has probably wedged | |||
2003-01-23 | be consistant on the spl everywhere and use splimp(), this seems to prevent ↵ | Michael Shalayeff | |
wi_mgmt_xmit: xmit failed messages; millert@ testing and ok | |||
2003-01-22 | Recognize the Voyager ``Compact-1'' keyboard layouts. | Miod Vallat | |
Currently, they are mapped to the corresponding type 5 layouts, but some tweaks might be necessary in the future. | |||
2003-01-21 | Use a 2-level timeout for hostap. Instead of of sending a station | Todd C. Miller | |
a deauth/disassoc packet when the inactivity timer fires, just set a flag, re-queue it and set the master wihap timer if needed. What this does is to effectively bundle (and serialize) deauth/disassoc packets so if a large number need to be sent at once we don't stomp all over the card. We also only do at most 10 stations at a time. The sta_list has been changed from a doubly linked list to a tailq. Inactive stations are kept at the head of the queue, new ones are added to the tail. Idea and OK by mickey@, prompted by an issue found by merith AT vantronix DOT net | |||
2003-01-21 | fix cut and paste piece in dma programming, caused jumpieness in animation; ↵ | Michael Shalayeff | |
good diagnose by Kamil Andrusz <wizz@mniam.net> | |||
2003-01-21 | Stub out hostap bits #ifdef SMALL_KERNEL to free up space on the | Todd C. Miller | |
floppies; OK mickey@ deraadt@ | |||
2003-01-21 | do not need explicit match on intel; from alexander.guy@andern.org | Michael Shalayeff | |
2003-01-21 | bzero() siop_target structure after malloc(). | Kenneth R Westerback | |
In combination with previous openings fix makes Niklas happy. Probably fixes some negotiation bugs too. Another good candidate for -stable. | |||
2003-01-20 | sync | Theo de Raadt | |
2003-01-20 | the real liar is Tony Pierce <tonypi@pcisig.com>. he says this is a ↵ | Theo de Raadt | |
"misunderstanding". how far can one get from the truth | |||
2003-01-19 | Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), until | Thierry Deval | |
I find time to really follow all cases. At least it works here, and doesn't add new problems, it seems. | |||
2003-01-19 | Wording. | Thierry Deval | |
2003-01-17 | sync | Theo de Raadt | |
2003-01-17 | typo | Theo de Raadt | |
2003-01-17 | 80-pin -> 80-wire in debug output; requested by chris@ | Alexander Yurchenko | |
2003-01-16 | recognize the Hauppauge wintv-fm #191; from wolfgang@wsrcc.com | Michael Shalayeff | |
2003-01-16 | sync | Theo de Raadt | |
2003-01-16 | fuckheads | Theo de Raadt | |
2003-01-16 | Missing break | Alexander Yurchenko | |
2003-01-16 | - add two inline functions for accessing chip configuration space | Alexander Yurchenko | |
through the index and data registers - proper registers and bits names - more debug in cable detection - back the code for checking interrupt asserting in case of shared IRQ, it seems to solve the problem with repeatable ``bugus intr'' messages in PDC20376 (one more step to get it working); based on tests by j@pureftpd.org Some input and ok from costa@ | |||
2003-01-16 | regen | Michael Shalayeff | |
2003-01-16 | add support for a few more devices (sis7012, nforce, amd768, amd8111), from ↵ | Michael Shalayeff | |
netbsd | |||
2003-01-16 | Add channel number to report of registers mapping type. | Alexander Yurchenko | |
2003-01-16 | Don't hardcode IO mapping for cmd/ctl regs, use pci_mapreg_type() | Alexander Yurchenko | |
instead. This allows chips with memory mapped registers (e.g. Promise PDC20376) to work. ok costa@ | |||
2003-01-15 | regen | Michael Shalayeff | |
2003-01-15 | a few more products and wdc | Michael Shalayeff | |
2003-01-15 | Get rid of the remaining vm_offset_t in pci drivers. | Artur Grabowski | |
2003-01-15 | Get rid of vm_offset_t in bktr. | Artur Grabowski | |
2003-01-15 | revert last change; request from mickey@ | Alexander Yurchenko | |
2003-01-14 | regen | Anil Madhavapeddy | |
2003-01-14 | add ATI Radeon 9500/9700 gfx card | Anil Madhavapeddy | |
henning@ ok | |||
2003-01-14 | In wihap_shutdown() use a broadcast for disassoc and deauth packets | Todd C. Miller | |
instead of sending a separate packet to each station. Based on a patch from merith AT vantronix DOT net | |||
2003-01-14 | Add a define for easy access to sc_wdcdev.sc_dev.dv_xname | Alexander Yurchenko | |
2003-01-14 | Move sunkbd defn to common place and remove old event.c reference | Jason Wright | |
2003-01-14 | Remove dead files | Jason Wright | |
2003-01-13 | Add experimental support for NVIDIA nForce/nForce2 IDE chips. | Alexander Yurchenko | |
Tested by Johan Lindman <tybollt@solace.mh.se> ok costa@ | |||
2003-01-13 | Fix pastos. Reported by andres at msu dot edu. | Thierry Deval | |
2003-01-13 | make it compile w/ SCSIDEBUG defined, found by brad@ | Michael Shalayeff | |
2003-01-13 | Cleaner SBP2 status response treatment. | Thierry Deval | |
2003-01-13 | make 3com 9201 really work - got the last success report a bit early. | Henning Brauer | |
tested by "Johan M:son Lindman" <tybollt at solace.mh.se> | |||
2003-01-12 | support the 3com 9201 found on nForce2-based Asus A7N8X | Henning Brauer | |
tested by Johan M:son Lindman <tybollt at solace.mh.se> | |||
2003-01-12 | regen | Henning Brauer | |
2003-01-12 | SiS 745 chipset stuff; from jcbender@benderhome.net w/ minor adjustments | Henning Brauer | |
by me. | |||
2003-01-12 | 3com 9201 found on Asus A7N8X deluxe mainboard | Henning Brauer | |
2003-01-12 | regen | Alexander Yurchenko | |