summaryrefslogtreecommitdiffstats
path: root/sys/dev/ex
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-104-14/+22
* Include necessary declarationsimp2005-01-201-0/+3
* Only match ethernet functions. I've not seen any multifunction cardsimp2005-01-201-0/+7
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Use cluster if data >= MINCLSIZE.glebius2004-10-171-1/+1
* Since if_ex doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* another format nitimp2004-06-281-1/+2
* casting for printf happinessimp2004-06-281-4/+4
* MFp4:imp2004-06-274-257/+351
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* 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-3/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-3/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-9/+7
* add newcard support to eximp2003-10-261-2/+28
* Use __FBSDID().obrien2003-08-243-3/+9
* - Declare ex_devclass in if_ex.cmdodd2003-03-294-8/+8
* - Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().mdodd2003-03-294-15/+22
* Reformat for readability.mdodd2003-03-291-96/+98
* Don't panic if we aren't plugged into a hub.mdodd2003-03-291-5/+18
* Multicast support, gleaned from NetBSD's if_iy driver.mdodd2003-03-282-5/+103
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* network interface driver changes:sam2002-11-141-6/+3
* Remove __P.alfred2002-03-203-16/+16
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Warning police:jhb2001-01-192-2/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-153-3/+0
* Add support for pccard attachments of the ex driver. It supports theimp2000-09-293-3/+166
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+1
* Unused include: #include "ex.h"peter2000-06-101-2/+0
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-17/+0
* Split out the ISA bus front end code into its own file. PCCARD attachmentmdodd2000-05-014-297/+472
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Add 'bootverbose' debug messages to assist with tracking down problemsmdodd2000-03-131-5/+27
* Initial ifmedia support. Once I figure out autoselection I'll put themdodd2000-03-132-15/+113
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* Cosmetic cleanups.mdodd2000-01-131-34/+23
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this latermdodd2000-01-131-22/+59
* When I converted this driver to newbus I also cleaned up the codemdodd2000-01-131-50/+51
* Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softcmdodd1999-11-031-1/+1
* - Convert this driver to newbus.mdodd1999-10-161-516/+754
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-3/+6
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-76/+4
* Rename bpfilter to bpf.des1999-07-061-6/+6
OpenPOWER on IntegriCloud