summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/pci/iofreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix IOC4DEV_xxx numbers, so that devices besides the first two serial portsmiod2013-12-301-7/+7
| | | | actually handle their own interrupts. How could this get unnoticed so far?
* Add glue to attach iockbc(4) to iof(4) as well. Tested by deraadt@miod2009-11-181-1/+9
|
* Make iof(4) pass its bus speed to children, this in turn allows com(4) tomiod2009-10-131-1/+4
| | | | pick the right clock if the PCI bus the I/O board is on degrades to 33MHz.
* Attach DS1742 style dsrtc to iof (IOC4) too.miod2009-10-071-2/+8
|
* Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards onmiod2009-08-181-0/+60
Origin 350 and Tezro systems. While this chip provides serial ports, an ATAPI interface and a PS/2 keyboard and mouse interface, this code currently only attempts to support the serial ports.