summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/if_xl_cardbus.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2010-03-27Give cardbus the pci_chipset_tag_t from pccbb and push it out throughJonathan Gray
2010-03-27Bring back cardbus_chipset_tag_t which is in practice aJonathan Gray
2010-03-22Remove some cardbus defines and types which are identical toJonathan Gray
2010-01-13As per NetBSD move HAYAKAWA Koichi's licenses to two clause.Jonathan Gray
2010-01-12Remove dead assignment and newly created unused variable.Charles Longeau
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-06-02The xl_detach() function is now used by pci code, so it must be in theTheo de Raadt
2008-02-25Remove redundant information from the dmesg entry which is alreadyBrad Smith
2007-05-05move xl_detach() -- which is only used by cardbus -- to the cardbus code.Theo de Raadt
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-08-10- ANSI functionsBrad Smith
2006-06-21removal of '#ifdef rbus ... #else ...' directives, we use rbus in allFelix Kronlage
2004-10-07cardbusdevs -> pcidevsBrad Smith
2003-10-30fix missing 0. drahn okJun-ichiro itojun Hagino
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-06-15bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). ThanksAaron Campbell
2002-03-14First round of __P removal in sysTodd C. Miller
2000-09-29- Add support for 3Com 3C555 MiniPCI.Aaron Campbell
2000-09-16Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptopsAaron Campbell
2000-09-16Some changes from NetBSD:Aaron Campbell
2000-09-05Support detach of xl(4) devices, mainly to allow the ejection and insertion ofAaron Campbell
2000-07-06Perform a much longer delay after resetting the card to give it a chance to getAaron Campbell
2000-07-01- Make the 3CCFE575BT work.Aaron Campbell
2000-06-09Clean up this file a bit.Aaron Campbell
2000-06-09Add support for 3c656, which is just the 3c575 + 56k modem. Thanks toAaron Campbell
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell