summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-06-25Workaround a stupid problem ATI SB600 revisions and ATI SB700 southTheo de Raadt
2009-06-24Compute OpenBSD area bounds as the largest area spanning all the OpenBSDMiod Vallat
2009-06-24Even more pci ethernet devices, based on a diff from Brad.Miod Vallat
2009-06-24add some pci ethernet devices that some people, like miod, might be usingTheo de Raadt
2009-06-24enable softraidTodd T. Fries
2009-06-24Remove a semicolon at the end of an if statement that made the threadJonathan Gray
2009-06-24There are 3 reasons why the first block in apm_probe can fail, and in oneTheo de Raadt
2009-06-24Add support for the SMBus controller for the Broadcom HT-1100 chipsetTheo de Raadt
2009-06-24like I did for em(4) before, doubled error messages are sillyTheo de Raadt
2009-06-24move the "pf_map_addr: selected address" printf up to -xnoisy.Stuart Henderson
2009-06-24Remove extra psignal/wakeup in exit1() which can cause the parent toKurt Miller
2009-06-24Reset the rebuild counter when initiating a rebuild.Joel Sing
2009-06-24Abort the current rebuild if the rebuild chunk disappears. Whilst here alsoJoel Sing
2009-06-24for the isp(4) driver, invert the meaning of the options which pullTheo de Raadt
2009-06-24turn off POOL_DEBUG as we go into release; pointed out by mpfTheo de Raadt
2009-06-24Major update to isp driver, mostly from mjacob via FreeBSD.Kenneth R Westerback
2009-06-24Simplify the ioctl handling code. From Brad.Stuart Henderson
2009-06-24print RFv1/RFv2 for 8187L dmesgs; since code paths are very differentMartynas Venckus
2009-06-23syncStuart Henderson
2009-06-23Add the PCI id for the EHCI controller on the AMD 8111 from the datasheet.Stuart Henderson
2009-06-23Make sure that the metadata level matches the requested assembly level whenJoel Sing
2009-06-23Fix some more whitespace issues.Joel Sing
2009-06-23Add support for the 82574L chips and the bme1000 phy which is also used onClaudio Jeker
2009-06-23Ignore the PCT if the PSS has zero entries, only becameGordon Willem Klok
2009-06-23- /dev/drum is long gone; sync comment with realityJasper Lievisse Adriaanse
2009-06-23Don't use == for string comparison.Jonathan Gray
2009-06-22Sync the strict alignment with vr(4). Remove the if (1) and replace it withClaudio Jeker
2009-06-22Remove unneeded sotorawpcb() call, as the PCB is unmolested betweenBret Lambert
2009-06-22Check that the address family is appropriate before processing ICMPv4 andJoel Sing
2009-06-22Always drop ICMPv6 in IPv4 datagrams, not only when compiled with INET6.Joel Sing
2009-06-22Tidy up promiscuous mode and multicast handling; tested by Simon KuhnleStuart Henderson
2009-06-22Fix scrub max-mss for IPv6 traffic.Joel Sing
2009-06-22sync m_inithdr() with m_gethdr() after theThordur I. Bjornsson
2009-06-21Use static for forward decl of static arrays instead of externJonathan Gray
2009-06-21Disable memory above 2GB physical again, as we can end up with an unkillableMiod Vallat
2009-06-21Remove the ioc interrupt probe code, the heuristic is correct; origin 300Miod Vallat
2009-06-21Add a bunch of usb devices, per deraadt@'s pressure.Miod Vallat
2009-06-21- add and enable stge(4)Jasper Lievisse Adriaanse
2009-06-21simplify write_s16 routine and just use memory stack instead of twoMartynas Venckus
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-204.6-BETAMiod Vallat
2009-06-20Preserve more registers in sigcontext, and restore them in sigreturn. ThisMiod Vallat
2009-06-20Remove unused global variables.Miod Vallat
2009-06-20Remove unused struct ka410_cpu, long superseded by struct vs_cpu.Miod Vallat
2009-06-20Rewrite the interface flag handling case code and update the receiveChristian Weisgerber
2009-06-20Force atapiscsi to depend upon wdc_base. This allows kernels to haveMiod Vallat
2009-06-20First stab at state transitions.Marco Peereboom
2009-06-20Decrement routing socket count in MPLS detach caseBret Lambert
2009-06-20Have hmestop() properly clear the RUNNING/OACTIVE flags and the interfaceStuart Henderson
2009-06-19Allow bge(4) to recognize the revisions of the 57780 ASICs. From Brad.Christian Weisgerber