summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Add an entry to the PCI ID list to support the serial interface on thewpaul2004-06-071-0/+1
* Centralize the line discipline optimization determination in a functionphk2004-06-041-24/+4
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+2
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-8/+8
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-8/+3
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-011-2/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.phk2004-06-011-1/+0
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-2/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Remove new options and my prevention of system freeze when the sio probeambrisko2004-05-031-76/+49
* Some enhancements and bug fix.ambrisko2004-04-301-49/+76
* Remove the sio EBus attachment, which never worked with an unpatchedtmm2004-04-301-114/+0
* Back out last bad commit (again!)imp2004-04-071-12/+1
* Remove advertising clause from University of California Regent'simp2004-04-073-13/+12
* Last change was a bogusimp2004-04-071-12/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-1/+12
* Back out code for auto-gdb detection that accidentally leaked into thenjl2004-03-181-17/+5
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-7/+18
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-2/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Fixed a memory leak.ru2004-01-181-1/+3
* Add detach methods so we can unload the sio module.imp2003-12-273-0/+3
* The record's stuck. The record's stuck. The record's stuck.imp2003-12-261-3/+0
* Fixed breakage of a check for boolean true by misusing NULL in rev.1.407.bde2003-12-241-2/+2
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Tweaked the siointr1() so that it works better at 921600 bps, especiallybde2003-11-171-0/+5
* Don't waste so much space for the latency debugging buffer. Its sizebde2003-11-161-10/+8
* 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
OpenPOWER on IntegriCloud