cgd
d26286ab6b
clean up (unify) the register mapping code a bit
1997-03-28 22:25:01 +00:00
cgd
874e7169a4
punt pci_mem_find's &cacheable arg, and pass NULL instead. We never
...
want to map the memory register cacheable.
1997-03-28 22:16:06 +00:00
cjs
76d4734615
4.4lite2 update. (The one minor bugfix between 4.4lite and 4.4lite2
...
was already in our sources, thus just the sccsid line is changed.)
1997-03-28 21:55:41 +00:00
thorpej
91d0b1474b
Resolve conflicts from import of 3.2alpha2.
1997-03-28 21:54:38 +00:00
cgd
359850c818
clean up isp_pci_prefer_io comment
1997-03-28 21:51:51 +00:00
christos
519527d9cf
PR/3401 incorrect MANDIR after rule changes
1997-03-28 20:22:55 +00:00
christos
f897bfdce7
Don't make bogus dependencies with symlinks sources.
1997-03-28 15:07:28 +00:00
veego
f4139556c1
The Ariadne manpage is no longer needed (/usr/share/man/cat4/amiga/ae.0)
1997-03-28 10:53:58 +00:00
mycroft
5d918be419
Minor formatting changes to make the output less ugly.
1997-03-28 02:15:21 +00:00
veego
ff99218046
Remove the old manpage for the Ariadne and the reference in intro.4
1997-03-28 00:29:33 +00:00
veego
9ff709fbb5
Updated for the Ariadne changes.
1997-03-28 00:27:59 +00:00
veego
7e75a99bfc
s/ae/le/ for the recent Ariadne changes.
1997-03-27 23:50:39 +00:00
thorpej
dbdde72e82
Add a "-l" flag, which lists available network interfaces, with no
...
additional information.
1997-03-27 22:50:09 +00:00
veego
8116aa0fed
Remove the ae entries for the Ariadne, it's now supported bye the le driver
1997-03-27 21:21:11 +00:00
veego
fd019e12b5
if_le supports now the Ariadne card.
1997-03-27 21:15:11 +00:00
thorpej
2268a2c7eb
Don't allocate mclrefcnt[]; it's dead and gone.
1997-03-27 21:01:52 +00:00
veego
7ae296c7de
- new hardware reset hook, mainly for PCnet-ISA cards (79c960)
...
- new MD variable: sc_initmodemedia, 79c960 cards can select
between two ports, but this needs to be done in the MI init mode page
- new defines for PCnet-ISA cards (79c960)
1997-03-27 21:01:50 +00:00
thorpej
161f6c6f6b
Don't allocate mclrefcnt[]; it's dead and gone.
1997-03-27 21:01:49 +00:00
veego
5aa9546783
- new hardware reset hook, mainly for PCnet-ISA cards (79c960)
...
- new MD variable: sc_initmodemedia, 79c960 cards can select
between two ports, but this needs to be done in the MI init mode page
- new defines for PCnet-ISA cards (79c960)
1997-03-27 21:01:49 +00:00
thorpej
7a6a8eb391
Don't allocate mclrefcnt[]; it's dead and gone.
1997-03-27 21:01:48 +00:00
veego
a715085e43
- new hardware reset hook, mainly for PCnet-ISA cards (79c960)
...
- new MD variable: sc_initmodemedia, 79c960 cards can select
between two ports, but this needs to be done in the MI init mode page
- new defines for PCnet-ISA cards (79c960)
1997-03-27 21:01:47 +00:00
thorpej
cb24b0200a
Don't allocate mclrefcnt[]; it's dead and gone.
1997-03-27 21:01:20 +00:00
thorpej
76d601d33e
Don't assume mbuf external storage is MCLBYTES.
1997-03-27 20:45:27 +00:00
thorpej
22ea1671cf
Update for new mbuf code.
1997-03-27 20:40:09 +00:00
thorpej
667f747f9a
m_copyback() is now in uipc_mbuf.c
1997-03-27 20:38:20 +00:00
thorpej
d1c9089a16
Update for the new mbuf code, in a slighly kludgy way. Basically, these
...
drivers played a somewhat evil trick with clusters, which is now
replaced by a somewhat evil trick with regular malloc'd memory.
1997-03-27 20:36:14 +00:00
thorpej
2a4b742e6a
Update and enhancement to the mbuf code, to support use of non-cluster
...
external storage. Highlights:
- additional "void *" argument to (*ext_free)(), an opaque
cookie for use by the free function.
- MCLALLOC() and MCLFREE() calls are gone. They are replaced
by MEXTADD() (add external storage to mbuf), MEXTMALLOC()
(malloc() external storage and attach to mbuf), and
MEXTREMOVE() (remove external storage from mbuf).
- completely new external storage reference counting
mechanism; mclrefcnt[] is gone.
These changes will eventually be used to pass driver DMA buffers up
the network stack, and reduce/eliminate copies in certain code paths
(e.g. NFS writes).
From Matt Thomas <matt@3am-software.com> and myself <thorpej@nas.nasa.gov>,
with some input from Chris Demetriou <cgd@cs.cmu.edu> and review by
Charles Hannum <mycroft@mit.edu>.
1997-03-27 20:33:07 +00:00
gwr
45e8a48a8f
Renamed boot to cpu_reboot
1997-03-27 20:23:48 +00:00
gwr
b2d05722be
Renamed boot to cpu_reboot (via repository copy)
1997-03-27 20:15:05 +00:00
christos
22d479a4a8
Don't generate an include target if we don't have INCS set, because SUBDIRS
...
can make one too. This will break on Makefiles that have both INCS and SUBDIRS,
so then we'll need to change includes: to includes::, but we don't have any
yet.
1997-03-27 17:39:31 +00:00
christos
6c7d983258
Add bsd.files.mk
1997-03-27 17:35:58 +00:00
christos
cef52070f9
Put the FILES generated rules in a separate .mk file since both bsd.prog.mk
...
and bsd.lib.mk use them.
1997-03-27 17:33:34 +00:00
christos
cc117ae3ac
Don't keep trying getpwuid(0) when ll_time == 0! This brings down the
...
execution time from 5 minutes -> 1 second in our password file.
1997-03-27 17:25:49 +00:00
christos
b4fe701a22
- Disable globbing for targets/dependencies when POSIX is defined.
...
- Fix globbing so that patterns that don't have a matching number of [] or {}
don't get expanded. (before the [ case got expanded to nothing!) This is
disabled.
1997-03-27 17:20:18 +00:00
pk
6fee4ceb1f
viking_cache_enable: clear caches only if not yet on.
...
viking_pcache_flush: don't use flash-clear; use hard-coded parms instead(XXX)
1997-03-27 16:02:10 +00:00
darrenr
fe3bc025d0
Bring in entire 3.2alpha2 source tree
1997-03-27 15:13:58 +00:00
mycroft
c2c16c1c2c
Set SCRIPTSDIR.
1997-03-27 11:06:20 +00:00
mycroft
5fa188a26f
Make the SCRIPTS case mimic the FILES case more closely, so we can override
...
the destination direectory, etc.
1997-03-27 11:05:32 +00:00
mycroft
b3048006fe
Install the help file again.
1997-03-27 10:55:21 +00:00
mycroft
908bee20db
Use bsd.prog.mk, to deal with FILES.
1997-03-27 10:45:57 +00:00
mycroft
d3a9fd7e51
Nuke an extra ${DESTDIR}.
1997-03-27 09:52:03 +00:00
mycroft
d51d618d7a
Install files via INCS, and GC the bogus permission fixing hack.
1997-03-27 09:29:29 +00:00
mycroft
cdb33ca37e
Do the symlink for HIDEGAME here, via SYMLINKS.
1997-03-27 09:13:14 +00:00
mycroft
0d6b2973f3
Remove knowledge of HIDEGAME from here.
1997-03-27 09:10:09 +00:00
mycroft
d2ec2114bf
Do the symlink for HIDEGAME here, via SYMLINKS.
1997-03-27 09:08:58 +00:00
mycroft
0d07ddd923
Set FILESDIR correctly.
1997-03-27 08:59:22 +00:00
mycroft
90de81834d
Set SCRIPTSNAME correctly.
1997-03-27 08:57:26 +00:00
mycroft
4c5c1ab440
Set FILESDIR.
1997-03-27 08:52:23 +00:00
mycroft
557dd62340
No need to override BINDIR here.
1997-03-27 08:50:26 +00:00
mycroft
494f5c0c99
Set FILESDIR.
1997-03-27 08:48:56 +00:00