Date: Sat, 29 Nov 2008 07:06:56 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 153744 for review Message-ID: <200811290706.mAT76uxa079344@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153744 Change 153744 by sam@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811290706.mAT76uxa079344>