Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-13 | Use 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 and | Brad Smith | |
return a 64-bit int for ifmedia_baudrate(). - Fix consumers of ifmedia_baudrate() to deal with the change. ok claudio@ dlg@ | |||
2006-01-26 | Make T1 work on the dual port version. Time slot map is different than on | Claudio 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-25 | Time-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-20 | Superfluous stuff. | Claudio Jeker | |
2005-12-19 | Check or chop the timeslot map if the map or mode is changed. There is no way | Claudio Jeker | |
you can do 32 timeslots on a T1. | |||
2005-10-26 | Adapt 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-22 | Notify sppp about link state changes. This makes PPP encoding work. | Claudio Jeker | |
2005-08-27 | Fix some issues to make the dual port version work this should also fix the | Claudio Jeker | |
singleport T1 (B8Z2/ESF) mode. OK deraadt@ | |||
2005-08-27 | Timeout service request in the uncommon case that the port is blocked | Claudio 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-14 | KNF mostly spaces and make the dmesg line a bit shorter. | Claudio Jeker | |
2005-08-14 | Kill the musyccbus/ebus device and use musycc for both functions of the | Claudio Jeker | |
chip. Using two different devices for one card was a stupid idea. OK deraadt@ | |||
2005-08-13 | Kill Id tags, OpenBSD ones are enough. | Claudio Jeker | |
2005-08-13 | Remove some superfluous output in dmesg line. | Claudio Jeker | |
Idea deraadt@ | |||
2005-08-13 | Driver for the Accoom Networks Artery T1/E1 PCI cards. | Claudio Jeker | |
deraadt@ "yeah, put it in." |