summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2010-04-20for some systems we need to try harder; from Mikko TolmunenTheo de Raadt
2010-04-03instead of returning EINVAL if an unsupported sample rate wasJacob Meuser
2010-03-28put the iosize next to the register definitionsTheo de Raadt
2010-03-28Driver for microguru sensor microcontroller found on ABIT motherboards.Theo de Raadt
2010-03-27aria(4) is an audio driver, but hasn't been compatible with audio(9)Jacob Meuser
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-02-16Use i2c_addr_t as the type for the init_xfer function because thisMichael Knudsen
2010-01-10A couple of missed ITSDONE setting before scsi_done().Kenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback
2009-12-15Correct define.Federico G. Schwindt
2009-12-04ansify.Jasper Lievisse Adriaanse
2009-11-22Bring last drivers fully into the NO_CCB world by replacingKenneth R Westerback
2009-10-31Make sure the descriptor is writable for some operations.Federico G. Schwindt
2009-10-13Connect pcppi bell to ukbd, so that x86 systems with usb console keyboardMiod Vallat
2009-09-24Make sure the scsi_xfer timeout always get initialized with timeout_set(),Miod Vallat
2009-09-12Add DIOCSDINFO support to the three fd drivers. No change to existingKenneth R Westerback
2009-09-06Don't pass uninitialized stack memory to setdisklabel() as the 'old'Kenneth R Westerback
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-09-05scsi_done before COMPLETE.David Gwynne
2009-08-26directly calling Debugger() is bad. turn these printf();Debugger(); seriesJasper Lievisse Adriaanse
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
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