summaryrefslogtreecommitdiff
path: root/sys/dev/sio
AgeCommit message (Expand)Author
2002-11-07Make 'rclk' a uintptr_t to quiet warnings.John Baldwin
2002-10-11s/modunload/kldunloadWarner Losh
2002-09-28Be consistent about "static" functions: if the function is markedPoul-Henning Kamp
2002-09-27Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".Poul-Henning Kamp
2002-09-24Move the com_emr register definition to sioreg.h.Yoshihiro Takahashi
2002-09-22Move the com_scr register address definition over with the other seven.Poul-Henning Kamp
2002-09-03Don't probe the interrupt on puc(4) attached devices.Poul-Henning Kamp
2002-08-28Only try to flush the FIFO of 500 characters, return EIO if that fails.Poul-Henning Kamp
2002-07-16Add missing quotes around ID string in __FBSDID().Thomas Moestl
2002-07-10Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serialMaxim Sobolev
2002-06-29Remove a couple of __P() stragglers.Peter Wemm
2002-06-23set siocnunit to the correct value. This fixes the freeze on boot forNick Hibma
2002-06-22Make this compile on Alpha.Nick Hibma
2002-06-18Make the speed used by gdb over serial settable in the kernel configuration.Nick Hibma
2002-06-18ebus sio(4) attachment.David E. O'Brien
2002-05-06Add another Askey ISA modem ID.David Malone
2002-04-26Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp
2002-04-04Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2002-03-31Support more than 32 sio unit numbers. The maximum unit number is nowBruce Evans
2002-03-31Hacks for measuring interrupt latency. Interrupt latency can beBruce Evans
2002-03-25Include <machine/limits.h> for definition of ULONG_MAX.Mike Barcroft
2002-03-23Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans
2002-03-20Add PCI ID for the SeaLevel Ultra 530.PCI single port card.John Baldwin
2002-03-20Remove __P.Alfred Perlstein
2002-03-16Add device ID for Xircom modem. Also add work around from gwk@sgi.comWarner Losh
2002-03-08Add pc98 support.Yoshihiro Takahashi
2002-03-03Add two IrDA controller ID: IBM TP240(Probably NSC compatible), and SMC IrCCTakanori Watanabe
2002-02-26Until I can figure out how to live without the volatile qualifier onWarner Losh
2002-02-26Add an experimental tunable: machdep.conspeed.Warner Losh
2002-02-16Add the puc (PCI "Universal" Communications) driver. The idea and some ofJohn Hay
2002-01-31Add pc98 support.Yoshihiro Takahashi
2002-01-31Remove obsolete COMBRD* definitions.Yoshihiro Takahashi
2002-01-30Add support for different serial clock frequencies and not just theJohn Hay
2002-01-17Cosmetic fix: Not every machine that uses the sio driver has a BIOS.Bruce A. Mah
2002-01-17While I'm not sure that I like the wording of the BIOS message in theWarner Losh
2002-01-17Make sio device probe messages less misleading, for the case thatBruce A. Mah
2002-01-05Change the preemption code for software interrupt thread schedules andJohn Baldwin
2001-12-30Add PNP Id for Create Labs Phoneblaster.Sheldon Hearn
2001-12-28Fixed locking bugs in rev.1.346:Bruce Evans
2001-12-24Fix typo first, then controvert.Seigo Tanimura
2001-12-23Back out an inappropriate backout. If Anyone wants to set the FIFOMatthew Dillon
2001-12-23Backed out previous unapproved commit.Bruce Evans
2001-12-23This problem has been in the serial driver for years, and I occassionallyMatthew Dillon
2001-11-26Split the sio driver for pc98 into bus front end and back end.Yoshihiro Takahashi
2001-11-26bde suggests that sio really wants to manage its own softc. ThisWarner Losh
2001-11-26First part of patches to make sio grok 16-bit serial cards underWarner Losh
2001-11-18Add the PnP ID for a Rockwell 33.6k modem.Ian Dowse
2001-10-24cn_tab no longer exists, use cnadd() to add a console device. Note thatJonathan Lemon
2001-10-23Add a siocnterm function for the CONS_DRIVER function vector.Jonathan Lemon