AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / sys / dev / serial / sio / sio.c
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2007-10-23 YONETANI TomokazuMerge ACPI resource manager changes From FreeBSD:
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-05-07 Matthew DillonChanges to consdev - low level kernel console initializ...
2007-04-12 Sascha WildnerAnsify parameter declarations.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-07-16 Matthew DillonAdd some missing crit_exit()'s. The original code...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-10 Sascha WildnerRemove unused variables.
2005-06-08 Max OkumotoRemove spl*() in src/sys/dev/serial/{cy,rc,rp,si,sio...
2005-06-01 Matthew DillonImplement a new cputimer infrastructure to allow us...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-04-30 Sascha WildnerRemove DEC Alpha support.
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2004-11-12 Matthew DillonAdd a missing com_unlock() to the serial port drain...
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-18 Matthew Dillonmalloc() M_NOWAIT -> M_WAITOK, plus remove bzero's...
2004-09-18 Matthew Dillontimeout/untimeout ==> callout_*
2004-07-03 Matthew DillonMake sure a serial port exists by determining whether...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-24 Matthew DillonCleanup the duel-macro specifications in sioreg.h and...
2004-01-11 Joerg SonnenbergerSplit off the PCCARD specific driver parts of fd and...
2003-08-27 Robert Garrettlets go ahead and commit this before we hit the network...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: