summaryrefslogtreecommitdiffstats
path: root/sys/dev/musycc
Commit message (Expand)AuthorAgeFilesLines
* Add -1 to this non-existent use of m_print in the source tree so LINTphk2004-09-281-1/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Use NG_NODESIZ instead of (NG_NODELEN + 1)julian2004-05-241-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+3
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-7/+7
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Remove unused variable(s).phk2003-05-311-4/+2
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-10/+10
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-10/+10
* Use %z and %j to quiet warnings.jhb2002-11-071-6/+7
* Fix warnings:peter2001-06-151-4/+5
* Dang, I lost the sign in that brucification. DTRT with PCATCH.phk2001-05-261-17/+17
* Use '+' not '|' to add PCATCH to tsleep.phk2001-05-231-2/+2
* Fix a race condition in the transmit path caused by the controllerphk2001-03-131-54/+94
* Use correct index when counting short errors.phk2001-02-071-1/+1
* Update these netgraph drivers in current so that these changes can bephk2001-01-211-24/+67
* Part 2 of the netgraph rewrite.julian2001-01-081-9/+10
* *Blush* Fix a dumb typo in previous commit.bmilekic2001-01-061-1/+1
* Make sure musycc driver deals with the possibility of any type of mbufbmilekic2001-01-061-0/+20
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-23/+19
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-22/+36
* I always forget this file. It's netgraph, but not one of mine.....julian2000-12-121-3/+4
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-6/+3
* Always emply the NCO to attenuate jitter. The Receive clock recoveryphk2000-11-041-13/+12
* Make internal clock sourcing work right by tying the NCO to thephk2000-11-011-17/+38
* Many and sundry changes. Still alpha quality.phk2000-08-291-136/+360
* Add transmit buffer limitation depending on actual bandwidth.phk2000-07-221-113/+160
* Driver for LMC1504 card: four port E1 or fractional E1.phk2000-07-181-47/+115
* This in essence completes the receive path.phk2000-07-121-118/+427
* Checkpoint commit. I can actually receive HDLC frames now.phk2000-06-211-53/+669
* The very feeble beginnings of a driver for the LanMedia LMC1504 card.phk2000-06-111-0/+176
OpenPOWER on IntegriCloud