aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/owi
Commit message (Expand)AuthorAgeFilesLines
* this is no longer needed.Warner Losh2005-11-165-3721/+0
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-3/+3
* Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov2005-11-111-2/+2
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov2005-11-111-5/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-10/+10
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Fixing compilation error by:Tai-hwa Liang2005-08-012-2/+2
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-17/+26
* MF dev/wi: merge the pccard lists.Warner Losh2005-02-031-11/+19
* The two PLANEX cards listed in pccarddevs, identified only by theirWarner Losh2005-02-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-2/+0
* Nursemaid: Fix compilation.Bruce M Simpson2003-12-101-4/+4
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-142-0/+6
* Fix a race condition in owi. If you eject a card, then the wi_inquireWarner Losh2003-10-141-2/+2
* Check in the known good version of the wi driver, with prism/symbolWarner Losh2003-08-245-0/+3703