summaryrefslogtreecommitdiff
path: root/sys/dev/xe
AgeCommit message (Expand)Author
2004-04-11Stop xe claiming ownership of every card passed to xe_pccard_match.Scott Mitchell
2004-04-09Band-aid fix to extract MAC address from some CEM2/CEM28 cards with brokenScott Mitchell
2004-04-09Fix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD.Scott Mitchell
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-12-08Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien
2003-11-13Try to create some sort of consistency in how the routings to find theDavid E. O'Brien
2003-11-06Disable the (currently unused) xe_reg_dump() function, until I know forScott Mitchell
2003-11-05Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)Warner Losh
2003-11-04Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging levelScott Mitchell
2003-11-02Constify a few more strings that were hidden behind XE_DEBUG define.Scott Mitchell
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-10-30There is no way to enter the attach routine twice with the same softcBrooks Davis
2003-10-26Const poison string accessor functions.Warner Losh
2003-10-14Major update to xe driver:Scott Mitchell
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-21Add a comment saying it might be ParalonWarner Losh
2003-05-31Remove unused variable(s).Poul-Henning Kamp
2003-04-10Make sure that pp_name is non-null before setting the deviceWarner Losh
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-29The Xircom hardware always delivers received packets with the FCS appended.Joerg Wunsch
2003-01-25Add INTEL EEPRO100Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-18Add Accton EN2216.Takeshi Shibagaki
2003-01-10When reading PHY regs over the i2c bus, the turnaround ACK bitMartin Blapp
2002-11-14network interface driver changes:Sam Leffler
2002-10-01Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit).Brooks Davis
2002-07-22Three minor changes:Warner Losh
2002-07-21The CNW_801 and CNW_802 are wireless cards that the cnw driver supports.Warner Losh
2002-05-31Fix build breakage on my pccard related commit.Takanori Watanabe
2002-02-26Remove an unused variable.Warner Losh
2002-02-20Update xe driver to probe and attach in a NEWCARD kernel.Takeshi Shibagaki
2001-08-29Add some seat belts. If we set the error rc, then return it and don'tWarner Losh
2001-02-06Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp
2001-02-04Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp
2001-01-23Tag unused functions with __unused.John Baldwin
2001-01-09select() DKI is now in <sys/selinfo.h>.Garrett Wollman
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-07-10Remove the XE_DEBUG define. It shouldn't be defined now that thingsWarner Losh
2000-05-30Add support for the modem side of the 56k combo card.Warner Losh
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-05-01Now that I've got reports that this works, let's turn the debugging off.Warner Losh
2000-04-29Return 0 from attach.Warner Losh
2000-04-25First cut at adding CIS reading to xe driver. I don't have a cardWarner Losh
2000-04-20o Preliminary support for mapping the CIS by the driver.Warner Losh
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
2000-01-23Remove #if 0'ed reference to isa_device->id_alivePeter Wemm
2000-01-10Move xe driver from dev/pccard to dev/xe. Convert driver to newbus.Warner Losh
1999-10-29Disable old PCCARD_MODULE code.Warner Losh