Age | Commit message (Expand) | Author |
2003-01-28 | Move device driver specific stuff to *var.h and add most of the code for | Jason Wright |
2003-01-28 | Remove (now) bogus diagnostic check and set the output length correctly (why ... | Jason Wright |
2003-01-28 | pad < minimal length packets with 0's; based on netbsd; tested by miod | Jason Wright |
2003-01-27 | Do not clean too far. | Miod Vallat |
2003-01-27 | Stupid stupid stupid... DMA will not start until the capture next register | Jason Wright |
2003-01-27 | M_VMPVENT bites the dust; requested by art@ long ago. | Miod Vallat |
2003-01-27 | padd < mimimum sized frames with 0's instead of whatever the chip wants; base... | Jason Wright |
2003-01-27 | pad minimum frames with 0's; based on netbsd | Jason Wright |
2003-01-27 | pad tx buffer on < minimum length frames; based on NetBSD; tested on hppa. | Jason Wright |
2003-01-27 | Convert m68k pmap from physseg to VM_PAGE_MD. | Miod Vallat |
2003-01-27 | As promised, I got some sleep and rewrote most of the driver... playback | Jason Wright |
2003-01-27 | Pad tx buffer with 0's on minimum sized frames; based on NetBSD. | Jason Wright |
2003-01-27 | separate register defns and revise them based on the LASI info... a HUGE | Jason Wright |
2003-01-27 | I declare defeat... once interrupts are enabled, just leave them enabled. | Jason Wright |
2003-01-27 | Write to the cntl register with the c flag set. | Jason Wright |
2003-01-26 | add harmony | Jason Wright |
2003-01-26 | compute record high water mark from record parameters not play parameters; fr... | Jason Wright |
2003-01-26 | Ok, playback more or less works, now for capture. (I forgot to save the pint... | Jason Wright |
2003-01-26 | Ok, this now produces some noise (that's the best way I can describe it), | Jason Wright |
2003-01-26 | regen | Michael Shalayeff |
2003-01-26 | a bunch of devices used in hp machines | Michael Shalayeff |
2003-01-26 | Start on the harmony audio driver. It doesn't play or capture anything | Jason Wright |
2003-01-25 | Fix the behaviour of rdr rules which redirect to a range of ports; | Ryan Thomas McBride |
2003-01-25 | Fix a bug that potentially caused fragments to be dropped when the | Daniel Hartmeier |
2003-01-25 | Grr.. add a missing cdev_notdef() so that 35 really is the audio device | Jason Wright |
2003-01-25 | don't send more than half of the send buffer space limit in | Markus Friedl |
2003-01-25 | update | Michael Shalayeff |
2003-01-25 | De-"register" | Jason Wright |
2003-01-25 | hppa provides its own IPL_AUDIO, too | Jason Wright |
2003-01-24 | Sigh, pf_pull_hdr (aka pf_pull_hair) doesn't do an m_pullup, it merely | Daniel Hartmeier |
2003-01-24 | Move the mbuf pullup for TCP options to the beginning of TCP handling, | Daniel Hartmeier |
2003-01-24 | Fix wscale support, the first version didn't really work right. | Daniel Hartmeier |
2003-01-24 | Convert m88k pmap from physseg to VM_PAGE_MD. | Miod Vallat |
2003-01-24 | PMAP_{DE,}ACTIVATE are not used anymore. | Miod Vallat |
2003-01-23 | - Either memset() or loop and set to zero, not both | Jason Wright |
2003-01-23 | will need machine/frame.h for profiling | Michael Shalayeff |
2003-01-23 | be consistant on the spl everywhere and use splimp(), this seems to prevent w... | Michael Shalayeff |
2003-01-23 | Fix a bug where the kernel crashes when translating IPv6 ICMP packets. | Daniel Hartmeier |
2003-01-22 | make pmapdebug be zero by default | Michael Shalayeff |
2003-01-22 | kill the eiem defines we do not use | Michael Shalayeff |
2003-01-22 | fix wired accounting in pmap_enter() | Michael Shalayeff |
2003-01-22 | Recognize the Voyager ``Compact-1'' keyboard layouts. | Miod Vallat |
2003-01-22 | Correctly handle the case where the "address" property of a zs node is | Miod Vallat |
2003-01-22 | Revert previous - it would prevent the second zs chip from being probed | Miod Vallat |
2003-01-22 | consistantly use uvm_prot_* vs vm_prot_* evewrhere | Michael Shalayeff |
2003-01-22 | use the same style for the pdemask-optimized loops (four of 'em) | Michael Shalayeff |
2003-01-22 | print out the failed p_addr in the panic message | Michael Shalayeff |
2003-01-22 | mop up after deraadt | Michael Shalayeff |
2003-01-22 | ugh, unless we flush, always purge | Michael Shalayeff |
2003-01-22 | minor cleanup | Theo de Raadt |