summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_art.c
AgeCommit message (Expand)Author
2007-09-17- Use a 64-bit int for the baudrate within the ifmedia_baudrate struct andBrad Smith
2006-01-26Make T1 work on the dual port version. Time slot map is different than onClaudio Jeker
2006-01-25Time-slot mask are u_int32_t so art_mask_tsmap() should return u_int32_t too.Claudio Jeker
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
2005-10-26Adapt art(4) to the new link state handling done by sppp(4).Claudio Jeker
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
2005-08-27Timeout service request in the uncommon case that the port is blockedClaudio Jeker
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
2005-08-13Kill Id tags, OpenBSD ones are enough.Claudio Jeker
2005-08-13Remove some superfluous output in dmesg line.Claudio Jeker
2005-08-13Driver for the Accoom Networks Artery T1/E1 PCI cards.Claudio Jeker