summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio_pccard.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove __P.alfred2002-03-201-4/+4
|
* 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
* Split the sio driver for pc98 into bus front end and back end.nyan2001-11-261-0/+4
| | | | (merged from the files in sys/dev/sio)
* 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.
* First part of patches to make sio grok 16-bit serial cards underimp2001-11-261-2/+30
| | | | | | | | NEWCARD. Other patches may be reqiured to sio to prevent a hang on eject. Also add commented out entries for sio_pccard.c in files.pc98 to match other architectures. Submitted by: yamamoto shigeru-san
* Break out the bus front ends into their own files. Rewriteimp2001-10-231-0/+87
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