Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-02 | sbus_establish() and the associated linked list in the sbus softc is now only | Miod Vallat | |
used to store a per-device reset callback, for use in sbusreset(). Except sbusreset() has never, ever, been used since Torek's sbus code went in. Time to recycle those wasted bits. | |||
2006-03-04 | These devices are DV_DULL, not DV_IFNET... not that it really matters. | Miod Vallat | |
2005-03-05 | Preliminary xbox support: attaches, memory mapping and interrupts work, but | Miod Vallat | |
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future. |