freebsd-dev/sys/dev/hifn
Tijl Coosemans 8dca9d3328 No need to zero the softc. It's allocated with M_ZERO.
Use pci_enable_busmaster instead of setting PCIM_CMD_BUSMASTEREN
directly. There's no need to set PCIM_CMD_MEMEN. The bit is set when a
SYS_RES_MEMORY resource is activated.

Remove redundant pci_* function calls from suspend/resume methods. The
bus driver already saves and restores the PCI configuration.

Write 1 byte instead of 4 when setting the HIFN_TRDY_TIMEOUT register.
It is only 1 byte according to the specification.

Reviewed by:	jhb
Approved by:	kib (mentor)
2010-12-18 14:24:24 +00:00
..
hifn7751.c No need to zero the softc. It's allocated with M_ZERO. 2010-12-18 14:24:24 +00:00
hifn7751reg.h
hifn7751var.h - Do not place variables to memory allocated by busdma. pre/post ops 2010-09-24 04:46:46 +00:00