summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-12-19add another umsm deviceJonathan Gray
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-12-17Add a list of alpha systems and their SRM footprint in the linker scriptMiod Vallat
2012-12-17Unbreak bootblocks on Alpha by fixing the primary load address. AMartynas Venckus
2012-12-17sync up ixgbe_raise_i2c_clk with freebsd which basically allowsMike Belopuhov
2012-12-17spacing; sync up ixgbe_bus_speed enum with freebsdMike Belopuhov
2012-12-17Sync up advanced transmitter descriptor setup code to the upstream.Mike Belopuhov
2012-12-17sync some comments and variable names in rxeof with freebsdMike Belopuhov
2012-12-17Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->bufMike Belopuhov
2012-12-17Don't forget to decrement a number of clusters on the ring in caseMike Belopuhov
2012-12-17Get rid of the split header code as it was never used inMike Belopuhov
2012-12-17Implement SFP+ module hot-plug support for 82599 obtainedMike Belopuhov
2012-12-17Fix a link autonegotiation bug on 10GbaseT controllers and improveMike Belopuhov
2012-12-16regenJasper Lievisse Adriaanse
2012-12-16- put the Moxa products where they belong alphabeticallyJasper Lievisse Adriaanse
2012-12-14Support IT8772F; from form@, ok kettenisMike Belopuhov
2012-12-14regenMartin Pieuchot
2012-12-14Add U3 HyperTransport found in PowerMac7,3, name suggested by kettenis@Martin Pieuchot
2012-12-14oops, debug printf sneaked in. i must be out of practice.David Gwynne
2012-12-13iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren'tMartin Pieuchot
2012-12-13pipex_init can be called multiple times (by whatever subsystems want to useDavid Gwynne
2012-12-12Rearrange the code a bit to prevent splx() from being called with anMike Belopuhov
2012-12-11Bring back a small copy optimization in the aes-gcm handling:Mike Belopuhov
2012-12-10Fix potential for use-after-free of bufs in softdep.Bob Beck
2012-12-10Always back the buffer cache off on any page daemon wakeup. This avoidsBob Beck
2012-12-10Ensure NFS will only consume up to 1/4 of the available bufferBob Beck
2012-12-10does not need cdefs.hTheo de Raadt
2012-12-10adjust mbuf chain data pointer so that ip header would appearMike Belopuhov
2012-12-10Correct macobio functions to only read and write one byte of data insteadMartin Pieuchot
2012-12-10Implement support for Extended Sequence Numbers for the aesni driverMike Belopuhov
2012-12-10Under some circumstances (currently only reproducible with IPsec)Mike Belopuhov
2012-12-10Add cdce(4).Brad Smith
2012-12-09clarify that changes to this module were not done by intelMike Belopuhov
2012-12-09get rid of awkward label names and use simple forward/backwardMike Belopuhov
2012-12-09whitespace cleanup that's been due a long timeMike Belopuhov
2012-12-09Recognize 7448 and 970MP processors.Brad Smith
2012-12-08Make ldomd(8) to control the availability of virtual disks to guest domains.Mark Kettenis
2012-12-08Fix a comment now that PowerPC 970 are recognized, make it clear thatMartin Pieuchot
2012-12-08Recognize PowerPC 970 CPUs present in early PowerMac G5 from 2003 (7,2 andMartin Pieuchot
2012-12-08Descriptor rings can be larger than a single page, so add the offset insteadMark Kettenis
2012-12-08Make bus_dmamem_mmap(9) honor BUS_DMA_NOCACHE.Martin Pieuchot
2012-12-07Remove stray semicolon. Fixes mbuf leak with devices sending BPDUs toPaul de Weerd
2012-12-07Remove support for waiting for an interrupt within hostcmd_send(), since onlyStefan Sperling
2012-12-07Use a timeout to do a delayed handshake if the receive queue of the LDCMark Kettenis
2012-12-07RFC 4106, Section 5 states that the SPI and a 64-bit SequenceMike Belopuhov
2012-12-07Fix one of the two issues with ESN support in the GCM case:Mike Belopuhov
2012-12-07ixgbe_phy_aq is an x540 so kill stale references in the 82598 moduleMike Belopuhov
2012-12-06Rework how AGP memory regions are mapped and add support for AGP bridgesMartin Pieuchot
2012-12-06Make sure we try to unbind AGP memory regions if the aperture base addressMartin Pieuchot
2012-12-06Implement bus_space_mmap(9).Martin Pieuchot