summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-01-04SiS 1183 SATA from Loganaden Velvindron, and add 1182 SATA while here.Jonathan Gray
2012-01-03To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it isAlexander Bluhm
2012-01-03When used with socket splicing, tcp_usrreq() might get called withAlexander Bluhm
2012-01-03Instead of having two functions pf_free_fragment() and pf_remove_fragment()Alexander Bluhm
2012-01-03C++11 is based on C99, so make sure __ISO_C_VISIBLE gets set to 1999 if theMark Kettenis
2012-01-02Enable arcofi(4), tested on 705 by Tobias Ulmer.Miod Vallat
2012-01-02Do not advertize this device as full-duplex. While I believe the Siemens chipMiod Vallat
2012-01-02Use the correct multiplier for older SUNIX 406x 8-serial cards. ProblemStuart Henderson
2012-01-02regenMark Kettenis
2012-01-02Add SiS 1184 RAID and 1185 AHCI, as found on the SiS 966 chipset.Mark Kettenis
2012-01-01Improve/clean up sparc64 installboot:Joel Sing
2012-01-01copyright++Federico G. Schwindt
2011-12-31Implement a concatenating discipline for softraid.Joel Sing
2011-12-31Add rsu(4) to the sgi GENERICs (but not the RAMDISKs as it requires firmwareMiod Vallat
2011-12-30I had the opportunity to glance at HP-UX's /etc/conf/graf/gr_98705.h, soMiod Vallat
2011-12-30Fix encoding of DIAG instructions in the MFCPU_T and MTCPU_T macros. MTCPU_TMiod Vallat
2011-12-29Escape hardware-checksumming if interface is in a bridge, this isChristiano F. Haesbaert
2011-12-28Cleanup the metadata initialisation process - have sr_meta_init()Joel Sing
2011-12-28Avoid the use of an invalid disklabel by setting a DK_LABELVALID flagJoel Sing
2011-12-28An all-zero DUID is considered to be a blank DUID - ensure that we do notJoel Sing
2011-12-28The sparc64 installboot is for sparc64 only - remove all of the non-sparc64Joel Sing
2011-12-27Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE)Alexander Bluhm
2011-12-26Add the missing ECX cpu flags from CPUID at 0x80000001.Christiano F. Haesbaert
2011-12-26Provide default set chunk state and set volume state functions whichJoel Sing
2011-12-25Initialise discipline function pointers with defaults and only overrideJoel Sing
2011-12-25Move chunk state debugging code to a more useful location.Joel Sing
2011-12-25Fix the documented CAVEAT by forcing the TX gain to minus infinity whenMiod Vallat
2011-12-24Default to a much smaller input gain on the MIC line, to improve recordingMiod Vallat
2011-12-24Remove the ability to ptrace via procfs, as no one is using it, so fixingPhilip Guenthe
2011-12-24i386 has MD TCB, so add the #define. Not sure how I overlookedPhilip Guenthe
2011-12-24Need <machine/pcb.h> for TSEG_GSPhilip Guenthe
2011-12-23Switch the Ricoh RU823 SD/MMC in SD2.0 mode (upon which it changes itselfMark Kettenis
2011-12-23Use the generic PCI power management code instead of rolling our own.Mark Kettenis
2011-12-23Fix arcofi interrupt number by counting bits from the right side; still untestedMiod Vallat
2011-12-22Add 16-bit modes to arcofi(4). Big-endian signed is native, others require someMiod Vallat
2011-12-22Fix RFC reference sectionsperreault
2011-12-21Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425eMiod Vallat
2011-12-21Just use pd->sidx and pd->didx to reverse the state key argumentsMarco Pfatschbacher
2011-12-21Allow intr_dispatch() on hp300 to be used on the clock interrupt levelMiod Vallat
2011-12-21Compute mandatory UDP checksum for IPv6 packetssperreault
2011-12-21don't attempt to run pf_translate on fragments: it will fail miserably.Mike Belopuhov
2011-12-20respect the MNT_FORCE flag in ntfs_unmount and proceed even if there'sMike Belopuhov
2011-12-19improve the icmp direction check to deal correctly with af-to statesMike Belopuhov
2011-12-19fxp_init could bail out on errors without calling slpx.Marco Pfatschbacher
2011-12-19regenMark Kettenis
2011-12-19Add TI XIO2221 FireWire.Mark Kettenis
2011-12-19add BCM57765, same diff jsg@ ok kettenis@Stuart Henderson
2011-12-19syncStuart Henderson
2011-12-19add BCM57765 ID, same diff jsg@ ok kettenis@Stuart Henderson
2011-12-19Fix checksum of UDP/TCP packets following RFC 3948. This is required forYASUOKA Masahiko