summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-10-15regenBrad Smith
2006-10-15add a few Intel 82Q963 (Q963) chipset ids.Brad Smith
2006-10-15syncTheo de Raadt
2006-10-15Enable bce.Marco Peereboom
Sortof ok with grumblings deraadt@
2006-10-15build fdisk on landiskDale Rahn
2006-10-15Talk about "memory" not "pages in kilobytes", it is less awkwardTodd C. Miller
that way. OK jmc@ deraadt@
2006-10-15syncTheo de Raadt
2006-10-14Add a CAVEAT section that describes how to properly trim a newline fromChad Loder
a string, being careful to deal with 0-length strings. Help and input from jmc, ok deraadt
2006-10-14Apply some formatting.Marc Balmer
2006-10-14- Simplify the arguments to bnx_tx_encap.Brad Smith
- Don't copy the bd_chain head pointers into temporary objects, they are available globally. From scottl@FreeBSD
2006-10-14landisk will need this tooTheo de Raadt
2006-10-14Add a new option to crunchgen '-O objdir-name' which allow for a objectDale Rahn
directory other than the previously hardcoded 'obj' to be specified. Allows for cross building of ramdisks (down the road).