summaryrefslogtreecommitdiff
path: root/sys/dev/lnc/if_lnc_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the old, and now deprecated lnc driver. The Lance style hardwareGeorge V. Neville-Neil2006-05-141-213/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-22/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-4/+2
* Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can onlyMaxime Henrion2004-08-221-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Fix the PCI attach routine to properly setup the IRQ and port resourceJohn Baldwin2004-01-221-13/+20
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-3/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* network interface driver changes:Sam Leffler2002-11-141-1/+1
* - Don't overwrite inb, inw and outw.Yoshihiro Takahashi2001-07-041-3/+0
* Use a module name of 'if_lnc' in both the PCI and ISA sections ofIan Dowse2001-03-181-1/+1
* There were a few changes missed when this file was converted toIan Dowse2001-03-021-3/+9
* The pci and isa drivers were meant to share the same devclass butPaul Richards2000-12-291-2/+0
* Set a lower probe return value for PCI cards so that the pcn driver wins.Paul Richards2000-12-291-2/+4
* Fixup some problems with the merged code of the previous commit.Paul Richards2000-12-161-1/+1
* Newbusify.Paul Richards2000-12-161-103/+181
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-3/+1
* Replace all references to lnc_softc with a typedef.Paul Richards2000-05-161-3/+3
* Re-organise lnc driver in preparation for newbusifying it.Paul Richards2000-05-161-9/+49
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)Matthew N. Dodd1999-08-101-1/+5
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-7/+1
* Set the bus master bit.Paul Richards1999-05-101-4/+11
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* Add support for PCNet PCI chips that only work when we talk to them as ISAMike Smith1998-07-201-2/+5
* Removed unused #includes.Bruce Evans1997-08-021-2/+1
* Deleted <pc98/pc98/pc98_device.h>.KATO Takenori1997-04-041-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* FINALLY: PCI support for the Lance Ethernet driver.Stefan Eßer1996-07-181-0/+97