aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/musycc
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings:Peter Wemm2001-06-151-4/+5
* Dang, I lost the sign in that brucification. DTRT with PCATCH.Poul-Henning Kamp2001-05-261-17/+17
* Use '+' not '|' to add PCATCH to tsleep.Poul-Henning Kamp2001-05-231-2/+2
* Fix a race condition in the transmit path caused by the controllerPoul-Henning Kamp2001-03-131-54/+94
* Use correct index when counting short errors.Poul-Henning Kamp2001-02-071-1/+1
* Update these netgraph drivers in current so that these changes can bePoul-Henning Kamp2001-01-211-24/+67
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-9/+10
* *Blush* Fix a dumb typo in previous commit.Bosko Milekic2001-01-061-1/+1
* Make sure musycc driver deals with the possibility of any type of mbufBosko Milekic2001-01-061-0/+20
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-23/+19
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-2/+2
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-22/+36
* I always forget this file. It's netgraph, but not one of mine.....Julian Elischer2000-12-121-3/+4
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-6/+3
* Always emply the NCO to attenuate jitter. The Receive clock recoveryPoul-Henning Kamp2000-11-041-13/+12
* Make internal clock sourcing work right by tying the NCO to thePoul-Henning Kamp2000-11-011-17/+38
* Many and sundry changes. Still alpha quality.Poul-Henning Kamp2000-08-291-136/+360
* Add transmit buffer limitation depending on actual bandwidth.Poul-Henning Kamp2000-07-221-113/+160
* Driver for LMC1504 card: four port E1 or fractional E1.Poul-Henning Kamp2000-07-181-47/+115
* This in essence completes the receive path.Poul-Henning Kamp2000-07-121-118/+427
* Checkpoint commit. I can actually receive HDLC frames now.Poul-Henning Kamp2000-06-211-53/+669
* The very feeble beginnings of a driver for the LanMedia LMC1504 card.Poul-Henning Kamp2000-06-111-0/+176