rkujawa
7598b3c28a
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.
2013-12-22 23:02:38 +00:00
rkujawa
b57caf8fee
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.
2012-11-08 18:30:21 +00:00
rkujawa
208853a9ca
Add sc_dev removed previously in a moment of insanity. How did this ever work
...
is beyond me.
2012-10-30 01:17:24 +00:00
chs
cbab9cadce
split device_t/softc for all remaining drivers.
...
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
2012-10-27 17:17:22 +00:00
phx
d539a37d01
Fixed dependencies for some new PCI and clockport devices, to make a
...
kernel compile without them.
2012-10-27 11:54:21 +00:00
rkujawa
78370fcd4d
Remove unused sc_dev. Thanks to cegger@.
2012-07-09 19:32:26 +00:00
rkujawa
df72fa039f
Obtain sc using device_private(), cosmetic changes.
2012-06-28 18:55:03 +00:00
rkujawa
54b5fa0cef
Cosmetic change - print newline during autoconf.
2012-05-18 20:52:02 +00:00
rkujawa
9f18d1594f
- 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.
2012-05-15 17:35:43 +00:00
rkujawa
19eda64f80
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.
2012-04-17 09:59:03 +00:00