Author: nwhitehorn
Date: Sat Jun 5 16:27:15 2010
New Revision: 208837
URL: http://svn.freebsd.org/changeset/base/208837
Log:
Correct the comment. We now use level low instead of edge high for this
interrupt.
Modified:
head/sys/dev/ata/chipsets/ata-serverworks.c
Modified: head/sys/dev/ata/chipsets/ata-serverworks.c
==============================================================================
--- head/sys/dev/ata/chipsets/ata-serverworks.c Sat Jun 5 16:25:25 2010
(r208836)
+++ head/sys/dev/ata/chipsets/ata-serverworks.c Sat Jun 5 16:27:15 2010
(r208837)
@@ -221,7 +221,7 @@ ata_serverworks_ch_attach(device_t dev)
#ifdef __powerpc__
ch->hw.status = ata_serverworks_status;
- /* Make sure that our interrupt is edge triggered */
+ /* Make sure that our interrupt is level low */
powerpc_config_intr(bus_get_resource_start(device_get_parent(dev),
SYS_RES_IRQ, 0), INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW);
#endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"