Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-13 | add the zd1211b firmware. | Brad Smith | |
ok jsg@ | |||
2006-11-13 | Add zd1211b firmware. | Jonathan Gray | |
2006-11-12 | $OBJCOPY is not defined by sys.mk yet | Theo de Raadt | |
2006-11-12 | In malo_send_cmd_dma() reduce the poll loop to 10 and increase the delay | Claudio Jeker | |
to 100. Even the slowest command take only about half of the time so this should be enough. Discussed with mglocker@ | |||
2006-11-12 | Rewrite part of malo_tx_mgt() to do the mbuf dance in a nicer way. This | Claudio Jeker | |
is still ugly beyond any help but what do you expect from HW that needs to insert unused fields between header and data? OK mglocker@ | |||
2006-11-12 | Simplify code and remove a delay() by actually waiting for the command to | Claudio Jeker | |
finish. OK mglocker@ | |||
2006-11-11 | Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way for | Mark Kettenis | |
alternative sources for interrupt information. ok gwk@, brad@ | |||
2006-11-11 | reloc.h is included via machine/reloc.h so it should be accessable here. | Dale Rahn | |
2006-11-11 | regen. -moj | Mats O Jansson | |
2006-11-11 | Some ATI and NVIDIA devices. -moj | Mats O Jansson | |
2006-11-11 | Add acpi_sleep and acpi_stall functions. | Marco Peereboom | |
ok jordan | |||
2006-11-11 | regen -moj | Mats O Jansson | |
2006-11-11 | Add some USR Wlan adapters. -moj | Mats O Jansson | |
2006-11-11 | add quirk for the usb missile launcher | Jolan Luff | |
2006-11-11 | regen | Jolan Luff | |
2006-11-11 | usb missile launcher | Jolan Luff | |
2006-11-11 | Add support for 3Com 3CRWE154G72. -moj | Mats O Jansson | |
2006-11-11 | be silent | Theo de Raadt | |
2006-11-10 | Fix typo. | Mark Kettenis | |
2006-11-10 | Add support for Sun 1000baseSX cards. | Mark Kettenis | |
ok deraadt@ | |||
2006-11-10 | Fix DMA firmware command interface (poll for command response), and get the | Marcus Glocker | |
card to associate successfully with an AP. ok claudio@ | |||
2006-11-10 | Pre-allocate the TX DMA maps intead of creating and destroying a DMA map | Brad Smith | |
per packet sent. Tested by brad@, ckuethe@, Gabriel Kihlman <gk at stacken dot kth dot se> and Tim Wiess <tim at nop dot cx>. Tested with amd64/i386/sparc64. ok damien@ | |||
2006-11-10 | Defer setting of the valid bit in the first TX descriptor after | Damien Bergamini | |
all descriptors have been setup. Otherwise, hardware may start processing descriptors faster than us and crap out. Fixes "watchdog timeout" errors. Original idea from Matthew Dillon @DragonFly. ok deraadt@ jsg@ wim@ tested by many | |||
2006-11-10 | relocations belong in reloc.h | Dale Rahn | |
2006-11-10 | Correct order of the bitfields of float and double. Fixes ldexp() (and | Otto Moerbeek | |
some more), which fixeds drand48(), which fixes perl build. ok miod@ drahn@ deraadt@ | |||
2006-11-10 | acx(4) doesn't use rssadapt(9). | Damien Bergamini | |
pgt(4) doesn't use rssadapt(9) nor amrr. => remove useless #include. | |||
2006-11-10 | regen | Brad Smith | |
2006-11-10 | add vendor id for Quicknet Technologies. | Brad Smith | |
2006-11-10 | Remove debug code. | Miod Vallat | |
2006-11-10 | Remove unnecessary failure printf. That's what nonzero return codes are for. | Miod Vallat | |
2006-11-10 | Avoid an unnecessary branch for byte-by-byte copyin() and copyout(). | Miod Vallat | |
2006-11-10 | Fetch syscall arguments beyond r9 with copyin() from the userland stack, | Miod Vallat | |
instead of having the userland syscall code put the first three locations from the stack in r10-r12. This will speed-up most of the system calls (but mmap) once these fetches are removed, in a few weeks from now. | |||
2006-11-10 | Fix an mbuf leak in an error path. OK brad@ | Claudio Jeker | |
2006-11-10 | Enforce correct userspace bounds in copy{in,out}str(). | Miod Vallat | |
2006-11-10 | Will be needed at some point. | Dale Rahn | |
2006-11-09 | Clarify what hardware firmware is for. | Jonathan Gray | |
2006-11-09 | Correctly update the m_pkthdr.len in the raw bpf tap. OK mglocker@ | Claudio Jeker | |
2006-11-09 | add a solid compliment of usb devices | Theo de Raadt | |
2006-11-09 | no need to check for IFF_ALLMULTI when we just removed the flag... | Reyk Floeter | |
2006-11-09 | knf | Reyk Floeter | |
2006-11-09 | add multicast filter support instead of using ALLMULTI all the time | Reyk Floeter | |
2006-11-09 | regen | Robert Nagy | |
2006-11-09 | Add ATI Radeon X700 SE with secondary; | Robert Nagy | |
ok mk@ | |||
2006-11-09 | remove another useless header and move the 12 register definitions to | Reyk Floeter | |
the driver itself. ok dlg@ | |||
2006-11-09 | tweaks; | Jason McIntyre | |
2006-11-09 | Fix a bug in the firmware command function and check if the main firmware | Marcus Glocker | |
has been loaded by polling for the firmware response instead just waiting a static amount of time. ok claudio@ | |||
2006-11-09 | regen | Brad Smith | |
2006-11-09 | add a HiNT Corp. PCI bridge and some additional Marvell SATA ids. | Brad Smith | |
2006-11-09 | landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesome | Theo de Raadt | |
hack, otherwise the console tty is not quite right. Solve better someday. | |||
2006-11-09 | typo | Theo de Raadt | |