summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-111-3/+3
* Remove useless redundant call of ttyopen().jan2021-01-011-5/+1
* Remove almost unused `flags' argument of suser().mpi2018-02-191-3/+3
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Fix the remaining ';;'s in sys/tom2017-06-221-2/+2
* Rename Debugger() into db_enter().mpi2017-04-301-2/+2
* Sync no-argument function declaration and definition by adding (void).tobiasu2016-03-051-2/+2
* Use cons_decl() instead of rolling our own cn* prototypesmiod2011-04-301-6/+2
* Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2010-12-042-2/+9
* No "\n" needed at the end of panic() strings.krw2010-08-071-3/+3
* Move common code for waking up writers on a tty into a function.nicm2010-07-021-10/+4
* Allow tty drivers to request larger buffers at attach time using aderaadt2010-06-281-2/+2
* catch up to the ttyopen() changesderaadt2010-04-161-2/+2
* Some of the line disciplines want to check for suser. Better to pass themtedu2010-04-121-3/+3
* OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only themiod2010-04-042-14/+14
* Implement bus_space_vaddr().miod2009-12-252-2/+9
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-2/+1
* Use suser when possible. Suggested by miod@.fgsch2009-10-311-2/+2
* Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt2009-10-311-1/+2
* Create the pci resource extents as covering the full 4GB address space,miod2009-07-261-5/+9
* Get rid of pci_addr_fixup machinery; set up the appropriate extents and passkettenis2009-04-252-482/+11
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-2/+2
* More removal of clauses 3 and 4 from NetBSD licenses.ray2008-06-271-8/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Cleanup cn_pri. Change constants to more meaningful names, rather thanjsing2008-01-231-3/+3
* Remove unused shpcic_intr_establish() and friends.miod2007-07-111-67/+3
* Make pci subsystem aware of domains. Each host bridge gets assigned a uniquekettenis2006-12-141-1/+2
* serial drivers should use spltty, not splserial.drahn2006-11-201-25/+18
* landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesomederaadt2006-11-091-1/+8
* cleanup some devicesmickey2006-11-031-3/+2
* Do not match on non-shpcic config stanza.miod2006-10-231-1/+7
* Hack around a problem found on px-eh systems where the SH IPL+g initializesdrahn2006-10-191-1/+10
* pci_address_fixup code to do bus address allocation, 'firmware' appearentlydrahn2006-10-193-3/+509
* pciide compat bits, stolen from armish.drahn2006-10-161-0/+64
* busname should be set.drahn2006-10-161-1/+2
* More bits in progress, adapted from NetBSD.miod2006-10-072-3/+242
* Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withmiod2006-10-067-0/+3242