Date: Wed, 21 Feb 2001 12:54:24 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_pcn.c if_rl.c if_rlreg.h if_sf.c if_sis.c if_sisreg.h if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Message-ID: <200102212054.f1LKsOV05788@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2001/02/21 12:54:24 PST
Modified files:
sys/pci if_dc.c if_pcn.c if_rl.c if_rlreg.h
if_sf.c if_sis.c if_sisreg.h if_sk.c
if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c
if_xl.c
Log:
Big round of minor updates:
- Use pci_get_powerstate()/pci_set_powerstate() in all the other drivers
that need them so we don't have to fiddle with the PCI power management
registers directly.
- Use pci_enable_busmaster()/pci_enable_io() to turn on busmastering and
PIO/memory mapped accesses.
- Add support to the RealTek driver for the D-Link DFE-530TX+ which has
a RealTek 8139 with its own PCI ID. (Submitted by Jason Wright)
- Have the SiS 900/National DP83815 driver be sure to disable PME
mode in sis_reset(). This apparently fixes a problem on some
motherboards where the DP83815 chip fails to receive packets.
(Submitted by Chuck McCrobie <mccrobie@cablespeed.com>)
Revision Changes Path
1.50 +5 -5 src/sys/pci/if_dc.c
1.19 +22 -28 src/sys/pci/if_pcn.c
1.58 +8 -6 src/sys/pci/if_rl.c
1.19 +11 -1 src/sys/pci/if_rlreg.h
1.34 +22 -27 src/sys/pci/if_sf.c
1.32 +32 -28 src/sys/pci/if_sis.c
1.7 +6 -1 src/sys/pci/if_sisreg.h
1.41 +22 -27 src/sys/pci/if_sk.c
1.26 +22 -27 src/sys/pci/if_ste.c
1.47 +4 -5 src/sys/pci/if_ti.c
1.65 +5 -5 src/sys/pci/if_tl.c
1.41 +20 -26 src/sys/pci/if_vr.c
1.41 +22 -27 src/sys/pci/if_wb.c
1.92 +5 -5 src/sys/pci/if_xl.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102212054.f1LKsOV05788>
