summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* '&' is not needed to pointerize functions.phk2002-10-201-2/+2
* Fix data corruption caused by last byte in oddly sized transfers being readtegge2002-10-201-2/+3
* Fix mis-indentation.phk2002-10-201-15/+15
* Fix mis-indentation.phk2002-10-201-1/+1
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-20134-0/+42340
* Whitespace fixes per style(9)kan2002-10-191-11/+10
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-181-2/+2
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-189-71/+214
* Add a pseudo device which allows to access the OpenFirmware device treetmm2002-10-182-0/+389
* Add an #ifdef _KERNEL to make it possible to include this file fromtmm2002-10-181-5/+7
* typo.nyan2002-10-181-4/+4
* Make kqueue(2) work for virtual terminals.kbyanc2002-10-171-1/+2
* Suppress the uninitialized variable warning on ia64 introduced bymarcel2002-10-171-0/+4
* Whitespace.jhb2002-10-161-2/+2
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-168-12/+23
* struct timecounter is defined in sys/time.h on 4-stable.jhb2002-10-161-0/+4
* - Include lock headers on current in this header instead of puttingjhb2002-10-161-3/+18
* - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.jhb2002-10-161-4/+14
* Implement the internal locks of an ACPI semaphore with splhigh() onjhb2002-10-161-8/+31
* whitespace/indentation fix from phksam2002-10-161-10/+10
* Fix a possible bug about freeing non-malloc'ed pointer.iwasaki2002-10-161-2/+3
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-162-0/+2
* Cast the first argument to bzero() to `void *' after casting it torobert2002-10-162-2/+2
* Be consistent about funtions being static.phk2002-10-162-6/+8
* Be consistent about functions being static.phk2002-10-162-11/+11
* Be consistent about functions being static.phk2002-10-163-10/+12
* Be consistent about functions being static.phk2002-10-1611-26/+26
* Fix misindentation.phk2002-10-161-2/+2
* Never allow memory mapped I/O in PCI-X mode on controllers thatgibbs2002-10-161-2/+4
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* missed additional callout that can run w/o Giant lockedsam2002-10-151-1/+2
* Include "opt_kbd.h" since certain structures size depend on the valuephk2002-10-152-0/+4
* Fix previous commit: Don't cast integral types to pointers tomarcel2002-10-151-2/+2
* Put function return types on a line by themselves.alfred2002-10-1420-83/+123
* LINT related fixes (as noticed by bde)mjacob2002-10-141-6/+6
* This file doesn't need opt_bus.h.jhb2002-10-141-2/+0
* Fix support for the ALi M5451 (rev 0.2) chip.cognet2002-10-141-5/+47
* o Comment out the symbol download code for 4.x.imp2002-10-144-6/+42
* Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters).cognet2002-10-132-0/+4352
* MODINFO_SIZE metadata has type size_t, not unsigned. This makes preloadedjake2002-10-131-1/+1
* Make this compile on 64-bit architectures (e.g. ia64) by not assumingmarcel2002-10-121-2/+2
* Know that a 10160 is the same as a 12160.mjacob2002-10-121-0/+2
* s/modunload/kldunloadimp2002-10-111-1/+1
* No need to hold Giant will harvesting RNG data; change callout_init sosam2002-10-112-2/+4
* This should enable 10160 support. As best as I can tell, the samemjacob2002-10-113-4/+27
* Fix the code so that it no longer on alpha refers to the now nonexistentmjacob2002-10-111-17/+1
* add some devices from NetBSDimp2002-10-111-1/+9
* Some renamings from pccarddevsimp2002-10-111-4/+6
* sync to 1.36 of pccarddevsimp2002-10-111-20/+52
* Merge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file:imp2002-10-111-10/+24
OpenPOWER on IntegriCloud