summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the com_scr register address definition over with the other seven.phk2002-09-221-2/+0
* Don't probe the interrupt on puc(4) attached devices.phk2002-09-031-1/+1
* Only try to flush the FIFO of 500 characters, return EIO if that fails.phk2002-08-281-1/+6
* Add missing quotes around ID string in __FBSDID().tmm2002-07-161-1/+1
* Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serialsobomax2002-07-101-0/+1
* Remove a couple of __P() stragglers.peter2002-06-291-3/+3
* set siocnunit to the correct value. This fixes the freeze on boot forn_hibma2002-06-231-2/+4
* Make this compile on Alpha.n_hibma2002-06-221-2/+2
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-182-21/+54
* ebus sio(4) attachment.obrien2002-06-181-0/+113
* Add another Askey ISA modem ID.dwmalone2002-05-061-0/+1
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-261-7/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+3
* Support more than 32 sio unit numbers. The maximum unit number is nowbde2002-03-311-8/+12
* Hacks for measuring interrupt latency. Interrupt latency can bebde2002-03-311-2/+42
* Include <machine/limits.h> for definition of ULONG_MAX.mike2002-03-251-0/+1
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-232-20/+20
* Add PCI ID for the SeaLevel Ultra 530.PCI single port card.jhb2002-03-201-0/+1
* Remove __P.alfred2002-03-206-37/+37
* Add device ID for Xircom modem. Also add work around from gwk@sgi.comimp2002-03-162-3/+10
* Add pc98 support.nyan2002-03-081-0/+3
* Add two IrDA controller ID: IBM TP240(Probably NSC compatible), and SMC IrCCtakawata2002-03-031-0/+2
* Until I can figure out how to live without the volatile qualifier onimp2002-02-261-1/+1
* Add an experimental tunable: machdep.conspeed.imp2002-02-261-0/+1
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofjhay2002-02-161-0/+89
* Add pc98 support.nyan2002-01-311-0/+3
* Remove obsolete COMBRD* definitions.nyan2002-01-311-6/+0
* Add support for different serial clock frequencies and not just thejhay2002-01-306-72/+100
* Cosmetic fix: Not every machine that uses the sio driver has a BIOS.bmah2002-01-171-1/+1
* While I'm not sure that I like the wording of the BIOS message in theimp2002-01-171-1/+2
* Make sio device probe messages less misleading, for the case thatbmah2002-01-171-1/+4
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-4/+4
* Add PNP Id for Create Labs Phoneblaster.sheldonh2001-12-301-0/+1
* Fixed locking bugs in rev.1.346:bde2001-12-281-2/+6
* Fix typo first, then controvert.tanimura2001-12-241-1/+1
* Back out an inappropriate backout. If Anyone wants to set the FIFOdillon2001-12-231-1/+6
* Backed out previous unapproved commit.bde2001-12-231-6/+1
* This problem has been in the serial driver for years, and I occassionallydillon2001-12-231-1/+6
* Split the sio driver for pc98 into bus front end and back end.nyan2001-11-262-0/+34
* bde suggests that sio really wants to manage its own softc. Thisimp2001-11-265-126/+152
* First part of patches to make sio grok 16-bit serial cards underimp2001-11-261-2/+30
* Add the PnP ID for a Rockwell 33.6k modem.iedowse2001-11-181-0/+1
* cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-241-1/+1
OpenPOWER on IntegriCloud