summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2009-05-07KNFMichael Knudsen
2009-04-27Whitespace KNF.Michael Knudsen
2009-04-21Switch aps(4) to use timeout_add_msec() instead of timeout_add() with aMichael Knudsen
2009-04-17schsio_probe() reads the chip id to find out if we should attach or not.Michael Knudsen
2009-04-16Change some parameter types from int to u_int8_t since theMichael Knudsen
2009-04-15Remove some unused symbolic constants.Michael Knudsen
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-03-30Support for more chipset versions, written by Ian LindsayTheo de Raadt
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-25Add support for the watchdog timer.Michael Knudsen
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
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