summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Include pccard/pccard_cis.h here tooimp2003-10-071-1/+2
* Removed some nearly dead code in comparam(). We don't need to recoverbde2003-09-281-9/+0
* Cleaned up and fixed setting of speeds in comparam():bde2003-09-271-31/+20
* Fix compilation on alpha.phk2003-09-261-1/+1
* Use the correct speed in the delay for the transmission of a characterbde2003-09-261-1/+4
* Adhere to the new console API:phk2003-09-261-15/+21
* Fixed most of the remaining style bugs in rev.1.194. Mainly betterbde2003-09-181-30/+32
* Miscellaneous minor style fixes (mainly for unsorting of the flags accessbde2003-09-171-13/+10
* Fixed bitrot in the probe in revs.1.127, 1.165 and 1.169. Thebde2003-09-171-23/+23
* Cleaned up initialization of hardware flow control for 16650As. Usebde2003-09-171-25/+11
* Moved the definitions of the bits in the ns*50 registers from sioreg.hbde2003-09-161-85/+0
* Quick fix for a pessimization in rev.1.194. An extra i/o instructionbde2003-09-151-2/+7
* Remove a duplicate comment.njl2003-08-281-6/+0
* Use the db_alt_break() state machine instead of rolling our own. Thisnjl2003-08-261-32/+14
* Fix copyright comment & FBSDID style nits.obrien2003-08-252-2/+0
* Use __FBSDID().obrien2003-08-245-6/+16
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-5/+3
* Track the resource id of the memory port instead of just assuming thatscottl2003-06-091-3/+6
* Remove extra unused variable.phk2003-05-311-2/+0
* Add E-Tech ISA PnP modem ID.murray2003-05-161-0/+1
* Revert rev 1.396 -- it broke the Alpha kernel build.obrien2003-05-051-1/+1
* Eliminate a compiler warning with gcc3.3 on AMD64, where speed ispeter2003-04-301-1/+5
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Brucify.sobomax2003-03-182-24/+26
* Remove duplicate line introduced in the previous commit.sobomax2003-03-151-1/+0
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removesobomax2003-03-151-1/+33
* Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Sincesobomax2003-03-121-1/+1
* Add _HID of IrDA module and Pen tablet ontakawata2003-03-111-0/+2
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* Add yet a patch for the patchwork quilt called sio(4):phk2003-02-271-0/+4
* Typo, I must have hit xZZ in vi(1).phk2003-02-271-1/+1
* Make flags bit 0x10000 mean that PPS timestamping should use thephk2003-02-271-2/+11
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-11/+18
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-161-4/+4
* Whatever dumbass wrote sio_pci.c didn't include a detach method.imp2003-02-161-0/+1
* No need to wrap siodetach() with sio_pccard_detach.imp2003-02-161-9/+1
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Set si_drv1 to our softc for all the six dev_t's we create for a serial port.phk2003-02-021-0/+2
* Add PCI id for Quatech SSCLP-200/300 lowprofile single-port RS422/485 card.phk2003-01-311-0/+7
* Be nice. There are evidentally a number of different cards thatimp2002-12-211-2/+4
* Make 'rclk' a uintptr_t to quiet warnings.jhb2002-11-071-3/+3
* s/modunload/kldunloadimp2002-10-111-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-3/+3
* Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".phk2002-09-271-6/+5
* Move the com_emr register definition to sioreg.h.nyan2002-09-241-0/+1
OpenPOWER on IntegriCloud