summaryrefslogtreecommitdiffstats
path: root/sys/dev/xe/if_xe.c
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+2
* o Fix printf(9) formatting: do not use hardcode "0x" and "#" flagsmaxim2006-04-151-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+2
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-111-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-15/+15
* Other changes to this driver preclude its use on 4.x, so remove 4.x compatimp2005-08-071-4/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Fix a couple of leaking situations when errors happen.imp2005-07-151-0/+2
* Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probeimp2005-07-131-9/+4
* Remove a duplicate assignment.brooks2005-06-141-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-7/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Since if_xe doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+2
* Replace convoluted and broken CRC calcuation with ether_crc32_le().naddy2004-06-091-41/+6
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-2/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-1/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-4/+4
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-27/+28
* Disable the (currently unused) xe_reg_dump() function, until I know forrsm2003-11-061-1/+9
* Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)imp2003-11-051-2/+2
* Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging levelrsm2003-11-041-175/+91
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-301-16/+14
* Major update to xe driver:rsm2003-10-141-550/+697
* Use __FBSDID().obrien2003-08-241-1/+3
* Remove unused variable(s).phk2003-05-311-6/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* The Xircom hardware always delivers received packets with the FCS appended.joerg2003-01-291-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-101-1/+1
* network interface driver changes:sam2002-11-141-17/+5
* Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit).brooks2002-10-011-2/+2
* Remove an unused variable.imp2002-02-261-1/+0
* Update xe driver to probe and attach in a NEWCARD kernel.shiba2002-02-201-310/+3
* Add some seat belts. If we set the error rc, then return it and don'timp2001-08-291-1/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-4/+4
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
* Tag unused functions with __unused.jhb2001-01-231-2/+2
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-9/+2
* Remove the XE_DEBUG define. It shouldn't be defined now that thingsimp2000-07-101-2/+3
* Add support for the modem side of the 56k combo card.imp2000-05-301-77/+77
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-23/+1
* Now that I've got reports that this works, let's turn the debugging off.imp2000-05-011-4/+0
* Return 0 from attach.imp2000-04-291-1/+1
* First cut at adding CIS reading to xe driver. I don't have a cardimp2000-04-251-6/+13
* o Preliminary support for mapping the CIS by the driver.imp2000-04-201-4/+6
OpenPOWER on IntegriCloud