summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-29regenJonathan Gray
2006-09-29Add support for HenTong WK-668, and match the generic DM9601 idJonathan Gray
while here. WK-668 id reported by mk at freeweb.ozi.nu
2006-09-29add a missing format string to the beacon miss debug message.Brad Smith
2006-09-29regenBrad 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-29free the mbuf chain in rl_encap() if MGETHDR, MCLGET orBrad Smith
bus_dmamap_load_mbuf() fail.
2006-09-29typo; from sthenJason McIntyre
2006-09-29garbage 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-28better wording; ok mickeyJason McIntyre
2006-09-28Remove an unused file.Kenneth R Westerback
ok deraadt@
2006-09-28Update Connexant -> Conexant also in those files not just in pgt.4.Marcus Glocker
Pointed out by jmc@
2006-09-28Bump firmware package to version 1.1, which includes an informationMarcus Glocker
file about the current firmware copyright / distribution condition now. ok deraadt@
2006-09-28Bump firmware package to version 1.3, which includes an informationMarcus Glocker
file about the current firmware copyright / distribution condition now. ok deraadt@
2006-09-28Provide more info in error messages so we can see what's goingAlexander Yurchenko
on. And some cosmetics in debug messages while here.
2006-09-28hostapd tree search speedup via inlined compare functionReyk Floeter
suggested by Mike Belopuhov (mkb at crypt dot org dot ru)
2006-09-28fix the configuration parser for event rules: correct handling ofReyk 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 .TnJason McIntyre
- kill useless escaping
2006-09-28typo; ok deraadtJason McIntyre
2006-09-28Also add pgt(4) in here.Marcus Glocker
2006-09-28Add 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-28add wb(4) in with the other network drivers and remove the UNTESTED section.Brad Smith
2006-09-28uath(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-28remove the sentence mentioning the Prism GT chipset. in general man pagesBrad Smith
should only mention what hardware is supported.
2006-09-27remove superfluous paranthesisJasper Lievisse Adriaanse
from Matthew R. Dempsky <mrd at alkemio dot org> ok deraadt
2006-09-27syncTheo de Raadt
2006-09-27Add ifstated(8) startup bits.Marco Pfatschbacher
OK deraadt@, henning@, mcbride@
2006-09-27- do not bother printing the attach error message from the attach hookBrad Smith
if pgt_attach() fails. - remove pgt_disable/pgt_reboot from the pgt_attach error path, just return for now. ok mglocker@
2006-09-27Add remaining communication command codes and embedded parameter bits.Alexander Yurchenko
2006-09-27Enable uath, works for me.Alexander Yurchenko
2006-09-27Implement 1-wire byte read/write.Alexander Yurchenko
2006-09-27syncTheo de Raadt
2006-09-27Move bulk-in transfer to the separate function.Alexander Yurchenko
2006-09-27Allocate xfer for bulk transfers only once on attach.Alexander Yurchenko
2006-09-27Protect detach function with splusb.Alexander Yurchenko
Call usbd_abort_pipe before closing pipe.
2006-09-27Use IP_RECVIF to get the incomming interface of OSPF packets. Now we useClaudio Jeker
the source address and the interface index to find the corresponding struct interface which is less error prone. OK norby@
2006-09-27Add missing <sys/device.h>.Alexander Yurchenko
2006-09-27no need for a separate hardware section;Jason McIntyre
2006-09-27Fix tags file creating by removing unexisting paths.Alexander Yurchenko
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-27regenJonathan Gray
2006-09-27Add another two Vitesse PHYs, one from jmc's nfe(4), one from anJonathan Gray
axe(4) I have.
2006-09-27alpha is gcc3 nowMichael Shalayeff
2006-09-27add pgt(4) and acx(4), work in progress.Brad Smith
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-09-27Add and correct comments, spacing.Ray Lai
OK niallo@.
2006-09-27Plug memory leak.Ray Lai
OK niallo@.
2006-09-27IBSS mode works so far, so mention it.Marcus Glocker
2006-09-27add acx(4).Brad Smith
2006-09-27add missing sys/device.h header.Brad Smith