hubertf
6e8a3849d8
sync with src/etc/etc.*/MAKEDEV
2000-05-02 00:30:55 +00:00
hubertf
4b76dc04dd
This was written for the NetBSD Project.
2000-05-02 00:15:41 +00:00
augustss
c7d698ac41
Support recording conversions that change the sample size. PR 10029, from Gregory McGarry.
2000-05-02 00:00:00 +00:00
fvdl
015216d717
Clarify that you shouldn't use the bus_dma_segment_t return value from
...
bus_dmamem_alloc to program DMA registers, but that the dm_segs array
of a successfully loaded DMA mapping should be used.
2000-05-01 23:12:20 +00:00
augustss
e3358cb8ef
Add cms(4).
2000-05-01 22:49:55 +00:00
augustss
2365a92cb5
Add Creative Music System driver. From Gregory McGarry <g.mcgarry@ieee.org>
2000-05-01 22:48:33 +00:00
augustss
221cbea0c2
Add cms(4) man page.
2000-05-01 22:46:43 +00:00
augustss
4e1e58e353
Change the way the codec is access to mimic how Linux&FreeBSD does it.
2000-05-01 17:15:41 +00:00
augustss
07f142cd50
Add some more debug output.
2000-05-01 17:10:40 +00:00
pk
91ec70f36d
- De-inline VA2PA(); it isn't in any time-critical path. Saves a bunch of space.
...
- Disable special-cased viking cache flushing in setpgt4m(). This work-around
should no longer be necessary.
- Remove some misc. dead code.
2000-05-01 15:19:46 +00:00
tsutsui
9498452c05
- Move some initialization into MI rl_attach() from each bus attachment.
...
- Use proper CARDBUS_* macro in if_rl_cardbus.c
- Use product ID read from PCI configuration space rather than from EEPROM
in if_rl_pci.c.
Patch sent from Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp> and
some cosmetic changes by me.
2000-05-01 15:08:50 +00:00
pk
d4ac7f24ca
Implement HyperSPARC specific pmap_{zero,copy}_page functions.
2000-05-01 14:06:41 +00:00
pk
784c538c3f
Add definitions of HyperSPARC block fill/copy ASIs.
2000-05-01 14:05:53 +00:00
shin
4c6474fd65
remove MIPS SOFTFLOAT (forgot to delete these lines).
2000-05-01 13:49:05 +00:00
blymn
935e860337
bump libcurses minor.
2000-05-01 12:35:42 +00:00
blymn
2128c86b68
* Made erasechar and killchar into functions
...
* Modified __init_getch to use termcap handle that has been allocated
(_cursesi_genbuf) instead of refetching it.
* Make wgetstr support erase - this is not a full blown SUSv2 version
but it is a start.
2000-05-01 12:30:30 +00:00
ragge
8ddd256f57
Call uvm_pageidlezero() in idle loop.
2000-05-01 12:11:50 +00:00
ragge
a5a1a12d83
#define __SIMPLELOCK_LOCKED and __SIMPLELOCK_UNLOCKED.
2000-05-01 12:09:32 +00:00
kleink
e425e0a706
PowerPC: support ADDR16_LO, ADDR16_HI and ADDR16_HA relocations.
2000-05-01 11:41:08 +00:00
kleink
0344f24921
Like, really block soft clock interrupts.
2000-05-01 10:52:29 +00:00
kleink
2c9e3487e0
Bump default data size to 32 MB.
2000-05-01 10:43:42 +00:00
lukem
2c9a4cf5d0
convert to ANSI KNF
2000-05-01 10:35:16 +00:00
lukem
d16e624b57
* Add support for `fget localfile', which reads a list of filenames to
...
retrieve from localfile. Based on work by Darren Reed.
* Crank version.
* Update copyright dates.
2000-05-01 09:44:53 +00:00
augustss
425a1525a7
Fix typo.
2000-05-01 09:32:59 +00:00
soren
ac6e6c980d
Add Seeq 8003 register definitions.
2000-05-01 08:06:17 +00:00
takemura
6bd45ff6c3
We should not report button down event while we don't know where it occur.
2000-05-01 07:40:05 +00:00
takemura
7d3231b37a
Mouse move event should be made before mouse bown event. Without that,
...
you may got a mouse down event in strange plase.
2000-05-01 07:36:58 +00:00
thorpej
47ac8ca416
Add dhcp-eval(5).
2000-05-01 05:33:55 +00:00
thorpej
9f5624b38b
Add vax asc(4).
2000-05-01 05:33:41 +00:00
thorpej
14efce2b9b
Add postfix-related files.
2000-05-01 05:31:14 +00:00
thorpej
0a43d29758
Install the localhost namedb file.
2000-05-01 05:29:34 +00:00
thorpej
314fe7d9ef
./usr/share/postfix -> ./usr/share/examples/postfix
2000-05-01 05:28:25 +00:00
thorpej
eb050496a9
Back out rev 1.69 -- I dunno what the deal was on Manuel's system, but
...
we're certainly still at libutil.so.5.2 on the snapshot I just built.
2000-05-01 05:24:12 +00:00
simonb
23e350fea7
Remove trailing / off -I option.
2000-05-01 01:07:42 +00:00
thorpej
a2edf1690f
Fix a declaration inside __ldstub().
2000-05-01 00:46:29 +00:00
perry
a373836672
BINMODE should be 2555, not 2755. Pointed out by Soren.
2000-05-01 00:12:26 +00:00
augustss
afc55c0adf
Xref cmpci(4).
2000-04-30 23:51:51 +00:00
soren
e038e8aac1
No need for flushing the cache after zeroing a page uncached.
2000-04-30 23:30:47 +00:00
simonb
21666d1ea5
Only call uvm_pageidlezero() if uvm.page_idle_zero is set.
2000-04-30 23:01:24 +00:00
simonb
0ba4762798
Define offset for uvm.page_idle_zero.
2000-04-30 22:56:12 +00:00
augustss
fec9706315
Remove unneeded #include "mpu.h"
2000-04-30 22:16:56 +00:00
pk
e327115496
FIx declaration in __ldstub.
2000-04-30 22:15:30 +00:00
augustss
891e47054b
Add cmpci(4) man page.
2000-04-30 22:03:24 +00:00
augustss
4a30060c43
Add C-Media CMI8x38, cmpci.
2000-04-30 22:00:54 +00:00
augustss
aaa405eab7
Add driver for C-Media CMI8x38 Audio Chip. From Takuya SHIOZAKI <AoiMoe@imou.to>
2000-04-30 21:59:58 +00:00
perry
50966bd4a6
nuke BUILD_POSTFIX
2000-04-30 21:49:26 +00:00
perry
31d7194c3f
Add "make distribution" for Postfix.
2000-04-30 21:45:55 +00:00
perry
d4da47afd6
Add distribution: target that cd's to postfix-etc and does make install.
...
This is mostly for the benefit of src/etc/Makefile
2000-04-30 21:43:45 +00:00
pk
6832a2d6c9
Arrange to call uvm_pageidlezero() from idle loop.
2000-04-30 21:32:44 +00:00
pk
88fc960805
Define offset for uvm.page_idle_zero.
2000-04-30 21:29:16 +00:00