summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/xlreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cut things that relied on mclgeti for rx ring accounting/restriction overdlg2014-07-081-2/+2
* Fix definition of XL_PME_EN.kettenis2011-10-131-2/+2
* Add wol support to xl(4). Not really tested, but hopefully someone willstsp2011-04-171-1/+17
* mclgeti() support for xl(4). All done by Loganaden Velvindron.claudio2010-09-211-2/+4
* Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt2010-09-201-2/+1
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+2
* Move the xl_pci_activate function into xl_activate so that it is in thederaadt2010-08-271-1/+2
* Reset the chip upon suspend, to make sure it stops DMA. Reset it again uponkettenis2010-08-121-1/+2
* ca_activate function for suspend/resumederaadt2010-08-061-1/+3
* rewrite promiscuous mode and multicast handling; from Bradnaddy2009-12-221-2/+1
* a bit of syncing with the FreeBSD driver, namely...brad2004-05-301-7/+24
* another ETHER_ALIGNbrad2004-05-191-5/+1
* typos from Tom Cosgrove;jmc2003-10-211-2/+2
* remove usage of xl_unitjason2003-06-291-2/+1
* - Remove a few magic constantsjason2002-12-021-2/+3
* Increase XL_TIMEOUT from 1000 -> 2000. No longer get those pesky "commandaaron2002-06-161-2/+2
* bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanksaaron2002-06-151-7/+10
* a step towards consistancy; in general:todd2002-06-091-2/+2
* Add hardware TCP/IP checksum offloading support for receive and transmit foraaron2002-06-081-2/+2
* First round of __P removal in sysmillert2002-03-141-5/+5
* Add a powerhook for bringing the 556 out of sleepy mode after suspend.jason2001-08-191-2/+2
* new timeoutsmickey2000-11-091-1/+2
* if vlans are in use, then set the 3c905b to accept frames of size 1518.jason2000-10-191-1/+2
* - Add support for 3Com 3C555 MiniPCI.aaron2000-09-291-12/+4
* Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptopsaaron2000-09-161-2/+14
* Support detach of xl(4) devices, mainly to allow the ejection and insertion ofaaron2000-09-051-1/+3
* - Make the 3CCFE575BT work.aaron2000-07-011-8/+26
* Set MII parameters for the other 3Com CardBus cards, not just 'C' revision.aaron2000-04-181-1/+3
* Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyaaron2000-04-081-0/+702