summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add initial single-vector MSI support into atapci driver.mav2009-02-152-4/+15
* Pull in kbd.c with usb2_input_kbd, just like ukbd.thompsa2009-02-155-5/+5
* It appears that none of the contents of this file are necessary, soimp2009-02-151-101/+1
* Removal pccard directory requires removing it from the list of thingsimp2009-02-151-1/+1
* Make dumper_t definition conform more closely to stlye(9). This alsoimp2009-02-151-5/+5
* Add workaround for some ATI chips, failing to soft-resetmav2009-02-151-5/+12
* Add SATA and PCI Advanced Features capabilities constants.mav2009-02-151-0/+11
* - fix formattingkmacy2009-02-151-68/+25
* Actually include geom_part_ebr.c when options GEOM_PART_EBR ismarcel2009-02-151-0/+1
* This directory is no logner needed after copy to usr.sbin/dumpcis.imp2009-02-152-484/+0
* Remove stray __P()imp2009-02-151-1/+1
* remove unnecessary #include from vnet.h and vinet.hluigi2009-02-152-9/+0
* MFp4 //depot/projects/usb@157699thompsa2009-02-142-58/+48
* Tunes to AHCI reset sequences:mav2009-02-141-34/+71
* - ieee80211_chan2ieee returns an intthompsa2009-02-142-30/+74
* Remove unnecessary page queues locking around vm_page_wakeup().alc2009-02-141-2/+0
* Remove the printf's when the vnode to be exported for procstat is not a VDIR.marcus2009-02-141-4/+0
* DEVICE_PROBE(9) claims that we must not initialize softc on probe stage.mav2009-02-143-59/+53
* Change two KASSERTS to printfs and simple returns. Stress testing hasmarcus2009-02-141-2/+12
* Remove unneeded execute-permissions from the USB2 device node.ed2009-02-141-3/+3
* Remove unnecessary page queues locking around vm_page_busy() andalc2009-02-142-8/+0
* This commit fixes the issue with alias_sctp.c. Norrs2009-02-146-784/+707
* Since r188030 the error value for attach is returned, this means if kbdmuxthompsa2009-02-131-7/+6
* - ieee80211_chan2ieee returns an intthompsa2009-02-131-5/+7
* MFp4 //depot/projects/usb; 157501, 157608, 157609thompsa2009-02-135-77/+29
* Add support for CMOTECH devices (not sure whether this is the correctn_hibma2009-02-132-37/+173
* bridge_delete_member is called via the event handler from if_detachthompsa2009-02-131-5/+9
* Remove semicolon left in the last committhompsa2009-02-131-1/+1
* Add the Novatel U760.thompsa2009-02-131-0/+2
* Have the jail code use the error returned to pass not constantrrs2009-02-132-27/+23
OpenPOWER on IntegriCloud