wiz
a84ef58660
added bt8xx.h for bktr driver
2000-05-07 00:56:03 +00:00
wiz
784bcfd6ba
add bktr device
2000-05-07 00:41:06 +00:00
wiz
eb37e6442b
also add cdev_decl for bktr
2000-05-07 00:38:39 +00:00
hubertf
b471b566f8
In require_delete(), actually use the expanded wildcard passed in via
...
@pkgdep.
Fixes PR 10056 by Dan McMahill <mcmahill@mtl.mit.edu>
2000-05-07 00:33:28 +00:00
wiz
6e87b42ecd
bktr driver added
2000-05-07 00:31:42 +00:00
wiz
188ac21f3f
add bktr
2000-05-07 00:29:19 +00:00
wiz
006e9528a1
install bt8xx.h for bktr
2000-05-07 00:29:03 +00:00
wiz
4caea4817d
some glue for bktr-driver
2000-05-07 00:25:58 +00:00
wiz
5f8b869a3e
Some NetBSD specific changes; also TODO, and import script, based
...
on bind2netbsd by Bernd Ernesti
2000-05-07 00:24:33 +00:00
wiz
c2f780fbfd
Import of (finally busspaced) bktr-driver from FreeBSD (part 2).
...
This version is from the location specified in the README, modified
by bktr2netbsd, to be committed later.
2000-05-07 00:17:13 +00:00
wiz
8b27ce1a70
Import of (finally busspaced) bktr-driver from FreeBSD (part 1).
...
This version is from the location specified in the README, modified
by bktr2netbsd, to be committed later.
2000-05-07 00:16:17 +00:00
augustss
26f708a5a3
Handle the Linksys USB100H1 like the other Linksys adapters.
...
Restructure the code a little.
2000-05-06 20:38:59 +00:00
jdc
20e0a208fb
Only return TRUE if we can actually manipulate colours.
2000-05-06 19:03:39 +00:00
augustss
fd58a6ae12
Regen.
2000-05-06 18:28:36 +00:00
augustss
13d8353ffc
Add Linksys USB100H1, an Ethernet and HomePNA adapter.
2000-05-06 18:28:01 +00:00
itojun
bcf38d6889
determine path to /etc(/mail)?/aliases by using __NetBSD_Version__.
...
the patch will be sent back to wietse.
From: matthew
2000-05-06 16:59:38 +00:00
sommerfeld
90f481ef3f
Handle large offsets with very small options correctly.
2000-05-06 16:35:14 +00:00
he
cbc0b13fa7
Revert away from automatically generating port_ipv6.h, and install
...
a static once-generated version instead. We know we have IPv6
headers available here.
The probing was problematical for several reasons:
o it probed the host headers, not the headers in the build or DESTDIR
tree (could be fixed in another way)
o the probe_ipv6 script mucks with PATH, which would be problematical
for cross compilation.
2000-05-06 16:07:42 +00:00
veego
c1ae3e842e
Add again out changes which get lost during the changeover to the dist
...
format and fix PR#8932 while I am here.
Thanks to Darren for letting me know that it was gone.
We should just move to mandoc, but that makes it harder to keep it in sync
with the releases, so I made the changes in the old format.
2000-05-06 15:39:02 +00:00
itojun
f6b9e3869d
BINMODE=4555. PR 10053.
2000-05-06 15:33:25 +00:00
sjg
608279c0ca
Set RELTOP to '.' if that's where we are.
2000-05-06 15:05:15 +00:00
augustss
82cfd6b42a
Simplify an expression.
2000-05-06 14:35:28 +00:00
augustss
4c46b93c8d
Add bba.
2000-05-06 14:34:31 +00:00
augustss
32e67c7edb
Add pas(4) man page.
2000-05-06 14:33:22 +00:00
sjg
df3dbd39a6
Allow bootfs to grow as needed. It does not fit on a floppy
...
anymore - so stop trying, a new floppyfs is needed.
Meanwhile this bootfs remains useful to those that don't use floppies.
2000-05-06 14:18:53 +00:00
frueauf
83072a01c7
Since src/gnu/usr.sbin is populated add it to the cdpath.
2000-05-06 13:17:33 +00:00
mycroft
73816a58f3
Do not count the end of a line in the bigram table. Newlines are stripped
...
before coding anyway, and the bigram output was screwing up (and often
pessimising) the table.
2000-05-06 10:26:45 +00:00
mycroft
e8509e9145
Adjust the previous change to not generate garbage databases.
2000-05-06 10:02:06 +00:00
sjg
9ec8f0f8e8
if MAKEOBJDIRPREFIX defined, include etc in make obj
2000-05-06 07:53:53 +00:00
sjg
4157176c27
Added an obj target to ensure that KERNOBJDIR exists - in case
...
we are using MAKEOBJDIRPREFIX.
Fixed the comment about why we grab ../Makefile.inc
2000-05-06 07:52:19 +00:00
sjg
940f61650e
if make(obj) then use MAKEOBJDIRPREFIX regardless
2000-05-06 07:41:59 +00:00
mycroft
681d659b77
Finish previous sync.
2000-05-06 06:27:42 +00:00
mycroft
b62104ce62
Sync (mostly).
2000-05-06 06:22:21 +00:00
nisimura
d8fe118608
- Remove three unused contants; KERNBASE, KERNTEXTOFF and BTOPKERNBASE.
...
- Protect #include <machine/intr.h> inclusion with #ifdef _KERNEL.
- Correct the case when "opt_gateway.h" is refered.
2000-05-06 05:55:09 +00:00
mycroft
873c2fbd93
Build bootfloppy-small, as a 1.44MB floppy image.
2000-05-06 05:32:28 +00:00
mycroft
5c2de4c3fa
Build INSTALL_SMALL.
2000-05-06 05:31:58 +00:00
nisimura
0cb6da487c
Remove unused mapin(pte, v, pfnum, prot) macro.
2000-05-06 05:19:32 +00:00
mrg
0ce52a2a08
implement U2P PCI support in psycho_init. this is completely untested.
2000-05-06 04:15:35 +00:00
mycroft
176e840713
GC in_interfaces.
2000-05-06 02:41:32 +00:00
soren
5e209d22f7
Print the usual interrupt line.
2000-05-06 00:46:19 +00:00
soren
6a1547768c
Typos.
2000-05-06 00:44:00 +00:00
veego
4ca015c23a
Add the -6 option to the usage output.
2000-05-05 21:49:47 +00:00
mycroft
48b5b5f82c
Build bootfloppy-tiny again.
2000-05-05 21:37:05 +00:00
mycroft
b0afa4ef98
Need BLOCK8K now.
2000-05-05 21:35:51 +00:00
mycroft
819afb8af2
Switch to using ustarfs. Saves space, and allows us to truncate the image if
...
it's smaller than the media (e.g. boot-big.fs).
2000-05-05 21:34:32 +00:00
mycroft
23873a5473
GC some unused stuff.
2000-05-05 21:25:58 +00:00
mycroft
21d295469d
Minor cleanup in previous.
2000-05-05 21:08:01 +00:00
mycroft
0992b5f229
Make this capable of generating a single-floppy image.
2000-05-05 21:01:35 +00:00
perseant
737dec82d6
Change the way LFS does block accounting, from trying to infer from the
...
buffer cache flags, to marking the inode and/or indirect blocks with a
special disk address UNWRITTEN==-2 when a block is accounted for. (This
address is never written to disk, but only used in-core. This is essentially
the same method of block accounting as on the UBC branch, where the buffer
headers don't exist.) Make sure that truncation is handled properly,
especially in the case of holey files.
Fixes PR#9994.
2000-05-05 20:59:20 +00:00
veego
280a47cc0a
Again, fix a build problem on the alpha.
2000-05-05 20:59:17 +00:00