summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-16pciide compat bits, stolen from armish.Dale Rahn
2006-10-16busname should be set.Dale Rahn
2006-10-16yes this looks like debug, however it allows the kernel to load. ???Dale Rahn
2006-10-16Do not zero bss in the kernel, the bootloader does this for us and it causesDale Rahn
a problem loading the kernel.
2006-10-16Check that string length != 0 before setting buf[strlen(buf) - 1].Ray Lai
OK cloder@.
2006-10-16Fix for watchdog timeouts experienced with some Realtek adapters.Brad Smith
From wpaul@FreeBSD ok kettenis@
2006-10-16various improvements;Jason McIntyre
based on -r1.22 from freebsd (i386 version anyway), submitted by andreas fuchs, improved by ru@freebsd, then again by myself and mickey ok mickey
2006-10-16gove this page a proper options list;Jason McIntyre
2006-10-16Fix some more "is is"s. ok otto@.Tom Cosgrove
2006-10-16simplify SYNOPSIS, and do all the work in DESCRIPTION;Jason McIntyre
ironically, after simplifying SYNOPSIS as much as i can, we now match what we had all along in usage() ;) ok otto
2006-10-16The session field is a pointer and so should be 8 chars forTodd C. Miller
32-bit CPUs and 16 chars for 64-bit ones. Also, left-justify the state field name to match the justification of the state data. OK jmc@
2006-10-16Fix some "is is"s. ok otto@.Tom Cosgrove
2006-10-16regenPedro Martelletto
2006-10-16Use daddr64_t for logical blocks, okay krw@ thib@ mickey@Pedro Martelletto
2006-10-16More details on multipath.Ryan Thomas McBride
ok henning + style suggestions from jmc
2006-10-16tab needed instead of space to format this correctly;Jason McIntyre
2006-10-16s/ip/ip6/Ryan Thomas McBride
2006-10-16Document net.inet.ip.multipath and net.inet6.ip6.multipath.Ryan Thomas McBride
2006-10-16Add multipath variables.Ryan Thomas McBride
2006-10-16added amltypes.h stack modJordan Hargrave
ok marco@
2006-10-15Place bus_dmamap_sync() around malo_send_cmd this should help porting toClaudio Jeker
other archs later. OK mglocker@
2006-10-15fix parent driver match in brgphy_reset(), simplify code a bit as well, don'tBrad Smith
need to bring in the bnx(4) softc. Tested on bge, bnx, gem, sk ok krw@ kettenis@
2006-10-15attach to the Broadcom BCM5787 PHY.Brad Smith
Tested by Benjamin Black <ben at layer8 dot net>
2006-10-15More serious firmware load error messages.Marcus Glocker
ok claudio@
2006-10-15initial man page for malo.4Theo de Raadt
2006-10-15Add $OpenBSD$ tagClaudio Jeker
2006-10-15Add $OpenBSD$ tagClaudio Jeker
2006-10-15First stubs for a new driver for the Marvell Libertas chips.Claudio Jeker
The card correctly loads the firmware and it is possible to send a few simple commands to the card but that's it. No packet are sent or received. Only the Netgear WG511v2 cardbus card is tested. A cheese fondue and a bigger amount of white wine was needed to make the interrupts work -- until last night the driver was uploading the firmware to fast and the card garbled the image without moaning. It took us a full day and hundreds of test kernels to figure that out. Joint work with mglocker@, fondue by mbalmer@ OK mglocker@, get it in deraadt@
2006-10-15Yet another example of a non-OK'd diff by brad breaking someone's machine.Theo de Raadt
Brad's bullshit process stops NOW.
2006-10-15Close file descriptors before cleaning up the events, might cause a raceCamiel Dobbelaar
otherwise.
2006-10-15Fix last commit.Mark Kettenis
2006-10-15fix broken scope bracesJordan Hargrave
added debug print to gasio ok marco@
2006-10-15tweaks;Jason McIntyre
2006-10-15tweaks; ok drahnJason McIntyre
2006-10-15Fixed buggy if-else end scopeJordan Hargrave
Fixed multi-level deref/index for thinkpads Some KNF ok marco@
2006-10-15Removed old GPE handler code remnantsJordan Hargrave
ok marco@
2006-10-15Fix indentation.Mark Kettenis
2006-10-15Get MAC address from VPD, just like we already do for hme(4).Mark Kettenis
ok brad@
2006-10-15regenJonathan Gray
2006-10-15Add some Intel 965 devices.Jonathan Gray
2006-10-15Proper link state descriptions in print_rtmsg() RTM_IFINFO case.Ryan Thomas McBride
ok deraadt henning
2006-10-15Normalize query options: make them not stop the package generation unlessMarc Espie
-n is also mentioned. Do some devious speed tricks in case -n && -[qQ] (forgetting to checksum files, for instance), so that it can be used for batch jobs.
2006-10-15Remove extra increment of bitmask. ok jordan@Can Erkin Acar
2006-10-15recognize the BCM5787 A2 chipset.Brad Smith
2006-10-15regenBrad Smith
2006-10-15add another OUI id for Broadcom and the BCM5787 PHY id.Brad Smith
2006-10-15tidy usage();Jason McIntyre
2006-10-15mark up `>';Jason McIntyre
2006-10-15regenBrad Smith
2006-10-15use the correct PCI id for the Broadcom BCM5756 chipset.Brad Smith