summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_lii.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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