summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansijsg2021-03-0735-816/+320
* remove some unused includesjsg2021-02-233-227/+0
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-221-2/+2
* asmc(4) found a new home in sys/dev/acpi.mglocker2020-09-121-722/+0
* Make asmc(4) attach through acpi(4) instead of isa(4).mglocker2020-09-121-6/+1
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-262-6/+2
* SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw2020-07-291-9/+15
* Nuke unused struct scsi_link members of adapter softc's where thekrw2020-07-221-2/+1
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-5/+5
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-191-4/+5
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-161-3/+3
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-111-7/+1
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-103-6/+6
* Nestle all sc_link initialization near config_found() invocation.krw2020-07-041-4/+4
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-271-2/+1
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-7/+7
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-4/+4
* pcppi(4), spkr(4): ticks -> millisecondscheloha2020-04-062-27/+27
* spkr(4): fix compilation under SPKRDEBUGcheloha2020-03-161-2/+2
* 16 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) sokrw2020-02-161-10/+2
* fd(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)cheloha2020-02-071-5/+5
* Shuffle some names around to make reading the code less headachekrw2020-01-261-4/+4
* Drivers that implement their own *minphys() don't need to call thekrw2020-01-251-2/+1
* cleanup unused headers generated by configjsg2020-01-241-2/+2
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-5/+2
* rm rtfps driver. disabled and man page doesn't inspire much confidence.tedu2020-01-222-221/+1
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-313-6/+7
* spelling; from bryan stensonjmc2019-12-191-2/+2
* Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors.mortimer2019-12-172-2/+30
* add free sizessemarie2019-05-091-4/+4
* Reject negative input from userland in spkrioctl(). One of the argumentsanton2019-02-202-2/+16
* Use the MI interrupt enable/distable API instead of the MD one on i386 andkettenis2018-07-301-3/+4
* Nuke unused variable.kevlo2018-06-041-3/+2
* prune files.* entries that refer to files not in treejsg2018-02-141-25/+1
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-302-4/+4
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Interface counters should only increment.florian2017-11-041-9/+15
* fdc: Print warning if kthread_create failssf2017-09-081-2/+6
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-0811-22/+11
* fdc: defer probing of floppy drivessf2017-09-032-8/+26
* Move array bounds tests before access to avoid reading past the end ofjsg2017-08-221-3/+3
* we_readmem() and ec_readmem() are inlined, but they can also be static.deraadt2017-07-262-6/+6
* fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@naddy2017-06-041-2/+2
* Remove unused function, as pointed out by clang. ok deraadt@ kettenis@naddy2017-06-041-15/+1
* Also pass the blk offset to disk_unbusy(), so that it can pass it toderaadt2017-05-041-3/+3
* Remove side effects from assignment. Fixes warning with cppcheck.bluhm2017-05-041-4/+4
* Unifdef KGDB.mpi2017-04-303-51/+3
* Add a new sysctl machdep.lidaction. The sysctl works as follows:natano2017-03-021-3/+3
* asmc: on system resume, restore the keyboard backlight valuejcs2017-02-141-2/+17