summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-23%z in printf(9) is not the same as %z in printf(3). Change to %luRay Lai
2007-05-22Add the BCM5709 PCI device Id. It is disabled for now since we do notReyk Floeter
2007-05-22syncReyk Floeter
2007-05-22Add another bnx(4) PCI Id (BCM5709 SerDes 1000base-SX)Reyk Floeter
2007-05-22- tweak .Nd a littleJason McIntyre
2007-05-22Add pciide(4) and things that attach to it.Mark Kettenis
2007-05-22Add elory(4).Mark Kettenis
2007-05-22elroy(4).Mark Kettenis
2007-05-22Add option HP8700_CPU.Mark Kettenis
2007-05-22Hook up astro(4).Mark Kettenis
2007-05-22astro(4)Mark Kettenis
2007-05-22zap trailing whitespace;Jason McIntyre
2007-05-22adress -> addressJasper Lievisse Adriaanse
2007-05-22Note that the global -x option is kept for compatibility (for now) and hasXavier Santolaria
2007-05-22Rework the way how ospfd fetches and tracks interfaces. Try to merge theClaudio Jeker
2007-05-22remove duplicate -M entry from set_usage(); ok espieJason McIntyre
2007-05-22Only try to merge a AS_SEQUENCE if there is a difference between the 4-byteClaudio Jeker
2007-05-22zap references to pkgdep. Packing-Lists no longer even record it, anyways.Marc Espie
2007-05-22cleanup shared state a bit earlier. Shouldn't change much, but may helpMarc Espie
2007-05-22protect more variables from existing outside of locore, should fixMartin Reindl
2007-05-22When a partial ack is received check if congestion window is larger thanMichele Marchetto
2007-05-22zap double include; from p_nowaczyk AT o2.plDamien Miller
2007-05-22introduce a SharedItemsRecorder (put it into Vstat, since that's a fileMarc Espie
2007-05-22A quirk is needed for the Logitech QuickCam Notebook to prevent attachingRobert Nagy
2007-05-22ip_mroute.c is in bad shape.Michele Marchetto
2007-05-22mark `digitalsignature' as a known keyword, which helps me.Marc Espie
2007-05-22reference xtsscale(1)Robert Nagy
2007-05-22enable uts(4) - USB touchscreen supportRobert Nagy
2007-05-22Support bluetooth adapter found in my MSI S270 laptop. ok deraadt@, jasper@,Matthieu Herrb
2007-05-22syncMatthieu Herrb
2007-05-22Add a second MSI bluetooth adapter. ok deraadt@ jasper@ grange@Matthieu Herrb
2007-05-22remove -h from set_usage();Jason McIntyre
2007-05-22%z in printf(9) is not the same as %z in printf(3). Change to %luRay Lai
2007-05-22Pass string to printf instead of struct that contains string.Ray Lai
2007-05-22Use BNX_PRINTF instead of printf with missing argument.Ray Lai
2007-05-22Remove broken URLs.Jonathan Gray
2007-05-22regenDavid Gwynne
2007-05-22mtu and i found an emulex lp982 in tokyoDavid Gwynne
2007-05-22finish removing unused -h optionMarc Espie
2007-05-21Add support for 8700/pcxw2 cpu.Mark Kettenis
2007-05-21Ask firmware for reset before trying ourselves; needed for four-digit b/c/jMark Kettenis
2007-05-21Import code to support the Elroy chip from hppa64 and make it actually work.Mark Kettenis
2007-05-21Implement deep interrupt swizzling by mapping all four PCI interrupt pinsMark Kettenis
2007-05-21Make iommu_dvmamap_unload cleanup properly.Mark Kettenis
2007-05-21small cleanups:Constantine A. Murenin
2007-05-21fix -Wall warning about unused variable `errstr', which was introduced in the...Constantine A. Murenin
2007-05-21add EOVERFLOW and ECANCELED here too.Jasper Lievisse Adriaanse
2007-05-21Add msk(4).Mark Kettenis
2007-05-21Initial stab at a driver for the Astro chip. Mostly IOMMU code to handleMark Kettenis
2007-05-21Add ffs2 support. Adapted from the ufs2 changes in FreeBSD and NetBSD.Todd C. Miller