summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie
Commit message (Expand)AuthorAgeFilesLines
* Since if_ie doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+6
* 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-2/+1
* Use __FBSDID().obrien2003-08-242-4/+6
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-061-1/+1
* Move inlined function ie_ack() up to before first use.phk2003-07-221-8/+8
* - Move driver to newbus.mdodd2003-03-294-531/+1115
* Clear the IFF_OACTIVE flag at the end of ieinit(). This preventsmdodd2003-03-291-0/+2
* Adjust shared memory allocation to work on cards with only 8 KB of RAM.mdodd2003-03-291-6/+6
* Text formatting changes.mdodd2003-03-292-65/+68
* - Clean up function calling conventions.mdodd2003-03-283-439/+523
* - Rely on ether_ifattach() to initialize part of our struct ifnetmdodd2003-03-271-23/+17
* Add missing COMPAT_ISA_DRIVER().mdodd2003-03-271-0/+1
* 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-39/+42
* Be consistent about "static" functions: if the function is markedphk2002-09-281-14/+14
* Repo copy i82586.h to dev/ic/i82586.h.imp2001-07-021-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* This driver needs COMPAT_OLDISA too. Sigh.peter2001-01-191-0/+4
* Add in an interrupt type for this driver. I have no idea how this couldjhb2001-01-191-1/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-128/+30
* Add missing $FreeBSD$peter2000-05-011-0/+1
* - Merge sl_probe() and ni_probe().mdodd2000-05-011-84/+47
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove #if NIE > 0 test, it's guaranteed to be true by config.peter2000-01-291-2/+0
* Pre 4.0 tidy up.peter2000-01-141-3/+3
* Hid silly unknown board types message behind if (bootverbose). Thisimp1999-10-111-1/+2
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-31/+0
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+5
* Fix stupid error (xse -> xsc).mdodd1999-08-201-10/+11
* Set ifp->if_init to the right function.mdodd1999-08-201-15/+19
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-2/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-95/+5
* Rename bpfilter to bpf.des1999-07-061-16/+16
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines werebde1999-05-131-14/+12
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-51/+51
* Eliminate compiler warning.archie1998-12-101-1/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+5
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-101-10/+14
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-101-3/+3
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-10/+11
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
OpenPOWER on IntegriCloud