summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-01rndc will now create output files of 'rndc dumpdb', 'rndcAlexandre Anriot
2007-01-01Add manpage for esp(4) on macppc.Gordon Willem Klok
2007-01-01regen.Marc Balmer
2007-01-01Add a new Intel host bridge chipsetMarc Balmer
2007-01-01sync usage();Jason McIntyre
2007-01-01- standard listJason McIntyre
2007-01-01some minor improvements;Jason McIntyre
2007-01-01find a better place for EXAMPLES;Jason McIntyre
2007-01-01- use "interface", not "interface-name", consistentlyJason McIntyre
2007-01-01sort the list of parameters brconfig(8) accepts;Jason McIntyre
2007-01-01- merge first two synopsesJason McIntyre
2007-01-01commit really old stuff that lets pkg_mklocatedb recordMarc Espie
2006-12-31Cover the other case we need to unload the dmamap, in espdmaintr(),Gordon Willem Klok
2006-12-31Some spaces to tabs and cosmetic tweaking of the code,Gordon Willem Klok
2006-12-31Add a debug printf to warn when malo_init() fails and resets the card.Claudio Jeker
2006-12-31There is no need to busy wait in malo_send_cmd(). 0x0c14 only stores theClaudio Jeker
2006-12-31Use a bus_space_barrier instead of those stupid 0x0c14 reads to make sureClaudio Jeker
2006-12-31In malo_init() check for firmware loading errors and in case of an errorClaudio Jeker
2006-12-31malo_stop() never fails so no need to return an error. OK mglocker@Claudio Jeker
2006-12-31Use #ifdef MALO_DEBUG else a simple #define MALO_DEBUG will not work.Claudio Jeker
2006-12-31client-side bits might be useful too for -m...Xavier Santolaria
2006-12-31add support for -m option.Xavier Santolaria
2006-12-31minor nits;Xavier Santolaria
2006-12-31Bring last few phys into line by calling their XXX_status() functionsKenneth R Westerback
2006-12-31Bye bye unused acx_shutdown() we won't miss you.Claudio Jeker
2006-12-31-A before -a;Jason McIntyre
2006-12-31- newly-created -> newly createdJason McIntyre
2006-12-31- XORG_PREFIX is now X11BASEMatthieu Herrb
2006-12-31correct the code to handle the adt7475, which stupidly is missing someTheo de Raadt
2006-12-31add examples for the optional channel hopperReyk Floeter
2006-12-31add a channel hopper for wireless interfaces. the channel hopper willReyk Floeter
2006-12-30Use the same PCI product name strings we have in pcidevs_data.h for theMarc Balmer
2006-12-30RFC4291 declares that IPv6 numeric representation must have no more thanJun-ichiro itojun Hagino
2006-12-30Fix another printf where the format string did not match with the varargs.Claudio Jeker
2006-12-30spacing.Marcus Glocker
2006-12-30Add URL and names for the new BCM43xx firmware package. Also here,Marcus Glocker
2006-12-30Set MASTER based on IFM_ETH_MASTER instead of LINK0.Mark Kettenis
2006-12-30Place right firmware names in FILES section for now. We still need toMarcus Glocker
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio Jeker
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio Jeker
2006-12-30Enable jumbo frames (except on the Yukon-2 FE).Mark Kettenis
2006-12-30Remove __BUS_SPACE_HAS_STREAM_METHODS, the stream methods are a netbsd-ism.Claudio Jeker
2006-12-30Only advertise flow control if MIIF_DOPAUSE is set.Mark Kettenis
2006-12-30Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHYMark Kettenis
2006-12-30Rewrite eephy(4) to take advantage of generic phy code.Mark Kettenis
2006-12-30In agp_generic_alloc_memory(), make sure the age_mem structure freshlyMiod Vallat
2006-12-30In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as theMiod Vallat
2006-12-30add -A to usage().Reyk Floeter
2006-12-30do not load unneeded stringtab sections; avoids backward seeking; from netbsd...Michael Shalayeff
2006-12-30SyncMarco Peereboom