summaryrefslogtreecommitdiffstats
path: root/sys/dev/owi/if_owi.c
Commit message (Expand)AuthorAgeFilesLines
* this is no longer needed.imp2005-11-161-2428/+0
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-3/+3
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-111-2/+2
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-5/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-10/+10
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Fixing compilation error by:avatar2005-08-011-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-16/+25
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-2/+0
* Nursemaid: Fix compilation.bms2003-12-101-4/+4
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+4
* Fix a race condition in owi. If you eject a card, then the wi_inquireimp2003-10-141-2/+2
* Check in the known good version of the wi driver, with prism/symbolimp2003-08-241-0/+2421
OpenPOWER on IntegriCloud