summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2009-08-24- remove double \n in panic stringJasper Lievisse Adriaanse
2009-08-23- turn a printf(), which predated a panic()-function that could take printf-l...Jasper Lievisse Adriaanse
2009-08-22There is no schsio_print() so get rid of the prototype.Michael Knudsen
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-12Backing store for ega and vga virtual console is not allocated until theMiod Vallat
2009-08-10This does not need a shutdown function either (though the equilevantTheo de Raadt
2009-08-09Make this compile when SEA_ASSEMBLER is not defined.Jonathan Gray
2009-08-05timeout_add -> timeout_add_msecBret Lambert
2009-07-31remove unused variable definition; unbreaks kernel build.Stuart Henderson
2009-07-31timeout_add -> timeout_add_msecBret Lambert
2009-07-23What gets allocated with bus_space_map() needs to be released withMiod Vallat
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-02Fix some minor format string problems found in a maze of false positivesTheo de Raadt
2009-06-02Cope with logical device numbers gaps, this fixes out-of-bounds accessAlexander Yurchenko
2009-05-24make sure the array of chars we pass aps_do_io() in aps_match() isJonathan Gray
2009-05-23Remove redefinition of ETHER_ADDR_LEN.Jonathan Gray
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