summaryrefslogtreecommitdiffstats
path: root/sys/dev/xe
Commit message (Expand)AuthorAgeFilesLines
* 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-042-206/+128
* Constify a few more strings that were hidden behind XE_DEBUG define.rsm2003-11-021-14/+8
* 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
* Const poison string accessor functions.imp2003-10-261-1/+1
* Major update to xe driver:rsm2003-10-144-585/+790
* Use __FBSDID().obrien2003-08-242-5/+8
* Add a comment saying it might be Paralonimp2003-08-211-1/+1
* Remove unused variable(s).phk2003-05-311-6/+2
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+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
* Add INTEL EEPRO100imp2003-01-251-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Add Accton EN2216.shiba2003-01-181-0/+1
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-101-1/+1
* network interface driver changes:sam2002-11-142-18/+6
* Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit).brooks2002-10-011-2/+2
* Three minor changes:imp2002-07-221-14/+15
* The CNW_801 and CNW_802 are wireless cards that the cnw driver supports.imp2002-07-211-2/+0
* Fix build breakage on my pccard related commit.takawata2002-05-311-1/+1
* Remove an unused variable.imp2002-02-261-1/+0
* Update xe driver to probe and attach in a NEWCARD kernel.shiba2002-02-203-310/+365
* 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-252-9/+16
* o Preliminary support for mapping the CIS by the driver.imp2000-04-201-4/+6
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-2/+0
* Remove #if 0'ed reference to isa_device->id_alivepeter2000-01-231-1/+0
* Move xe driver from dev/pccard to dev/xe. Convert driver to newbus.imp2000-01-103-536/+397
* Disable old PCCARD_MODULE code.imp1999-10-291-0/+2
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* Restore vendor $Id$ now that it won't be clobbered.peter1999-09-232-2/+2
* $Id$ -> $FreeBSD$peter1999-08-282-4/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-1/+1
* Rename bpfilter to bpf.des1999-07-061-8/+8
* Wrap the definition of "XE_DEBUG" so it is overridable from the ``cc''obrien1999-06-221-0/+2
OpenPOWER on IntegriCloud