summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa
AgeCommit message (Expand)AuthorFilesLines
2021-03-07ansijsg35-816/+320
2021-02-23remove some unused includesjsg3-227/+0
2020-09-22Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw1-2/+2
2020-09-12asmc(4) found a new home in sys/dev/acpi.mglocker1-722/+0
2020-09-12Make asmc(4) attach through acpi(4) instead of isa(4).mglocker1-6/+1
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2-6/+2
2020-07-29SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomkrw1-9/+15
2020-07-22Nuke unused struct scsi_link members of adapter softc's where thekrw1-2/+1
2020-07-20Move remaining scsi bus initialization info from "prototype scsi link"krw1-5/+5
2020-07-19Move the adapter related items (luns, adapter, adapter_target,krw1-4/+5
2020-07-16Access adapter softc via link->bus->sb_adapter_softc.krw1-3/+3
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw1-7/+1
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick1-2/+2
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick3-6/+6
2020-07-04Nestle all sc_link initialization near config_found() invocation.krw1-4/+4
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw1-2/+1
2020-05-25change wsdisplay attribute type from long to uint32_tjsg1-7/+7
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg1-4/+4
2020-04-06pcppi(4), spkr(4): ticks -> millisecondscheloha2-27/+27
2020-03-16spkr(4): fix compilation under SPKRDEBUGcheloha1-2/+2
2020-02-1616 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) sokrw1-10/+2
2020-02-07fd(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)cheloha1-5/+5
2020-01-26Shuffle some names around to make reading the code less headachekrw1-4/+4
2020-01-25Drivers that implement their own *minphys() don't need to call thekrw1-2/+1
2020-01-24cleanup unused headers generated by configjsg1-2/+2
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structureskrw1-5/+2
2020-01-22rm rtfps driver. disabled and man page doesn't inspire much confidence.tedu2-221/+1
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).mpi3-6/+7
2019-12-19spelling; from bryan stensonjmc1-2/+2
2019-12-17Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors.mortimer2-2/+30
2019-05-09add free sizessemarie1-4/+4
2019-02-20Reject negative input from userland in spkrioctl(). One of the argumentsanton2-2/+16
2018-07-30Use the MI interrupt enable/distable API instead of the MD one on i386 andkettenis1-3/+4
2018-06-04Nuke unused variable.kevlo1-3/+2
2018-02-14prune files.* entries that refer to files not in treejsg1-25/+1
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hguenther2-4/+4
2017-12-30Delete unnecessary <sys/file.h> includesguenther1-2/+1
2017-11-04Interface counters should only increment.florian1-9/+15
2017-09-08fdc: Print warning if kthread_create failssf1-2/+6
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt11-22/+11
2017-09-03fdc: defer probing of floppy drivessf2-8/+26
2017-08-22Move array bounds tests before access to avoid reading past the end ofjsg1-3/+3
2017-07-26we_readmem() and ec_readmem() are inlined, but they can also be static.deraadt2-6/+6
2017-06-04fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@naddy1-2/+2
2017-06-04Remove unused function, as pointed out by clang. ok deraadt@ kettenis@naddy1-15/+1
2017-05-04Also pass the blk offset to disk_unbusy(), so that it can pass it toderaadt1-3/+3
2017-05-04Remove side effects from assignment. Fixes warning with cppcheck.bluhm1-4/+4
2017-04-30Unifdef KGDB.mpi3-51/+3
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:natano1-3/+3
2017-02-14asmc: on system resume, restore the keyboard backlight valuejcs1-2/+17