summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio_puc.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)
* Add detach methods so we can unload the sio module.imp2003-12-271-0/+1
|
* The record's stuck. The record's stuck. The record's stuck.imp2003-12-261-3/+0
| | | | Remove a rendundant $FreeBSD$
* Use __FBSDID().obrien2003-08-241-0/+3
| | | | Also some minor style cleanups.
* Make 'rclk' a uintptr_t to quiet warnings.jhb2002-11-071-3/+3
|
* Don't probe the interrupt on puc(4) attached devices.phk2002-09-031-1/+1
|
* Remove __P.alfred2002-03-201-2/+2
|
* Add pc98 support.nyan2002-03-081-0/+3
|
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofjhay2002-02-161-0/+89
the structure definitions come from NetBSD to make it easier to share card definitions. The driver only acts as a shim between the pci bus and the sio driver. Later pci parallel ports could also be supported through this driver. Support for most single and multiport pci serial cards should be as simple as adding its definition to pucdata.c Tested with the following pci cards: Moxa Industio CP-114, 4 port RS-232,RS-422/485 Syba Tech Ltd. PCI-4S2P-550-ECP, 4 port RS-232 + 2 parallel ports Netmos NM9835 PCI-2S-550, 2 port RS-232
OpenPOWER on IntegriCloud