Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-29 | regen | Jonathan Gray | |
2006-09-29 | Add support for HenTong WK-668, and match the generic DM9601 id | Jonathan Gray | |
while here. WK-668 id reported by mk at freeweb.ozi.nu | |||
2006-09-29 | add a missing format string to the beacon miss debug message. | Brad Smith | |
2006-09-29 | regen | Brad Smith | |
2006-09-29 | - add the Attansic Technology vendor id. | Brad Smith | |
- add the Attansic L1 Gig controller id. - add an unknown Marvell SATA controller id. - add the Matrox Millennium P650 PCIe adapter id. - add ids for the VIA Technologies VT3351 Host bridge. - add ids for the VIA Technologies VT8237A South bridge. | |||
2006-09-29 | free the mbuf chain in rl_encap() if MGETHDR, MCLGET or | Brad Smith | |
bus_dmamap_load_mbuf() fail. | |||
2006-09-29 | typo; from sthen | Jason McIntyre | |
2006-09-29 | garbage collect obsolete or unused macros - TARGET_ENDIAN_DEFAULT, | Brad Smith | |
PREFERRED_DEBUGGING_TYPE and ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL. ok kettenis@ martin@ | |||
2006-09-28 | better wording; ok mickey | Jason McIntyre | |
2006-09-28 | Remove an unused file. | Kenneth R Westerback | |
ok deraadt@ | |||
2006-09-28 | Update Connexant -> Conexant also in those files not just in pgt.4. | Marcus Glocker | |
Pointed out by jmc@ | |||
2006-09-28 | Bump firmware package to version 1.1, which includes an information | Marcus Glocker | |
file about the current firmware copyright / distribution condition now. ok deraadt@ | |||
2006-09-28 | Bump firmware package to version 1.3, which includes an information | Marcus Glocker | |
file about the current firmware copyright / distribution condition now. ok deraadt@ | |||
2006-09-28 | Provide more info in error messages so we can see what's going | Alexander Yurchenko | |
on. And some cosmetics in debug messages while here. | |||
2006-09-28 | hostapd tree search speedup via inlined compare function | Reyk Floeter | |
suggested by Mike Belopuhov (mkb at crypt dot org dot ru) | |||
2006-09-28 | fix the configuration parser for event rules: correct handling of | Reyk Floeter | |
multiple matches of the 'not' grammar rule and correct 'lladdr' address matching. figured out by Stephen Lewis (stephen at sock dot org dot uk), thanks! | |||
2006-09-28 | - kill useless .Tn | Jason McIntyre | |
- kill useless escaping | |||
2006-09-28 | typo; ok deraadt | Jason McIntyre | |
2006-09-28 | Also add pgt(4) in here. | Marcus Glocker | |
2006-09-28 | Add cardbus support for pgt(4). | Marcus Glocker | |
We are still looking for PrismGT cardbus devices for testing. One common model should be the Netgear WG511 v1/v2 made in Taiwan. ok deraadt@ | |||
2006-09-28 | add wb(4) in with the other network drivers and remove the UNTESTED section. | Brad Smith | |
2006-09-28 | uath(4) works, kind of, sometimes... | Theo de Raadt | |
2006-09-28 | - add a wireless section and move the existing PCI wireless drivers there. | Brad Smith | |
- add a few wireless drivers which are currently enabled on amd64 - an, atw, uath, wi. | |||
2006-09-28 | remove the sentence mentioning the Prism GT chipset. in general man pages | Brad Smith | |
should only mention what hardware is supported. | |||
2006-09-27 | remove superfluous paranthesis | Jasper Lievisse Adriaanse | |
from Matthew R. Dempsky <mrd at alkemio dot org> ok deraadt | |||
2006-09-27 | sync | Theo de Raadt | |
2006-09-27 | Add ifstated(8) startup bits. | Marco Pfatschbacher | |
OK deraadt@, henning@, mcbride@ | |||
2006-09-27 | - do not bother printing the attach error message from the attach hook | Brad Smith | |
if pgt_attach() fails. - remove pgt_disable/pgt_reboot from the pgt_attach error path, just return for now. ok mglocker@ | |||
2006-09-27 | Add remaining communication command codes and embedded parameter bits. | Alexander Yurchenko | |
2006-09-27 | Enable uath, works for me. | Alexander Yurchenko | |
2006-09-27 | Implement 1-wire byte read/write. | Alexander Yurchenko | |
2006-09-27 | sync | Theo de Raadt | |
2006-09-27 | Move bulk-in transfer to the separate function. | Alexander Yurchenko | |
2006-09-27 | Allocate xfer for bulk transfers only once on attach. | Alexander Yurchenko | |
2006-09-27 | Protect detach function with splusb. | Alexander Yurchenko | |
Call usbd_abort_pipe before closing pipe. | |||
2006-09-27 | Use IP_RECVIF to get the incomming interface of OSPF packets. Now we use | Claudio Jeker | |
the source address and the interface index to find the corresponding struct interface which is less error prone. OK norby@ | |||
2006-09-27 | Add missing <sys/device.h>. | Alexander Yurchenko | |
2006-09-27 | no need for a separate hardware section; | Jason McIntyre | |
2006-09-27 | Fix tags file creating by removing unexisting paths. | Alexander Yurchenko | |
2006-09-27 | Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. | Alexander Yurchenko | |
2006-09-27 | regen | Jonathan Gray | |
2006-09-27 | Add another two Vitesse PHYs, one from jmc's nfe(4), one from an | Jonathan Gray | |
axe(4) I have. | |||
2006-09-27 | alpha is gcc3 now | Michael Shalayeff | |
2006-09-27 | add pgt(4) and acx(4), work in progress. | Brad Smith | |
2006-09-27 | Add files.onewire to all our USB archs, it will be used soon. | Alexander Yurchenko | |
2006-09-27 | Add and correct comments, spacing. | Ray Lai | |
OK niallo@. | |||
2006-09-27 | Plug memory leak. | Ray Lai | |
OK niallo@. | |||
2006-09-27 | IBSS mode works so far, so mention it. | Marcus Glocker | |
2006-09-27 | add acx(4). | Brad Smith | |
2006-09-27 | add missing sys/device.h header. | Brad Smith | |