summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2009-01-26Unify error message.Mark Kettenis
2009-01-24use more appropriate sensor_task_register(9) paradigm; ok mkConstantine A. Murenin
2009-01-24* eliminate redundant initialisations of .desc and .valueConstantine A. Murenin
2009-01-23Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providingMichael Knudsen
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2009-01-16add IT8720F supportOleg Safiullin
2009-01-11Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)Bret Lambert
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-27Needs explicit <sys/malloc.h> include; Georg SchwarzMiod Vallat
2008-11-25Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.Kenneth R Westerback
2008-11-22cast pointer to correct type before passing it to bus space. Noticed whileOwain Ainsworth
2008-11-22com, not pccomTheo de Raadt
2008-11-21Remove the following extern declarations because they are onlyRobert Nagy
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-10-23Round up to the nearest minute 16-bit timeout values for older IT8712 chips.Oleg Safiullin
2008-10-22o add FAN4 and FAN5 sensors for IT8716/8718/8726Oleg Safiullin
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-11Fix various printf constructs either missing arguments or format specifiers.Miod Vallat
2008-10-08better commentsOleg Safiullin
2008-10-08Older IT8712F chips have 8-bit watchdog timeout counter.Oleg Safiullin
2008-10-08o chip revision is 4-bit valueOleg Safiullin
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-12SCSI_DATA_UIO is never used. Code which checks for it is either dead orMiod Vallat
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-06-27Access the embedded controller according to the documentation referencedCan Erkin Acar
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-15Don't bypass partition bounds check for RAW_PART. We now guarantee thatKenneth R Westerback
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-05-22More timeout(9) usage cleaned up.Michael Knudsen
2008-05-21regenMiod Vallat
2008-05-21More pccom referencesMiod Vallat
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2008-04-27Make sure we actually use thesa pnp probe functions.Mark Kettenis
2008-04-27Don't mix up parent and child.Mark Kettenis
2008-04-27our attach functions dont return anything.David Gwynne
2008-04-27missing argument names in a function means it wont compile.David Gwynne
2008-04-23Remove driver for pre 802.11 RangeLAN2 wireless devices.Jonathan Gray
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-08Fix dmesg printing in the case that no device attaches.Mark Kettenis
2008-04-07Hardware monitor address should be 8-byte aligned.Mark Kettenis
2008-04-07snprintf "%s" -> strlcpyOleg Safiullin
2008-04-07fix snprintf usageOleg Safiullin
2008-04-07more cosmetic changesOleg Safiullin
2008-04-07some cosmetic changesOleg Safiullin
2008-04-05fix comment for it(4)Oleg Safiullin
2008-04-03Switch it(4) back to PnP config mode. Avoid possibleOleg Safiullin
2008-03-31if iobase is 0, lm child is not configured by the bios; ok kettenisTheo de Raadt
2008-03-22Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fdKenneth R Westerback