summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ne_pci.c
AgeCommit message (Collapse)Author
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm.
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
2000-04-03fix dmesg outputTheo de Raadt
1999-09-01ne2000_attach() later; this terse commit message being blown towardsTheo de Raadt
our buddy Bill Fumerola
1999-08-15reduce sizeTheo de Raadt
1999-01-11kill unnecessary printf before a panicTodd C. Miller
1998-11-06Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.Federico G. Schwindt
1998-09-23fix pci_io_find(), some dmesg outputTheo de Raadt
1998-09-22New ne2k pci driver.Federico G. Schwindt