summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* kill old sb drivercg2000-11-012-946/+0
* switch over to new sb8/sb16 codecg2000-11-013-7/+5
* fix type check in pccard_beep_selectsanpei2000-11-011-1/+1
* "it's" --> "its" (possessive).mph2000-11-011-2/+2
* Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionallyn_hibma2000-11-011-1/+1
* 1. Oops on last commit: note a few SCSI-3 items for data compression page.mjacob2000-10-311-1/+1
* scsi_sa.hmjacob2000-10-312-11/+36
* Treat engine inquiry the same as path inquiry in xptioctl().gibbs2000-10-311-5/+3
* Don't needlessly indirect the APM softstate. It does nothing butnsayer2000-10-312-12/+4
* Generate bmov instructions for all move requests. The drivergibbs2000-10-311-3/+3
* aic7xxx.c:gibbs2000-10-318-368/+706
* Add the aic7xxx option AHC_DEBUG_SEQUENCER. This enables some diagnosticgibbs2000-10-311-0/+2
* 0x03F -> 0x3F for consistancy with the rest of the file.gibbs2000-10-311-1/+1
* Allow async transfer negotiation updates to modify tagging behavior.gibbs2000-10-311-3/+1
* Use do { ... } while (0) to wrap the body of mtx_assert().jhb2000-10-311-2/+2
* Swap the order of two tags in the pppoe PADI and PADS packetsjulian2000-10-311-3/+3
* Fix typo in commentsroger2000-10-313-6/+6
* Upgrade to driver 2.18roger2000-10-315-15/+140
* If acpica driver is loaded using kldload(8), warn and just ignore.takawata2000-10-312-0/+10
* Deprecate devsw->d_bmaj entirely.phk2000-10-315-215/+5
* Do not waste a time saving a copy of IP header if we are certainlyru2000-10-311-1/+2
* Remove unused #includes.phk2000-10-315-35/+0
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesnyan2000-10-312-0/+4
* Add a new ioctl for doing virgin disklabels.jkh2000-10-314-0/+37
* I'm dropping the MAINTAINER request and see what happens. If it becomesmjacob2000-10-311-2/+0
* Makefile for ACPI CA base acpi driver kernel module.takawata2000-10-312-0/+102
* Oops, in previous commit(rev.1.4), I replacedsanpei2000-10-311-6/+6
* fix the sigaltstack hack by lowering the stack size to the original valuegallatin2000-10-311-0/+2
* Change the format of ngpppoe_init_data so that the provider is NULbrian2000-10-312-30/+148
* Add pcib_if location to list of *.m files.takawata2000-10-311-1/+1
* o Deny access to System V IPC from within jail by default, as in therwatson2000-10-315-0/+54
* Convert the de driver into a loadable module. Still missing is anmarkm2000-10-314-145/+36
* Call dc_apply_fixup() in dc_setcfg() for the MII case.wpaul2000-10-312-0/+8
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notwpaul2000-10-302-2/+2
* Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.scottl2000-10-301-1/+7
* Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidsos2000-10-301-3/+15
* Remove an evil conditional nested include of <sys/systm.h>phk2000-10-301-1/+0
* Add a missing <sys/systm.h>phk2000-10-301-0/+1
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-3022-0/+22
* Comment out the (old) acpi stuff, it breaks LINT.phk2000-10-302-6/+6
* o Tighten up rules for which processes can't debug which other processesrwatson2000-10-301-2/+4
* Added boolean argument to link searching functions, indicatingru2000-10-307-107/+42
* Update the Promise RAID code, there are differences between BIOSsos2000-10-301-6/+6
* Remove unused #include statementshm2000-10-3044-84/+0
* A significant rewrite of PPTP aliasing code.ru2000-10-304-151/+265
* Remove unused #includes.non2000-10-302-16/+6
* This commit was generated by cvs2svn to compensate for changes in r67957,kris2000-10-307-0/+2024
|\
| * Initial import of AES algorithm code (aka Rijndael) from KAME.kris2000-10-307-0/+2024
* remove an unused function (and a warning)n_hibma2000-10-301-6/+1
* Add entry for umodemn_hibma2000-10-301-0/+1
OpenPOWER on IntegriCloud