summaryrefslogtreecommitdiffstats
path: root/sys/arch/landisk/dev
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg1-2/+2
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2017-04-30Rename Debugger() into db_enter().mpi1-2/+2
2014-11-16Replace a plethora of historical protection options with justderaadt1-2/+2
2014-07-11It's init as a process that's special, not init's original thread.guenther1-2/+2
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andnaddy1-4/+4
2011-05-09Refactor queue allocation and initialization into a wdc_alloc_queue()matthew1-4/+3
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only themiod1-13/+13
2009-12-25Implement bus_space_vaddr().miod1-1/+12
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.ray2-10/+2
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray3-24/+3
2007-06-15In power_match(), make sure oa_irq is correctly initialized.miod1-1/+4
2007-04-26ack the power switch interrupt even if machdep.kbdreset is not setmartin1-4/+6
2007-03-23Do not enter ddb from the interrupt handler unless option DEBUG.miod1-3/+3
2007-01-15power(4) driver for the power switch on many landisk models, hookedmartin1-0/+110
2006-11-10Remove unnecessary failure printf. That's what nonzero return codes are for.miod1-4/+2
2006-10-31Do not map obio mappings twice.miod1-2/+2
2006-10-28Make this work.kettenis1-3/+38
2006-10-23Correctly invoke sh_clock_init() [merge error]miod1-2/+2
2006-10-21Do not pass down IOBASEUNK/MADDRUNK/IRQUNK.kettenis1-15/+19
2006-10-11Oops, wrong size in struct cfattach.miod1-2/+2
2006-10-07More bits in progress, adapted from NetBSD.miod4-2/+1537
2006-10-06few more filesmickey2-0/+224