summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-07-31timeout_add -> timeout_add_msecBret Lambert
2009-07-30Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can beMiod Vallat
2009-07-30Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlyMiod Vallat
2009-07-30Put the correct value in the I/O BAR for ACX100 cards.Miod Vallat
2009-07-30timeout_add -> timeout_add_msec + associated cleanupBret Lambert
2009-07-30We enable POOL_DEBUG (except in a release)Theo de Raadt
2009-07-30Disable interrupts when we enter cpu_intr() and enable them again when leavingMark Kettenis
2009-07-30make sure we only ever try to read out post-op attributesThordur I. Bjornsson
2009-07-30Simplify the ipgphy(4) attach routine a bit by making use ofStuart Henderson
2009-07-30Attach to VSC8211, CS8244, VSC8601 PHYs. From Brad.Stuart Henderson
2009-07-30Attach to BCM5761. From Brad.Stuart Henderson
2009-07-30regenStuart Henderson
2009-07-30Add BCM5761 PHY, from Brad.Stuart Henderson
2009-07-29Fix bogus comment; requested by deraadt@Mark Kettenis
2009-07-29Get rid of non-equivalent aliases of the pcb by moving the fpu state outMark Kettenis
2009-07-29timeout_add -> timeout_add_msecBret Lambert
2009-07-29sitecom needs commaMartynas Venckus
2009-07-29- WL168 -> WL168V4Martynas Venckus
2009-07-29syncMartynas Venckus
2009-07-29regenDamien Bergamini
2009-07-29PCI ids for Ralink RT3090/RT3390 devicesDamien Bergamini
2009-07-29- add couple of new urtw, Linksys WUSB54GC v2, Sitecom WL-168 v1.Martynas Venckus
2009-07-29timeout_add -> timeout_add_msecBret Lambert
2009-07-29regenDamien Bergamini
2009-07-29fix two Intel WiFi Link 6000 PCI ids.Damien Bergamini
2009-07-29regenDamien Bergamini
2009-07-29PCI ids for Atheros AR9287 (PCI and PCIe).Damien Bergamini
2009-07-29Linksys WUSB54GC v3Damien Bergamini
2009-07-29add Linksys WUSB54GC v3 which is a run(4) RT2070 (802.11b/g only).Damien Bergamini
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