PERFORCE change 153744 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 28 23:06:57 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153744

Change 153744 by sam at sam_ebb on 2008/11/29 07:06:45

	don't need module dependency any more

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath_pci.c#9 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/if_ath_pci.c#9 (text+ko) ====

@@ -253,6 +253,5 @@
 DRIVER_MODULE(if_ath, pci, ath_pci_driver, ath_devclass, 0, 0);
 DRIVER_MODULE(if_ath, cardbus, ath_pci_driver, ath_devclass, 0, 0);
 MODULE_VERSION(if_ath, 1);
-MODULE_DEPEND(if_ath, ath_hal, 1, 1, 1);	/* Atheros HAL */
 MODULE_DEPEND(if_ath, wlan, 1, 1, 1);		/* 802.11 media layer */
 MODULE_DEPEND(if_ath, ath_rate, 1, 1, 1);	/* rate control algorithm */


More information about the p4-projects mailing list