aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* move sysctl's under hw.hifn; change max batching default to 1 (no batching)Sam Leffler2003-01-201-7/+9
* move sysctl's under hw.ubsecSam Leffler2003-01-201-9/+10
* correct default setting of hw.wi.txerate; it must be -1, not zero,Sam Leffler2003-01-201-2/+2
* correct sysctl names and move them to hw.wi: hw.wi.txerate controls the rateSam Leffler2003-01-201-4/+6
* aic7xxx.reg:Justin T. Gibbs2003-01-206-138/+251
* Fix typo in comment: inlcude -> include.Jimmy Olgeni2003-01-201-1/+1
* aic79xx.c:Justin T. Gibbs2003-01-207-152/+844
* Fix swapping to a file, it was broken when SPECSTRATEGY was introduced.Matthew Dillon2003-01-201-1/+4
* gc dead codeSam Leffler2003-01-201-7/+0
* #if 0 one more line to make this compile without subr_disklabel.c.Poul-Henning Kamp2003-01-201-0/+4
* o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type listSam Leffler2003-01-202-4/+111
* Remove the deprecated IOCTL bits raidframe used, it doesn't anymore.Poul-Henning Kamp2003-01-201-8/+0
* Add definitions for the task management codes sent in SPI4Justin T. Gibbs2003-01-201-0/+8
* Allow constants to be complex expressions so long as thoseJustin T. Gibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handleJustin T. Gibbs2003-01-201-2/+2
* Close the remaining user address mapping races for physicalMatthew Dillon2003-01-207-16/+94
* Remove stale reference to deprecated mini-disklayer stuff.Scott Long2003-01-201-13/+0
* Hide the ioctls behind #ifdef _KERNEL to avoid kdump getting upset.Poul-Henning Kamp2003-01-201-0/+2
* De-anonymity a couple of messages I missed in a previous sweep.Maxim Konovalov2003-01-201-2/+2
* If the first action is O_LOG adjust a pointer to the real one, unbreaksMaxim Konovalov2003-01-201-0/+2
* #ifdef this file into three pieces: The bit which raidframe needs toPoul-Henning Kamp2003-01-201-5/+8
* disk_dev_synth() is a NO_GEOM hack.Poul-Henning Kamp2003-01-202-9/+4
* Only include <sys/diskslice.h> ifdef NO_GEOMPoul-Henning Kamp2003-01-201-1/+1
* Remove need for <sys/diskslice.h> but retain numerical compatibilty just in c...Poul-Henning Kamp2003-01-201-2/+1
* Use NEXTDOSPART instead of MAX_SLICES.Poul-Henning Kamp2003-01-202-5/+4
* We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.Poul-Henning Kamp2003-01-201-2/+0
* Add a NEXTDOSPART definition here as well, for the benefit of biosdisk.c inPoul-Henning Kamp2003-01-201-0/+1
* Add NEXTDOSPART (N-Extended-Dos-Partitions) as replacement for thePoul-Henning Kamp2003-01-201-0/+1
* - Hold the page queues lock around vm_page_hold().Alan Cox2003-01-202-1/+4
* Move the vm_page_busy() in pmap_dispose_thread() to a place where it isAlan Cox2003-01-201-1/+1
* Remove a KASSERT that can now happen and add a missing setrunnable.Julian Elischer2003-01-203-2/+4
* - M_WAITOK is 0 and not a real flag. Test for this properly.Jeff Roberson2003-01-201-5/+4
* Re-implemention of the interpolation code used for sample rateOrion Hodson2003-01-201-53/+308
* RegenJosef Karthauser2003-01-202-2/+9
* default tx error rate limiting to 0 to disable tx error msgs; this isSam Leffler2003-01-201-1/+1
* Support for the "Seiko Epson Perfection 1260 scanner".Josef Karthauser2003-01-202-0/+2
* Small change to the previous commit, zero out the 48BIT flag in ata_commandSøren Schmidt2003-01-192-10/+10
* accept short WEP keys for backward compatibilitySam Leffler2003-01-191-2/+1
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in theMike Barcroft2003-01-191-1/+1
* Finally give CCD the disk mini-layer treatment:Poul-Henning Kamp2003-01-193-863/+288
* Unifdef -UDEBUG on the CCD driver. The debugging is mostly uselessPoul-Henning Kamp2003-01-192-290/+0
* Add support for the ServerWorks CSB6.Søren Schmidt2003-01-192-1/+12
* #ifdef NO_GEOM these files entirely. When NO_GEOM is removed as anPoul-Henning Kamp2003-01-193-0/+6
* Remove the last stray NO_GEOM option in our example kernel config files.Poul-Henning Kamp2003-01-191-2/+0
* Fix the 48bit access support for the older Promise 66/100 controllers, theSøren Schmidt2003-01-194-16/+26
* Remove unnecessary locking of Giant around nanotime() in clock_gettime().Tim J. Robbins2003-01-191-2/+0
* Mark more code #ifdef NODEVFSPoul-Henning Kamp2003-01-191-1/+6
* Originally when DEVFS was added, a global variable "devfs_present"Poul-Henning Kamp2003-01-199-48/+45
* When we use DEVFS, we don't need the /dev/tty pseudo-driver to doPoul-Henning Kamp2003-01-191-0/+89
* Move NODEVFS and NO_GEOM to opt_global.h.Poul-Henning Kamp2003-01-191-2/+2