summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ne_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* unifdef INETtedu2014-12-221-3/+1
* use the correct capitalization for Realtek.brad2014-11-241-2/+2
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* remove some NetBSD code.brad2006-10-201-8/+1
* ansibrad2006-10-201-9/+4
* shorten ne(4) dmesg entries from 2-3 lines to 1.brad2005-10-221-2/+2
* do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okmickey2005-09-111-19/+5
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-8/+1
* First round of __P removal in sysmillert2002-03-141-9/+9
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-2/+2
* Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.aaron2001-03-121-17/+9
* fix dmesg outputderaadt2000-04-031-2/+2
* ne2000_attach() later; this terse commit message being blown towardsderaadt1999-09-011-13/+10
* reduce sizederaadt1999-08-151-21/+19
* kill unnecessary printf before a panicmillert1999-01-111-5/+3
* Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.fgsch1998-11-061-29/+93
* fix pci_io_find(), some dmesg outputderaadt1998-09-231-33/+24
* New ne2k pci driver.fgsch1998-09-221-0/+244