summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_lii.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-4/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+4
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert lii(4) to if_input().jsing2015-04-111-8/+5
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-5/+1
* Set the MRU to a full size frame instead of basing it on the MTU.brad2014-08-301-3/+2
* The few network drivers that called their children's (ie. mii PHYderaadt2013-12-281-2/+1
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-4/+4
* Move setting of reception of broadcast packets from lii_init() intosthen2010-09-191-4/+9
* Add DVACT_QUIECE support. This is called before splhigh() and beforederaadt2010-08-311-2/+5
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* ca_activate function brings eeepc701 network back after resume.deraadt2010-07-261-2/+27
* When initialising the chip actually set the hardware MAC address, thusjsing2010-02-081-1/+8
* Use nitems.jsing2010-02-031-2/+2
* Bring multicast/promisc handling in line with other network drives.jsing2009-11-241-14/+12
* Remove erroneous spaces.jsing2009-04-121-3/+3
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-8/+8
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-10/+4
* If we fail to read the MAC address from the eeprom, fallback to readingjsing2008-10-071-11/+8
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-10/+4
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* Finish the rest... ATL2 -> LIIbrad2008-09-011-75/+75
* Remove clause 3 from NetBSD license.jsing2008-07-171-4/+1
* Teach lii(4) how to clean up after itself.jsing2008-06-301-25/+30
* Rename access macros so that they match the driver name.jsing2008-06-101-77/+77
* Add multicast support to lii(4), with suggestions/changes from brad@.jsing2008-05-201-22/+53
* - Use pci_matchbyid().brad2008-05-151-19/+12
* The driver is called lii, not atl2. Change function and variable names tojsing2008-05-131-116/+116
* Ensure that we wrap around to the start of the TXD buffer when incrementingjsing2008-04-031-2/+2
* Add code to configure the vendor specific opcodes of the SPI Flash.jsing2008-03-301-2/+53
* Enable setting of interrupt timers.jsing2008-03-301-3/+1
* Pad the RXD buffer so that packets are aligned on a 128-byte boundary. Thisjsing2008-03-301-6/+11
* even better attach message locationderaadt2008-01-051-4/+4
* print info in attach before if_attachderaadt2008-01-051-5/+3
* read the hardware mac address into the drivers ac_enaddr thing rather thandlg2008-01-041-4/+3
* we have pci_vpd_read now. get rid of the (bad) comment that left it outdlg2008-01-041-3/+2
* use OpenBSD rcs id'sjasper2007-12-311-1/+1
* lii(4) is a driver for the atheros l2 ethernet chip as found on the asusdlg2007-12-311-0/+1087