1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/dev
David Greenman d33095d2b2 The physical memory allocated for input DMA must be contiguous. The driver
worked in the past only because of good fortune. Anyway, use the contig alloc
routine I wrote awhile ago (vm_page_alloc_contig) for the sound code to do
this allocation. Also, specify read+write on the permissions to pmap_enter().
Specifying just read can have unexpected consquences.
1994-12-11 01:45:41 +00:00
..
aic7xxx Merge in latest Linux sequencer code release with my changes. This should 1994-11-29 23:04:23 +00:00
de The physical memory allocated for input DMA must be contiguous. The driver 1994-12-11 01:45:41 +00:00
ed Always put received packets in an mbuf cluster. This simplifies the code 1994-11-26 10:51:49 +00:00
ep Moved conversion of ether_type to host byte order out of ethernet drivers 1994-11-24 14:29:38 +00:00
fdc Here is a minor patch for FreeBSD 2.0R to allow it to recognize 1994-12-04 20:22:20 +00:00
ic
ie Moved conversion of ether_type to host byte order out of ethernet drivers 1994-11-24 14:29:38 +00:00
kbd More intelligent BackTab fix using BTAB special key (unused before) 1994-11-19 23:17:48 +00:00
lnc Moved conversion of ether_type to host byte order out of ethernet drivers 1994-11-24 14:29:38 +00:00
mcd Remove unused variable from previous commit 1994-11-14 19:32:11 +00:00
mse From: Lars Fredriksen <fredriks@mcs.com> 1994-11-08 05:41:34 +00:00
pci Submitted by: 1994-11-02 23:47:14 +00:00
ppbus
sio Change wakeup to endtsleep, because wakeup don't produce timeout 1994-12-01 23:48:09 +00:00
speaker
syscons Changed the behavior of KDMKTONE to comply with svr4, default to 1994-12-06 19:32:00 +00:00
vn Avoid a panic if vn is configured as swapdev. Seems to work fine. 1994-12-06 06:47:32 +00:00