summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio_isa.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
| | | | | | and amd64. The optimization is a trivial on recent machines. Reviewed by: -arch (imp, marcel, dfr)
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
|
* Add detach methods so we can unload the sio module.imp2003-12-271-0/+1
|
* Fix copyright comment & FBSDID style nits.obrien2003-08-251-1/+0
| | | | Requested by: bde
* Use __FBSDID().obrien2003-08-241-1/+3
| | | | Also some minor style cleanups.
* Add E-Tech ISA PnP modem ID.murray2003-05-161-0/+1
| | | | | | | PR: kern/36692 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl> Approved by: re (murray) MFC After: 3 days
* Add _HID of IrDA module and Pen tablet ontakawata2003-03-111-0/+2
| | | | | | Tablet PC Acer Travel Mate C100. Sponsored by: ACER ,Alpha Omega, MYCOM , Synnex
* Add another Askey ISA modem ID.dwmalone2002-05-061-0/+1
| | | | | PR: 35813 Submitted by: Chris Knight <chris@aims.com.au>
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-2/+2
| | | | | | not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
* Remove __P.alfred2002-03-201-2/+2
|
* Add two IrDA controller ID: IBM TP240(Probably NSC compatible), and SMC IrCCtakawata2002-03-031-0/+2
| | | | controller.
* Add support for different serial clock frequencies and not just thejhay2002-01-301-2/+2
| | | | | | | standard one of 1.8432MHz. This will be used by the puc (PCI "universal" communication card) device driver. Reviewed by: bde
* Add PNP Id for Create Labs Phoneblaster.sheldonh2001-12-301-0/+1
| | | | | PR: kern/32891 Submitted by: Louis Mamakos <louie@TransSys.COM>
* bde suggests that sio really wants to manage its own softc. Thisimp2001-11-261-2/+1
| | | | | | | | | allows us to move the sio softc data structure back into sio.c and reduce the complexity of the non sio.c sio files. Submitted by: bde # I didn't fix the locking issues that bruce also submitted.
* Add the PnP ID for a Rockwell 33.6k modem.iedowse2001-11-181-0/+1
| | | | | | PR: kern/23414 Submitted by: Ryuichiro Imura <imura@af.airnet.ne.jp> MFC after: 1 week
* Break out the bus front ends into their own files. Rewriteimp2001-10-231-0/+162
sio_pccard_detach to use new siodetach. Add an extra arg to sioprobe to tell driver to probe/not probe the device for IRQs. This incorporates most of Bruce's review material. I'm at a good checkpoint, but there will be more to come based on bde's further reviews. Reviewed by: bde
OpenPOWER on IntegriCloud