summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-07-28regenStuart Henderson
2009-07-28add Cicada CS8244 10/100/1000 PHY, from Brad.Stuart Henderson
2009-07-28Garbage-collect softc member stge_if_flags, unused since if_stge.c r1.46.Stuart Henderson
2009-07-28Plug a memory leak when calling rtable_add(0) multiple times. Fixing thisClaudio Jeker
2009-07-28revert the avoidance of the mbuf copy for the icmp errors (r1.165)David Gwynne
2009-07-28- Don't access VPD even if hardware advertised the capability.Kevin Lo
2009-07-28gem(4) + gentbi(4) do fit; requested by bradTheo de Raadt
2009-07-28Enable ti(4), tested by myself OK deraadt@Claudio Jeker
2009-07-28typo. OK deraadt@Claudio Jeker
2009-07-28timeout_add -> timeout_add_msecBret Lambert
2009-07-28timeout_add -> timout_add_msecBret Lambert
2009-07-28do not leak pf_rule_item_pl items in pf_test_rule() whenHenning Brauer
2009-07-28check that pool_get actually gives us memory in pf_test_rule.Henning Brauer
2009-07-28Using the buf pointer returned from incore is a really bad idea.Artur Grabowski
2009-07-28Replace "XXX ? from linux" with a descriptive comment. From Brad.Stuart Henderson
2009-07-28The firmware is an array of u_int32_t and differs between architectures.Claudio Jeker
2009-07-28print the chipset name in the dmesg so it is possible to tellKevin Lo
2009-07-28Add flow control supportKevin Lo
2009-07-27explain the pedigree of these firmwares, since the license is not quite right.Theo de Raadt
2009-07-27Do enter the tigon directory, and build there, and ship them. We have triedTheo de Raadt
2009-07-27Unbreak non-DIAGNOSTIC kernels (i.e. RAMDISK-IP27)Miod Vallat
2009-07-27Split comment from lint keyword. OK dms@Claudio Jeker
2009-07-27Define the common DiffServ Codepoints so pf(4) can use them.Claudio Jeker
2009-07-27tiemout_add -> timeout_add_secBret Lambert
2009-07-27add bus speed recognition on Nehalem based cpus, thisDariusz Swiderski
2009-07-26stop trying to fast-recycle pages for now. a few bugs have been found andTheo de Raadt
2009-07-26Rework ioc children attachment: instead of having ioc build a semi-bogusMiod Vallat
2009-07-26Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap().Miod Vallat
2009-07-26Make the bus_space boundary checks #ifdef DIAGNOSTIC.Miod Vallat
2009-07-26A better implementation of bus_space_subregion() for xbridge, with boundaryMiod Vallat
2009-07-26Create the pci resource extents as covering the full 4GB address space,Miod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-07-26I'm not as smart as mickey, so replace:Mark Kettenis
2009-07-26timeout_add -> timeout_add_msecBret Lambert
2009-07-26Add PCIOCGETROM, and ioctl(2) to read PCI ROMs.Mark Kettenis
2009-07-26If we recognize a specific mouse model where we need to override locatorMiod Vallat
2009-07-26no need to cast the return value of m_freem() to voidThordur I. Bjornsson
2009-07-26Fix flow control support:Mark Kettenis
2009-07-25On multiple-node systems, be sure to broadcast reboot requests to all nodes.Miod Vallat
2009-07-25Fix crash in bwi on armish by properly aligning a 32-bit value. NotKenneth R Westerback
2009-07-25Fix Cardbus_conf_{read,write} macros. Not used by anything yet.Miod Vallat
2009-07-25Add an extra argument to uvm_unmap_remove(), for the caller to tell itMiod Vallat
2009-07-25Better parameter validation in pciioctl(): check for ioctl number andMiod Vallat
2009-07-25Make sure that if a PDE isn't there, we skip to the start of the addressMark Kettenis
2009-07-25typoMartynas Venckus
2009-07-25Replace magic numbers for ANAR flow control bits with the appropriateMark Kettenis
2009-07-25Stop using rbus to set up the socket BAR if it has been left unitializedMark Kettenis
2009-07-25Add flow control status reporting. From Brad.Stuart Henderson
2009-07-24in pmap_kenter_pa(), flush the old pte before installing the new one.Theo de Raadt
2009-07-24wrap the kernel specific parts in an _KERNEL ifdef.Jonathan Gray