summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version to 800063 after GENERIC changed to USB2.thompsa2009-02-181-1/+1
* use mii instead of miibus so we don't drag in all phy supportsam2009-02-182-2/+2
* Use outbound message register 0 instead of mailbox 7 inemaste2009-02-182-2/+6
* fix whitespacesam2009-02-171-1/+1
* Adaptively increase control command timeout when drive is spun down.mav2009-02-171-1/+8
* Fix cut/paste error in previous commit and use thegallatin2009-02-171-1/+1
* Better support for recent Myricom 10GbE NICsgallatin2009-02-177-32827/+32798
* Remove useless return, that left from previous commit.mav2009-02-171-1/+0
* Remove obsolete prison_service declarations.jamie2009-02-171-16/+0
* ata_interrupt() does not need to return anything. It is not it's businessmav2009-02-173-6/+8
* Introduce 1394a-2000 extended PHY Self ID packets.sbruno2009-02-172-8/+29
* Add kernel dumping support. Works fine with sdhci controller driver.mav2009-02-171-1/+30
* Add support for interruptless kernel dumping.mav2009-02-171-0/+6
* Add a default implementation for pre-check. It shouldmarcel2009-02-171-2/+12
* Simplify some debugging messages and try to consolodate some of the moresbruno2009-02-171-65/+109
* tsec(4) cosmetics.raj2009-02-171-2/+1
* tsec(4): Always try to resume the receiver.raj2009-02-171-3/+10
* tsec(4): do not clear interrupt events register before use.raj2009-02-171-2/+2
* Handle mbuf exhaustion scenario in tsec(4).raj2009-02-171-1/+6
* tsec(4) style improvements and clean-up.raj2009-02-173-73/+80
* Additional features for the tsec(4) Ethernet driver.raj2009-02-175-133/+777
* Remove gpt_offset and related code. It was introduced for usemarcel2009-02-172-26/+0
* Synopsis:sbruno2009-02-171-6/+55
* Hold off root mounting until we've gone through the loop of our threadimp2009-02-173-0/+11
* Make core dumping to ad not to freeze even if interrupts, not disabledmav2009-02-161-1/+1
* Include Marvell EHCI HC driver for USB2.marcel2009-02-161-0/+1
* The streams ptm code is pretty awful and likely incorrect. I don't knowed2009-02-161-0/+2
* Give atapci knowledge about set of implemented AHCI ports. It is possiblemav2009-02-163-6/+6
* GCC attacks!scottl2009-02-161-1/+2
* Fix a logic bug that caused the pfs_attr method to be called only fordes2009-02-162-8/+11
* correct some #includeluigi2009-02-162-3/+2
* we need if_var.h not if.hluigi2009-02-161-1/+1
* remove unnecessary forward declarationluigi2009-02-161-2/+0
* remove dependency on eventhandler.h, we only need a forward declarationluigi2009-02-161-1/+2
* remove dependency on net/if.h of this headerluigi2009-02-161-0/+1
* Fix parallel SCSI negotiation in the CAM_NEW_TRAN_CODE world order.scottl2009-02-161-4/+3
* Instrument the probe state machine so that things like DV can be tracked.scottl2009-02-161-18/+55
* use a const format string in the log message so we can check theluigi2009-02-161-6/+11
* IFF_NEEDSGIANT will no longer be supported, so remove compatibility coderwatson2009-02-161-35/+12
* Add support to add, delete and modify logical partitions, as wellmarcel2009-02-161-6/+251
* Add a helper function for loading geli keys from the loader.thompsa2009-02-162-1/+50
* Add uslcom to the build too.thompsa2009-02-157-0/+7
* Make uslcom compile, cut'n'paste errors from uplcom.thompsa2009-02-151-7/+7
* Remove debug.ce.mpsafenet: we no longer support running the networkrwatson2009-02-151-41/+7
* Remove debug.ctau.mpsafenet: we no longer support running the networkrwatson2009-02-151-29/+7
* Remove debug.cp.mpsafenet: we no longer support running the networkrwatson2009-02-151-30/+7
* Switch over GENERIC kernels to USB2 by default.thompsa2009-02-157-110/+482
* Add method precheck to the g_part interface. The precheckmarcel2009-02-153-20/+43
* Remove unneeded AND operation. We have already checked that bit is set.mav2009-02-151-1/+1
* Enable MSI support by default. Still can be disabled using device.hints.mav2009-02-151-18/+5
OpenPOWER on IntegriCloud