Searched hist:a4ec123c569adc860c69827bc54c306b333c924b (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/scc/ |
H A D | scc_bfe_macio.c | diff a4ec123c569adc860c69827bc54c306b333c924b Sun Jun 14 18:47:16 CEST 2020 Brandon Bergren <bdragon@FreeBSD.org> [PowerPC] Fix scc z8530 driver
Parts of the z8530 driver were still using the SUN channel spacing.
This was invalid on PowerMac and QEMU, where the attachment was to escc, not escc-legacy. This means the driver has apparently NEVER worked properly on Macintosh hardware.
Add documentation for the channel spacing details, and change to using driver-specific initialization instead of hardcoded spacing so either spacing can be used.
Fixes boot hang in QEMU when using the serial console, and fixes use on Xserve serial (and presumably PowerMacs that have a Stealth Serial port or similar)
Reviewed by: jhibbits Sponsored by: Tag1 Consulting, Inc. Differential Revision: https://reviews.freebsd.org/D24661
|
H A D | scc_dev_z8530.c | diff a4ec123c569adc860c69827bc54c306b333c924b Sun Jun 14 18:47:16 CEST 2020 Brandon Bergren <bdragon@FreeBSD.org> [PowerPC] Fix scc z8530 driver
Parts of the z8530 driver were still using the SUN channel spacing.
This was invalid on PowerMac and QEMU, where the attachment was to escc, not escc-legacy. This means the driver has apparently NEVER worked properly on Macintosh hardware.
Add documentation for the channel spacing details, and change to using driver-specific initialization instead of hardcoded spacing so either spacing can be used.
Fixes boot hang in QEMU when using the serial console, and fixes use on Xserve serial (and presumably PowerMacs that have a Stealth Serial port or similar)
Reviewed by: jhibbits Sponsored by: Tag1 Consulting, Inc. Differential Revision: https://reviews.freebsd.org/D24661
|
H A D | scc_bfe.h | diff a4ec123c569adc860c69827bc54c306b333c924b Sun Jun 14 18:47:16 CEST 2020 Brandon Bergren <bdragon@FreeBSD.org> [PowerPC] Fix scc z8530 driver
Parts of the z8530 driver were still using the SUN channel spacing.
This was invalid on PowerMac and QEMU, where the attachment was to escc, not escc-legacy. This means the driver has apparently NEVER worked properly on Macintosh hardware.
Add documentation for the channel spacing details, and change to using driver-specific initialization instead of hardcoded spacing so either spacing can be used.
Fixes boot hang in QEMU when using the serial console, and fixes use on Xserve serial (and presumably PowerMacs that have a Stealth Serial port or similar)
Reviewed by: jhibbits Sponsored by: Tag1 Consulting, Inc. Differential Revision: https://reviews.freebsd.org/D24661
|
/freebsd/sys/dev/ic/ |
H A D | z8530.h | diff a4ec123c569adc860c69827bc54c306b333c924b Sun Jun 14 18:47:16 CEST 2020 Brandon Bergren <bdragon@FreeBSD.org> [PowerPC] Fix scc z8530 driver
Parts of the z8530 driver were still using the SUN channel spacing.
This was invalid on PowerMac and QEMU, where the attachment was to escc, not escc-legacy. This means the driver has apparently NEVER worked properly on Macintosh hardware.
Add documentation for the channel spacing details, and change to using driver-specific initialization instead of hardcoded spacing so either spacing can be used.
Fixes boot hang in QEMU when using the serial console, and fixes use on Xserve serial (and presumably PowerMacs that have a Stealth Serial port or similar)
Reviewed by: jhibbits Sponsored by: Tag1 Consulting, Inc. Differential Revision: https://reviews.freebsd.org/D24661
|