summaryrefslogtreecommitdiff
path: root/sys/modules/xldscripts
ModeNameSize
-rw-r--r--Makefile148logplain
-rw-r--r--kmodule535logplain
000'>2013-04-20Add support for 16750 style UARTs. Activated by defining COM_16750.rkujawa 2012-02-02Entropy-pool implementation move and cleanup.tls 2011-11-19First step of random number subsystem rework described intls 2010-11-13Some missing sys/device.h dependencies.uebayasi 2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung 2010-01-08Expand PMF_FN_* macros.dyoung 2009-11-12Delete definition of com_activate(), it's been removed.dyoung 2009-11-12Move the code in com_activate() to com_detach(), where it alwaysdyoung 2009-05-27Put back CVS header.rjs 2009-05-12struct device * -> device_t, no functional changes intended.cegger 2009-05-03Make COM_RING_SIZE configurable by kernel config(5).tsutsui 2008-10-24Add support for 16550 chips without an Enhanced Register Set.matt 2008-04-28More forgotten changes from matt-armv6.matt 2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube 2008-02-29Use pmf_device_register1() instead of shutdownhook_establish() todyoung 2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg 2007-12-14Add a resume handler for com@isa, using Jared McNeill's suggesteddyoung 2007-10-17Make it build without IPL_SERIAL.ad 2007-10-08Merge from vmlocking: use mutexes and the softint API.ad 2007-07-14Generic soft interrupts are mandatory.ad 2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore 2006-06-25Add a power hook for the com device.perry 2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel 2006-03-05cleanup more SET/CLR/ISSET lossagechristos 2005-12-27remove the COM_MPLOCK option. always include the spinlock in the softcchs 2005-12-11merge ktrace-lwp.christos 2005-02-04de-__Pperry 2003-11-08Add (as yet unused) COM_TYPE_AU1x00.simonb 2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej 2003-06-14Introduce a new "type" field in the softc which is used to indicatethorpej 2003-06-05Add support, via a kernel config file option, for the 16550-compatiblescw 2002-04-12* Add a new hwflag, COM_HW_NO_TXPRELOAD, which tells comstart() tothorpej 2001-08-27For hayes esp card, set prescaler if specified rate is grater than 115200.enami 2001-08-22Cosmetic cleanups:simonb 2001-05-30add missing #include "opt_kgdb.h"lukem 2001-01-14Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS,thorpej 2001-01-07Make certain we see COM_MPLOCK, MULTIPROCESSOR, and LOCKDEBUGsommerfeld 2000-10-06Change int->bus_addr_t in com_kgdb_attach() prototype.nathanw 2000-09-23Add `COM_MPLOCK' option to use a device-instance-specific spinlockssommerfeld 2000-09-23paddr_t -> bus_addr_t in prototypes too.bjh21 2000-09-22paddr_t -> bus_addr_t.eeh 2000-09-21Support for SPARC machines with `su' devices.eeh 2000-03-23New callout mechanism with two major improvements over the oldthorpej 2000-01-23kluge to make this work with NEC M403 (arc/magnum).soda 1999-02-03Slight redux in PPS code.mycroft 1998-11-18Add support for detaching "com" instances.thorpej