christos
|
1af8810050
|
Remove -lcompat; not needed.
|
1998-02-04 10:24:13 +00:00 |
christos
|
85bf72e14e
|
Remove -lcompat; not needed
|
1998-02-04 10:21:50 +00:00 |
christos
|
394bd2cf50
|
Remove -lcompat; not needed.
|
1998-02-04 10:21:12 +00:00 |
christos
|
3fbc9d3d5d
|
Remove -lcompat; not needed
|
1998-02-04 10:19:34 +00:00 |
christos
|
2fed16a1b1
|
Add regexp support; remove -lcompat, use err*, warn*
|
1998-02-04 10:16:19 +00:00 |
thorpej
|
59b2a29cc7
|
Cast pointers to u_long before masking them, not int.
|
1998-02-04 09:01:44 +00:00 |
thorpej
|
ec6c5c10d7
|
Add necessary bus_dmamap_sync() calls for memory mapped with the COHERENT
hint, per bus_dma(9).
|
1998-02-04 08:26:42 +00:00 |
mikel
|
54013b0a5c
|
add ipmon(8) support, from Matthias Scheler in PR kern/4860
|
1998-02-04 07:38:55 +00:00 |
thorpej
|
612aea038c
|
Use the common _bus_dmamap_sync() as the _dmamap_sync method in the
bus_dma_tag_t.
|
1998-02-04 07:37:28 +00:00 |
thorpej
|
1a2b1a18f2
|
The _dmamap_sync method is no longer optional.
|
1998-02-04 07:36:10 +00:00 |
thorpej
|
b1d8bffad8
|
Flush the CPU write buffer in _bus_dmamap_sync().
|
1998-02-04 07:35:30 +00:00 |
mikel
|
d317b4789d
|
STRIP -> STRIPFLAG; from Jim Bernard in PR pkg/4884
|
1998-02-04 07:08:56 +00:00 |
thorpej
|
3f24da3fc9
|
- Document the new bus_dmamap_sync() interface and related changes.
- Add an AUTHOR section, and fill it in with the folks involved with
designing and implementing this interface.
|
1998-02-04 06:42:53 +00:00 |
enami
|
7ceec99c06
|
Use u_quad_t instead of u_long to define struct STAT.bytes, which
is used to count bytes transfered, so that it won't overflow even if
transfer is more than 4Gbytes.
|
1998-02-04 06:42:31 +00:00 |
mikel
|
95eeab3bb2
|
don't kill 'register' in comments!
|
1998-02-04 06:39:33 +00:00 |
mikel
|
a235399817
|
back out last change until christos fixes EXP_RECORD; PR 4932
|
1998-02-04 06:25:55 +00:00 |
thorpej
|
c08cca565c
|
Kernel interface changed: bump to 1.3C. (Say, did you know that it's
March already?)
|
1998-02-04 05:36:57 +00:00 |
thorpej
|
f0f632db30
|
Kernel interface changed: bump to 1.3C.
|
1998-02-04 05:35:52 +00:00 |
thorpej
|
8abe76d2f0
|
Add offset and length parameters to bus_dmamap_sync(), used for specifiying
partial syncs of a DMA mapping.
|
1998-02-04 05:12:46 +00:00 |
thorpej
|
99cc8482d1
|
Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,
and allow more than one synchronization operation to be specified in
a single call. Dissallow mixing of PRE and POST operations.
|
1998-02-04 01:57:27 +00:00 |
pk
|
3995590109
|
Use `offsetof()'.
|
1998-02-04 01:19:23 +00:00 |
pk
|
bee3aa34cc
|
Account for changed vme_bus_probe() arguments.
|
1998-02-04 01:04:48 +00:00 |
pk
|
f060ed68ba
|
sparc_vme_probe(): handle callback argument.
|
1998-02-04 01:01:14 +00:00 |
ross
|
52a1c5fced
|
And yet more numbers, e.g., CATV upstream and downstream types.
|
1998-02-04 01:00:23 +00:00 |
pk
|
749d6cf61d
|
Account for changed vme_bus_probe() args.
Fix vme_ie_write24() to use bus_space_write_2() in stead of poking
directly into the bus handle.
|
1998-02-04 00:59:02 +00:00 |
pk
|
62f18b7ff0
|
Use vme_bus_probe() callback for device detection.
Use correct VME modifier (A16+D32 instead of A32).
|
1998-02-04 00:55:52 +00:00 |
pk
|
47afb35008
|
Use vme_bus_probe() callback for device detection.
|
1998-02-04 00:54:27 +00:00 |
pk
|
c7a01456a0
|
Add a callback function to vme_bus_probe(), for device-specific probes
using mapped device space.
|
1998-02-04 00:50:44 +00:00 |
thorpej
|
296d96f42c
|
Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC to
BUS_DMA_COHERENT.
|
1998-02-04 00:38:50 +00:00 |
pk
|
c1e336fc0b
|
Erase a spurious structure definition.
|
1998-02-04 00:38:34 +00:00 |
thorpej
|
a7c5c1ef3c
|
Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC to
BUS_DMA_COHERENT.
|
1998-02-04 00:32:55 +00:00 |
thorpej
|
f35992633d
|
- Implement bus_dmamap_load_mbuf() (copied from i386 port).
- Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC to
BUS_DMA_COHERENT.
|
1998-02-04 00:32:22 +00:00 |
thorpej
|
4e7c05e588
|
Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC to
BUS_DMA_COHERENT.
|
1998-02-04 00:31:33 +00:00 |
thorpej
|
2d403996b2
|
Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC to
BUS_DMA_COHERENT.
|
1998-02-04 00:10:30 +00:00 |
thorpej
|
5fd0d10994
|
Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC toBUS_DMA_COHERENT.
|
1998-02-04 00:04:25 +00:00 |
tron
|
3a57b77a87
|
Fix a severe bug in popen() which only showed up with NetBSD's true
vfork() implementation and close a possible file descriptor leak.
|
1998-02-04 00:03:54 +00:00 |
perry
|
9612121fe2
|
more section 9 changes, plus change UNIX to NetBSD in appropriate spots
|
1998-02-03 23:28:50 +00:00 |
perry
|
1016887a4f
|
change to reflect that we now have a section 9 of the manual
|
1998-02-03 23:06:02 +00:00 |
perry
|
374b18de8d
|
fix grammar nit -- 'its' is possessive, not 'it's'
|
1998-02-03 22:23:57 +00:00 |
lukem
|
f44e45ec1a
|
fix tyop
|
1998-02-03 22:18:01 +00:00 |
perry
|
a16d9e868b
|
.Bx'ize
|
1998-02-03 21:42:54 +00:00 |
gwr
|
986ac75a1f
|
Kill private version of child_resume().
|
1998-02-03 21:35:30 +00:00 |
gwr
|
f4ecc595c4
|
If NO_SINGLE_STEP is defined, make sure child_resume
is never asked to single step!
|
1998-02-03 21:24:16 +00:00 |
perry
|
182d0829f5
|
.Bx'ize
|
1998-02-03 21:20:52 +00:00 |
perry
|
af4ebfa68d
|
.Bx'ize/.Nx'ize
|
1998-02-03 21:12:45 +00:00 |
perry
|
a751b73708
|
NetBSD 1.1A -> .Nx 1.2
|
1998-02-03 20:49:04 +00:00 |
perry
|
2a4f7becd8
|
4.4BSD -> .Bx 4.4
|
1998-02-03 20:45:00 +00:00 |
perry
|
7b5c026851
|
preconsoidate -> preconsolidate; from dzerkel@phofarm.com via OpenBSD
|
1998-02-03 20:41:22 +00:00 |
perry
|
43498a0a88
|
remove obsolete register declarations
|
1998-02-03 20:01:32 +00:00 |
thorpej
|
4a374620e0
|
Fix exect(3).
|
1998-02-03 19:34:50 +00:00 |