summaryrefslogtreecommitdiffstats
path: root/sys/dev/nge
Commit message (Expand)AuthorAgeFilesLines
...
* Hide link up/down/media printfs behind bootverbosephk2004-11-081-3/+4
* Fix a typo that affects !i386.alc2004-09-152-2/+2
* Add missing NGE_LOCK_DESTROY() to nge_detach().wpaul2004-09-141-0/+2
* Make two major changes to this code to address some stability/corruptionwpaul2004-09-142-300/+239
* Since if_nge doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Remove the setting of the pci config variables on power state changes.imp2004-06-281-24/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-29/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inyar2004-05-231-1/+2
* According to the design of checksum offloading framework,yar2004-05-231-2/+5
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Implemented per-interface polling(4) control.ru2004-04-111-1/+12
* Fixed resetting of the watchdog timer and queue full flag.ru2004-04-111-7/+4
* Compare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipending,rwatson2004-04-111-3/+3
* The VLAN TCI field should be operated in network byte order.ru2004-03-301-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-5/+5
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-3/+0
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-13/+10
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-031-2/+2
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-18/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-7/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-101-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* network interface driver changes:sam2002-11-142-28/+13
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
* Add support for DEVICE_POLLING.simokawa2002-11-062-0/+79
* Add support for SX cards using TBI such as Netgear GA621.ambrisko2002-08-082-63/+249
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-84/+120
* catch up with ext_free prototype change.alfred2002-06-291-2/+2
* Do not call nge_tick() if we get an PHY interrupt, nge_tick() callsphk2002-05-041-3/+11
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-17/+1
* Move a lot closer to NetBSDs MII support for GigE.phk2002-04-291-1/+3
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-2/+2
* If the receiver runs out of space for an received frame in the internalphk2002-04-132-22/+8
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-201-51/+47
* Remove errors in LINT (now that they are fatal)julian2002-02-271-0/+4
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-1/+1
* Do not call mii_polltick() immediately after mii_tick().jlemon2001-09-291-1/+0
* Handle the RX FIFO overflow condition with the rxeof handler insteadwpaul2001-09-192-3/+4
* Have the driver to announce what capabilitis it supports.jlemon2001-09-181-0/+2
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-051-22/+6
OpenPOWER on IntegriCloud