aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ic
Commit message (Expand)AuthorAgeFilesLines
* Add support for A10 uart.Ganbold Tsagaankhuu2013-03-011-0/+1
* Merge from projects/mips to head by hand:Warner Losh2010-01-111-0/+5
* add %b formats for various registersSam Leffler2009-06-211-0/+12
* - Cleanup i8251 related defines.Yoshihiro Takahashi2008-09-072-48/+101
* unifdef PC98Yoshihiro Takahashi2008-08-291-2/+0
* Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski2008-03-031-0/+111
* Fix style nits. No md5 changes in .o's. ;-)Jung-uk Kim2006-09-081-23/+23
* Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4.Jung-uk Kim2006-07-061-0/+6
* Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0.Benno Rice2006-05-231-1/+2
* MFp4:Marcel Moolenaar2006-02-241-3/+6
* Register definitions for the ancient via6522. This 20+ year-old chipPeter Grehan2005-12-021-0/+105
* Typo.Gleb Smirnoff2005-10-231-1/+1
* cosmetic change.Yoshihiro Takahashi2005-05-141-1/+1
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-141-23/+0
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-141-0/+78
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-0/+22
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-065-5/+5
* This file was repocopied from sys/dev/uart/uart_dev_z8530.h.Marcel Moolenaar2004-11-211-3/+3
* This file was repocopied from sys/dev/uart/uart_dev_sab82532.h.Marcel Moolenaar2004-11-211-0/+5
* o Remove the com_thr, com_rhr, com_isr and com_lctl defines. They areMarcel Moolenaar2004-11-201-28/+59
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-073-12/+0
* Add a header for the i8259A register definitions. This is based onJohn Baldwin2004-01-061-0/+86
* Added definitions of most of the interesting 16950 register numbersBruce Evans2003-09-161-0/+41
* Added definitions for some 16650 features (mostly misfeatures). ThisBruce Evans2003-09-161-0/+7
* Fixed a minor error in the description of the EFR and a major error inBruce Evans2003-09-161-8/+17
* Sorted register numbers together with the correspoding register bits.Bruce Evans2003-09-161-33/+35
* Moved the definitions of the bits in the ns*50 registers from sioreg.hBruce Evans2003-09-161-0/+85
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-062-0/+572
* - Clean up function calling conventions.Matthew N. Dodd2003-03-281-0/+2
* Move the com_scr register address definition over with the other seven.Poul-Henning Kamp2002-09-221-0/+1
* Oops, forgot to commit one file in the fd driver mega update. Here itJoerg Wunsch2001-12-161-17/+22
* Moved the wd33c93 specific file to sys/dev/ic.Yoshihiro Takahashi2001-06-141-0/+165
* Move the files from i386/isa/ic/ to dev/ic/.Yoshihiro Takahashi2001-06-102-0/+236
* Added ESP98 specific register (merged from i386/isa/ic/esp.h).Yoshihiro Takahashi2001-06-101-0/+1
* Removed unneeded pc98 code (merged from i386/isa/ic/ns16550.h).Yoshihiro Takahashi2001-06-101-14/+0
* Add $FreeBSD$Peter Wemm2000-05-011-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines wereBruce Evans1999-05-131-4/+11
* Implemented sending of BREAKs. This is quite complicated because theBruce Evans1998-12-171-1/+6
* Use [u]intptr_t instead of [unsigned] long to convert and/or representBruce Evans1998-08-101-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-4/+4
* Enable the FIFO on enhanced floppy controllers. This reduces theTor Egge1997-09-171-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-227-7/+7
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-147-7/+7
* A #define really don't need a ; at the end.John Hay1996-10-281-2/+2
* Another round of merge/update.Satoshi Asami1996-09-121-2/+15
* Changes to the Digi/Arnet SYNC driver:Peter Wemm1996-03-171-1/+7
* Oops, this should have been committed with the other Hayes ESP changes.Bruce Evans1995-12-291-0/+76
* This driver supports the Arnet SYNC/570i ISA cards that is based on thePeter Wemm1995-11-211-0/+366
* Staticized an inline function. All inlines in kernel headers should beBruce Evans1995-11-181-2/+2