summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_art.c
AgeCommit message (Collapse)Author
2008-05-13Use the LINK_STATE_IS_UP macro when checking for the link being UP.Brad Smith
ok dlg@
2007-09-17- Use a 64-bit int for the baudrate within the ifmedia_baudrate struct andBrad Smith
return a 64-bit int for ifmedia_baudrate(). - Fix consumers of ifmedia_baudrate() to deal with the change. ok claudio@ dlg@
2006-01-26Make T1 work on the dual port version. Time slot map is different than onClaudio Jeker
the single port T1 version. Most notably T1 uses now timeslots 1-24 and not 0-23 no matter what type of card.
2006-01-25Time-slot mask are u_int32_t so art_mask_tsmap() should return u_int32_t too.Claudio Jeker
While there fix a typo in a comment.
2005-12-20Superfluous stuff.Claudio Jeker
2005-12-19Check or chop the timeslot map if the map or mode is changed. There is no wayClaudio Jeker
you can do 32 timeslots on a T1.
2005-10-26Adapt art(4) to the new link state handling done by sppp(4).Claudio Jeker
Now blinkenlights realy work like a charm -- OK cHDLC reports always linkstate active but that is a problem inside sppp(4).
2005-09-22Notify sppp about link state changes. This makes PPP encoding work.Claudio Jeker
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-27Timeout service request in the uncommon case that the port is blockedClaudio Jeker
(there needs to be correct clocking on the port or all service request will be ignored). Without the timeout the interface will just hang till reboot. OK deraadt@
2005-08-14KNF mostly spaces and make the dmesg line a bit shorter.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-13Kill Id tags, OpenBSD ones are enough.Claudio Jeker
2005-08-13Remove some superfluous output in dmesg line.Claudio Jeker
Idea deraadt@
2005-08-13Driver for the Accoom Networks Artery T1/E1 PCI cards.Claudio Jeker
deraadt@ "yeah, put it in."