summaryrefslogtreecommitdiffstats
path: root/sys/dev/lge
Commit message (Expand)AuthorAgeFilesLines
* 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/+4
* Use __FBSDID rather than rcsid[].obrien2003-04-031-12/+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
* network interface driver changes:sam2002-11-142-16/+5
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-72/+101
* catch up with ext_free prototype change.alfred2002-06-291-2/+2
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-2/+2
* Remove __P.alfred2002-03-201-38/+37
* Do not call mii_polltick() immediately after mii_tick().jlemon2001-09-291-1/+0
* Have the driver announce its rxcsum capabilities.jlemon2001-09-181-0/+2
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-091-2/+2
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-201-3/+2
* Fix some memory bugs with regard to jumbo buffers. I made a mistake whenwpaul2001-06-182-8/+5
* Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out wherewpaul2001-06-151-3/+2
* Use LGE_INC() macro to increment tx producer index in lge_encap().wpaul2001-06-061-2/+3
* In lge_detach(), don't contigfree() the jumbogram buffer memory;wpaul2001-06-051-1/+0
* Add device driver support for the Level 1 LXT1001 NetCelleratorwpaul2001-05-312-0/+2240
OpenPOWER on IntegriCloud