summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh/dev
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg1-3/+3
2021-01-01Remove useless redundant call of ttyopen().jan1-5/+1
2018-02-19Remove almost unused `flags' argument of suser().mpi1-3/+3
2017-12-30Delete unnecessary <sys/file.h> includesguenther1-2/+1
2017-06-22Fix the remaining ';;'s in sys/tom1-2/+2
2017-04-30Rename Debugger() into db_enter().mpi1-2/+2
2016-03-05Sync no-argument function declaration and definition by adding (void).tobiasu1-2/+2
2011-04-30Use cons_decl() instead of rolling our own cn* prototypesmiod1-6/+2
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2-2/+9
2010-08-07No "\n" needed at the end of panic() strings.krw1-3/+3
2010-07-02Move common code for waking up writers on a tty into a function.nicm1-10/+4
2010-06-28Allow tty drivers to request larger buffers at attach time using aderaadt1-2/+2
2010-04-16catch up to the ttyopen() changesderaadt1-2/+2
2010-04-12Some of the line disciplines want to check for suser. Better to pass themtedu1-3/+3
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only themiod2-14/+14
2009-12-25Implement bus_space_vaddr().miod2-2/+9
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm1-2/+1
2009-10-31Use suser when possible. Suggested by miod@.fgsch1-2/+2
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt1-1/+2
2009-07-26Create the pci resource extents as covering the full 4GB address space,miod1-5/+9
2009-04-25Get rid of pci_addr_fixup machinery; set up the appropriate extents and passkettenis2-482/+11
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsblambert1-2/+2
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.ray1-8/+1
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray1-8/+1
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanjsing1-3/+3
2007-07-11Remove unused shpcic_intr_establish() and friends.miod1-67/+3
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniquekettenis1-1/+2
2006-11-20serial drivers should use spltty, not splserial.drahn1-25/+18
2006-11-09landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesomederaadt1-1/+8
2006-11-03cleanup some devicesmickey1-3/+2
2006-10-23Do not match on non-shpcic config stanza.miod1-1/+7
2006-10-19Hack around a problem found on px-eh systems where the SH IPL+g initializesdrahn1-1/+10
2006-10-19pci_address_fixup code to do bus address allocation, 'firmware' appearentlydrahn3-3/+509
2006-10-16pciide compat bits, stolen from armish.drahn1-0/+64
2006-10-16busname should be set.drahn1-1/+2
2006-10-07More bits in progress, adapted from NetBSD.miod2-3/+242
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withmiod7-0/+3242