index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
fms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-20
Set free(9) size argument. From Michael W. Bombardieri <mb at ii.net>.
ratchov
1
-3
/
+3
2016-09-19
Remove unused getdev() audio driver functions.
ratchov
1
-17
/
+1
2016-09-14
Remove drain(), query_encoding(), mappage() and get_default_params()
ratchov
1
-59
/
+2
2015-05-11
Remove all audio format conversion code from the kernel (btw holding
ratchov
1
-87
/
+12
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
tedu
1
-3
/
+3
2013-11-15
ansify some function definitions.
brad
1
-88
/
+29
2013-05-24
Since audio code is mp safe, establish isa and pci audio interrupts
ratchov
1
-3
/
+3
2013-05-15
Introduce a global interrupt-aware mutex protecting data
ratchov
1
-6
/
+13
2010-07-15
add two new members to structs audio_encoding and audio_prinfo.
jakemsr
1
-9
/
+19
2010-04-04
configure conversion for the correct direction. I guess no one has
jakemsr
1
-6
/
+6
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
1
-8
/
+1
2008-05-29
use ac97 default parameters for these ac97 based drivers.
jakemsr
1
-2
/
+9
2008-04-21
allow low level audio drivers to specify a default sample format,
jakemsr
1
-2
/
+3
2005-04-16
do not provide round_buffer if not needed unless explained why in comments
mickey
1
-12
/
+2
2005-04-14
make sure round_blocksize does not produce 0 after alignment
mickey
1
-2
/
+2
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
ho
1
-9
/
+9
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
jason
1
-7
/
+5
2002-10-13
Remove more '\n's from panic() statements. From Chris Kuethe.
krw
1
-3
/
+3
2002-05-29
there is no need to store ioaddr/iosize into the softc
mickey
1
-6
/
+7
2002-05-29
oops
mickey
1
-5
/
+5
2002-05-28
fix the fms attachment printfs and move out the radio parts to the fmsradio.c; from jumbo@ and some fixes from mickey@
mickey
1
-46
/
+28
2002-05-06
tuner driver for the fms cards.
mickey
1
-64
/
+31
2002-03-14
Final __P removal plus some cosmetic fixups
millert
1
-5
/
+5
2002-03-14
First round of __P removal in sys
millert
1
-30
/
+30
2002-01-20
make all audio drivers use the new allocm and round_buffersize decl's.
ericj
1
-6
/
+4
2001-10-31
Change the audio_hm_if->mappage interface to return paddr_t and take off_t
art
1
-4
/
+4
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
art
1
-3
/
+2
2001-06-12
Make pci_mapreg_map take an extra argument where we can
niklas
1
-2
/
+2
2000-10-14
Add $OpenBSD$ tags.
aaron
1
-0
/
+1
2000-07-20
new auvia and fms drivers from netbsd (testing requests sent out, since i cannot find any of these devices)
deraadt
1
-0
/
+970