summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2006-09-03add missing initializerschristos
2006-09-03add missing initializerschristos
2006-09-03add missing initializerschristos
2006-09-03- add missing initializerschristos
2006-09-03add missing initializerchristos
2006-09-02add missing initializerschristos
2006-09-02add missing initializerchristos
2006-08-30avoid empty if body.christos
2006-08-30Fix initializerchristos
2006-08-30fix incomplete initializers.christos
2006-08-30comment out impossible comparison.christos
2006-08-30add missing initializerschristos
2006-08-30add missing initializerchristos
2006-08-30fix incomplete initializerchristos
2006-08-27Fix incomplete declaration.christos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-07-08Fix use the proper ioh.christos
2006-06-30Ankh-Morpork, we have a MIDI driver....chap
2006-06-18Not related to chap-midi branch; corrects two compilation errors inducedchap
2006-06-11* Improve description for all sensors.xtraeme
2006-06-09stack police: Introduce an opl_match function that uses malloc instead ofchristos
2006-06-08Adapt to timecounters.xtraeme
2006-06-05it_check(): check values from IT_RES48 and IT_RES52, if both are defaultxtraeme
2006-05-14integrate kauth.elad
2006-05-13Driver for iTE IT87xxF and compatibles hardware monitor. Addxtraeme
2006-04-26Make wtintr() prototype static too.rpaulo
2006-04-26Put back sys/proc.h for wakeup/tsleep.rpaulo
2006-04-26Make 3rd argument of wtwait() const.rpaulo
2006-04-26Fix an obvious typo.rpaulo
2006-04-26ktrace-lwp merge.rpaulo
2006-04-26ANSIfy, statify, KNfy.rpaulo
2006-04-23Make this compile again.christos
2006-04-22Make this compile again. We really need an ALL kernel.christos
2006-04-14Coverity CID 2453: Add negative checks.christos
2006-04-14On second thought, the whole statement is wrong.christos
2006-04-14Coverity CID 723: Fix bogus test.christos
2006-04-14Coverity CID 1104: Return early if no mbuf.christos
2006-04-14Coverity CID 1540: Avoid array overrunchristos
2006-04-14Make i/o statistics collection more generic, include tape drives andblymn
2006-04-13PR/29683: Sergey Svishchev: Make this compile again..christos
2006-04-13Fix grammar in a comment, and use named constants for better readability.cube
2006-04-13Coverity CID 1320: Don't try to use drq16 as an index in an array if it is -1christos
2006-04-13Fix the MPU attachment on Aztech 1020 that has a separate mpu pnp devicechristos
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-04-11Add an option PCKBCNOTEST and defopt it. On the prep 7043 and 7248garbled
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().thorpej
2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos