aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Brucify.Maxim Sobolev2003-03-182-23/+25
* Remove duplicate line introduced in the previous commit.Maxim Sobolev2003-03-151-1/+0
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removeMaxim Sobolev2003-03-151-1/+33
* Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. SinceMaxim Sobolev2003-03-121-1/+1
* Add _HID of IrDA module and Pen tablet onTakanori Watanabe2003-03-111-0/+2
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+10
* Add yet a patch for the patchwork quilt called sio(4):Poul-Henning Kamp2003-02-271-0/+4
* Typo, I must have hit xZZ in vi(1).Poul-Henning Kamp2003-02-271-1/+1
* Make flags bit 0x10000 mean that PPS timestamping should use thePoul-Henning Kamp2003-02-271-2/+11
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-11/+18
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBPoul-Henning Kamp2003-02-161-4/+4
* Whatever dumbass wrote sio_pci.c didn't include a detach method.Warner Losh2003-02-161-0/+1
* No need to wrap siodetach() with sio_pccard_detach.Warner Losh2003-02-161-9/+1
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Set si_drv1 to our softc for all the six dev_t's we create for a serial port.Poul-Henning Kamp2003-02-021-0/+2
* Add PCI id for Quatech SSCLP-200/300 lowprofile single-port RS422/485 card.Poul-Henning Kamp2003-01-311-0/+7
* Be nice. There are evidentally a number of different cards thatWarner Losh2002-12-211-2/+4
* Make 'rclk' a uintptr_t to quiet warnings.John Baldwin2002-11-071-3/+3
* s/modunload/kldunloadWarner Losh2002-10-111-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-3/+3
* Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".Poul-Henning Kamp2002-09-271-6/+5
* Move the com_emr register definition to sioreg.h.Yoshihiro Takahashi2002-09-241-0/+1
* Move the com_scr register address definition over with the other seven.Poul-Henning Kamp2002-09-221-2/+0
* Don't probe the interrupt on puc(4) attached devices.Poul-Henning Kamp2002-09-031-1/+1
* Only try to flush the FIFO of 500 characters, return EIO if that fails.Poul-Henning Kamp2002-08-281-1/+6
* Add missing quotes around ID string in __FBSDID().Thomas Moestl2002-07-161-1/+1
* Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serialMaxim Sobolev2002-07-101-0/+1
* Remove a couple of __P() stragglers.Peter Wemm2002-06-291-3/+3
* set siocnunit to the correct value. This fixes the freeze on boot forNick Hibma2002-06-231-2/+4
* Make this compile on Alpha.Nick Hibma2002-06-221-2/+2
* Make the speed used by gdb over serial settable in the kernel configuration.Nick Hibma2002-06-182-21/+54
* ebus sio(4) attachment.David E. O'Brien2002-06-181-0/+113
* Add another Askey ISA modem ID.David Malone2002-05-061-0/+1
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp2002-04-261-7/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-3/+3
* Support more than 32 sio unit numbers. The maximum unit number is nowBruce Evans2002-03-311-8/+12
* Hacks for measuring interrupt latency. Interrupt latency can beBruce Evans2002-03-311-2/+42
* Include <machine/limits.h> for definition of ULONG_MAX.Mike Barcroft2002-03-251-0/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-232-20/+20
* Add PCI ID for the SeaLevel Ultra 530.PCI single port card.John Baldwin2002-03-201-0/+1
* Remove __P.Alfred Perlstein2002-03-206-37/+37
* Add device ID for Xircom modem. Also add work around from gwk@sgi.comWarner Losh2002-03-162-3/+10
* Add pc98 support.Yoshihiro Takahashi2002-03-081-0/+3
* Add two IrDA controller ID: IBM TP240(Probably NSC compatible), and SMC IrCCTakanori Watanabe2002-03-031-0/+2
* Until I can figure out how to live without the volatile qualifier onWarner Losh2002-02-261-1/+1
* Add an experimental tunable: machdep.conspeed.Warner Losh2002-02-261-0/+1
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofJohn Hay2002-02-161-0/+89
* Add pc98 support.Yoshihiro Takahashi2002-01-311-0/+3