summaryrefslogtreecommitdiff
path: root/sys/dev/pci/musycc_obsd.c
AgeCommit message (Collapse)Author
2006-01-25Reset and initialize part of the device early. Makes reading the ROM moreClaudio Jeker
reliable because correct bus timings were set later.
2005-08-27Fix some issues to make the dual port version work this should also fix theClaudio Jeker
singleport T1 (B8Z2/ESF) mode. OK deraadt@
2005-08-27iosize is no longer used, use correct esc->mc_iosize instead. This fixes aClaudio Jeker
panic on attach failure. The MUSYCC_MAXFRM_MASK was incorrectly defined and use correct device name in an error message. OK deraadt@
2005-08-14KNF mostly spaces and make the dmesg line a bit shorter.Claudio Jeker
2005-08-14No longer used prototype.Claudio Jeker
2005-08-14Kill the musyccbus/ebus device and use musycc for both functions of theClaudio Jeker
chip. Using two different devices for one card was a stupid idea. OK deraadt@
2005-08-14minimal diff to let if_art compile; claudio okTheo de Raadt
2005-08-13Kill Id tags, OpenBSD ones are enough.Claudio Jeker
2005-08-13Driver for the Accoom Networks Artery T1/E1 PCI cards.Claudio Jeker
deraadt@ "yeah, put it in."