summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sio(4).Gleb Smirnoff2019-11-211-127/+0
* Remove All Rights ReservedWarner Losh2019-02-051-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-3/+1
* - add support for Broadcom 802.11bg/EDGE/GPRS CardBus (Serial)Eitan Adler2011-11-151-1/+2
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Allow device hints to wire the unit numbers of devices.John Baldwin2008-11-181-31/+0
* o Revert last. The chip is already supported by puc(4).Maxim Konovalov2007-03-291-1/+0
* o Add MosChip 9835 PCI Dual UART PCI id.Maxim Konovalov2007-03-281-0/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Oops, revert a commit that snuck in with the earlier critical sectionJohn Baldwin2005-04-051-1/+0
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-041-0/+1
* puc handles this card, so remove it from here.Warner Losh2005-01-111-1/+0
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-141-4/+0
* Add an entry to the PCI ID list to support the serial interface on theBill Paul2004-06-071-0/+1
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* Use __FBSDID().David E. O'Brien2003-08-241-3/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Add yet a patch for the patchwork quilt called sio(4):Poul-Henning Kamp2003-02-271-0/+4
* Whatever dumbass wrote sio_pci.c didn't include a detach method.Warner Losh2003-02-161-0/+1
* Add PCI id for Quatech SSCLP-200/300 lowprofile single-port RS422/485 card.Poul-Henning Kamp2003-01-311-0/+7
* Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serialMaxim Sobolev2002-07-101-0/+1
* Add PCI ID for the SeaLevel Ultra 530.PCI single port card.John Baldwin2002-03-201-0/+1
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Add device ID for Xircom modem. Also add work around from gwk@sgi.comWarner Losh2002-03-161-1/+1
* Add pc98 support.Yoshihiro Takahashi2002-01-311-0/+3
* Add support for different serial clock frequencies and not just theJohn Hay2002-01-301-2/+2
* bde suggests that sio really wants to manage its own softc. ThisWarner Losh2001-11-261-3/+1
* Break out the bus front ends into their own files. RewriteWarner Losh2001-10-231-0/+147