#
f5e9e1e6 |
| 28-Apr-2021 |
rin <rin@NetBSD.org> |
clockport_common does not need its own interface attribute. All children are attached to clockportbus.
|
#
7598b3c2 |
| 22-Dec-2013 |
rkujawa <rkujawa@NetBSD.org> |
Changes to ACA500 support: - Add support for second (aux) CF slot. - Rework wdc attachment to be more sane. - Add support for clockport on ACA500. - Fix style where appropriate.
|
#
b57caf8f |
| 08-Nov-2012 |
rkujawa <rkujawa@NetBSD.org> |
Add driver for Delfina 1200 / Delfina Flipper. Useless now (doesn't support audio or DSP), but is able to disable interrupts which is important if booting NetBSD from AmigaOS to avoid unhandled inter
Add driver for Delfina 1200 / Delfina Flipper. Useless now (doesn't support audio or DSP), but is able to disable interrupts which is important if booting NetBSD from AmigaOS to avoid unhandled interrupts.
show more ...
|
#
d539a37d |
| 27-Oct-2012 |
phx <phx@NetBSD.org> |
Fixed dependencies for some new PCI and clockport devices, to make a kernel compile without them.
|
#
9f18d159 |
| 15-May-2012 |
rkujawa <rkujawa@NetBSD.org> |
- Split X-Surf driver from if_ne_zbus, rework, add support for clockports present on X-Surf boards. - Add gencp(4), a driver for generic clockports (it just needs a base address).
Approved by phx.
|
#
19eda64f |
| 17-Apr-2012 |
rkujawa <rkujawa@NetBSD.org> |
Add clockport(4) layer, which provides support for expansion bus present on Amiga-style clockports. Also add a1k2cp(4) backend driver and the first clockport device driver com_ss, that supports com(4
Add clockport(4) layer, which provides support for expansion bus present on Amiga-style clockports. Also add a1k2cp(4) backend driver and the first clockport device driver com_ss, that supports com(4) on clockport(4) (particurarly Individual Computers SilverSurfer). Disabled by default, since probe procedure is not written yet.
show more ...
|