Matt Jacob
a96d513df9
The storage for WWN from NVRAM is actually the PORT WWN, not the NODE WWN.
2000-05-09 01:06:47 +00:00
Matt Jacob
c41767dc4e
Conrrect a macro with parenthesis.
2000-05-09 01:06:18 +00:00
Peter Wemm
0e59fec6d8
Make issetugid return correctly. It was returning -1 with
...
errno == 1 if it was set?id!
Submitted by: Valentin Nechayev <netch@segfault.kiev.ua>
2000-05-09 00:58:34 +00:00
Peter Wemm
324eb8fed2
Finish off replacing the rest of the duplicate mknod's with hard links.
2000-05-09 00:07:46 +00:00
Kenneth D. Merry
62771f86e3
Include machine/in_cksum.h to unbreak options MROUTING.
2000-05-08 23:56:30 +00:00
Paul Saab
332dbf570d
Allow savecore to work on > 2GB partitions.
...
Submitted by: peter
2000-05-08 22:57:35 +00:00
Peter Wemm
8ec5a5caee
Use printf (shell builtin) instead of cut - cut isn't in /bin.
...
This should fix the ttyA* and cuaA* up to the maximum possible 128 nodes.
2000-05-08 22:56:17 +00:00
John Baldwin
f6ede19c6d
Add a DOCDISTFILES variable to point to a directory containing the
...
distfiles to build the docproj port during release. Prior to this, the
distfiles were copied froom ${DISTFILES}. However, if like me, you needed
to store the distfiles in some directory other than /usr/ports/distfiles,
for example /usr/docdistfiles, then when you overrode ${DISTFILES} it broke
the release build when it tried to build docproj port in the chroot'd
release area. To preserve backwards compatibility, DOCDISTFILES defaults
to the value of DISTFILES.
Ok'd by: jkh
2000-05-08 22:21:17 +00:00
David E. O'Brien
ba83c9cb0d
Add [en]sa devices for othoginality.
2000-05-08 21:32:24 +00:00
Andrey A. Chernov
66d95f178a
Describe firewall_logging option
2000-05-08 21:10:33 +00:00
Paul Saab
8cf43c44ea
Add an explicit rule number to natd so you do not end up with two
...
rule 100's.
Submitted by: Jan Koum <jkb@yahoo-inc.com>
2000-05-08 20:28:20 +00:00
Sheldon Hearn
4f262adde3
Remove the MLINKS entry for cwd, since it's no longer listed in the
...
builtin.1 page.
2000-05-08 16:23:56 +00:00
Sheldon Hearn
07593bef67
Remove the bogusly inserted ``cwd'' which isn't a builtin command
...
to sh, csh nor tcsh.
Fix the header line of the table to use cross-references and
emphasis.
2000-05-08 15:59:23 +00:00
Nick Hibma
600a4a54cc
Use the new and shiny module versioning. This enables you to load the
...
ums driver (mouse) and get the usb driver at the same time.
This also shows that
MODULE_VERSION(usb, 1);
MODULE_DEPEND(usb, usb, 1, 1, 1);
in the same module in one source file works.
2000-05-08 15:10:05 +00:00
Yoshihiro Takahashi
b95b56c7a0
Added PC-98 supports.
...
Obtained from: FreeBSD(98) 4.0R-Rev01
2000-05-08 14:55:21 +00:00
Matt Jacob
2d41e34a07
Fix DELAY function to use the RPCC cycle counter register.
2000-05-07 22:44:27 +00:00
Mike Smith
d50e5bd5cc
For tape devices, 'r' means REWIND, not RAW.
2000-05-07 21:47:07 +00:00
Dag-Erling Smørgrav
068cd2851f
While we're at it, add a length field too in case we want to fully implement
...
partial fetches later.
2000-05-07 20:52:40 +00:00
Dag-Erling Smørgrav
3d2a847151
Implement restart
2000-05-07 20:51:31 +00:00
Nick Hibma
3594c3a001
Forgot to mention: The previous patch undoes rev1.21 - rev1.22 change by
...
jlemon.
2000-05-07 20:48:16 +00:00
Nick Hibma
c47eb96cb5
If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTR
...
functions.
If it is defined, check whether bus_alloc_resource has succeeded. If it
hasn't, it is in polled mode. Mike Nowlin reports that this change makes
the geek port (whatever _that_ is :-) work again on his machine.
Submitted by: Mike Nowlin <mike@argos.org>
2000-05-07 20:46:49 +00:00
Nick Hibma
8feb725eb1
Add the fields needed to store the cookies.
2000-05-07 20:17:30 +00:00
Nick Hibma
659df154a5
Do the attach (and detach) properly. Store the cookies.
...
This is a first step to make usb unloadable.
2000-05-07 20:16:25 +00:00
Dag-Erling Smørgrav
807c941c90
Use sizeof more consistently.
2000-05-07 20:02:52 +00:00
Dag-Erling Smørgrav
e6182307e8
Use sizeof more consistently.
...
Outline sanity checking of server port spec.
2000-05-07 20:01:55 +00:00
Dag-Erling Smørgrav
32425dafcd
Implement restart.
...
Use sizeof more consistently.
Outline sanity checking of server port spec.
2000-05-07 20:00:12 +00:00
Dag-Erling Smørgrav
5ff28c822b
Implement restart
2000-05-07 19:56:07 +00:00
Nick Hibma
b4f9bcbc06
Add the Prolific PL2301 and PL2302 Link cables.
...
Submitted by: Dirk van Gulik <dirkx@webweaving.org>
2000-05-07 19:49:48 +00:00
Dag-Erling Smørgrav
fd75cc902e
Add offset field to struct url
2000-05-07 19:46:33 +00:00
Nick Hibma
327ad7e530
We match on vendor/product so return the fact that udbp is vendor/product
...
specific.
2000-05-07 19:46:20 +00:00
Nick Hibma
2ed4a57a95
Regen.
2000-05-07 19:44:44 +00:00
Nick Hibma
e48e9d2d2f
Sync with NetBSD
2000-05-07 19:44:16 +00:00
Nick Hibma
9b43dd8df6
Remove debugging cruft.
2000-05-07 19:13:19 +00:00
Nick Hibma
5e163a2f39
Initialise the debug value.
2000-05-07 18:40:44 +00:00
Nick Hibma
1a5eec23dc
Increase the debugging level on a printf.
2000-05-07 18:38:41 +00:00
Nick Hibma
6fb8656a29
Add a define for the Zip 250
2000-05-07 18:37:13 +00:00
Warner Losh
c927ee19a4
Don't claim devices that we fail to probe for. Reverse the sense of a test
...
so that we return failure when we've failed and succeed when we succeed.
Otherwise, users always get a sn device :-(.
PR: 18431
Submitted by: <sanpei@sanpei.org> MIHIRA Yoshiro-san
2000-05-07 18:20:40 +00:00
Nick Hibma
9a1c8571c7
*sigh* I must have been on something that night. Make xpt_periph an
...
extern with the original in cam_xpt.c instead of replicating
xpt_periph in all the sources using it (and hence not initialising it)
2000-05-07 18:04:50 +00:00
Matt Jacob
3920b84004
oops! final piece for Rawhides
2000-05-07 17:44:50 +00:00
Robert Watson
f3706a0361
s/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr printf.
...
Reported by: knu
2000-05-07 17:21:08 +00:00
Paul Saab
274254e1f1
Fix checksum calculations. This should fix the network problems
...
in current where all packets were returning with bad checksums.
(observed with netstat -s).
Reviewed by: alfred
2000-05-07 16:41:15 +00:00
Duncan Barclay
88577b0806
Move _detach to be underneath _attach.
...
Move the code that checks the card into _probe and out of _attach and
shuffle a couple of things around in attach.
Set ifp in the variable block - catches unused variables.
2000-05-07 16:03:36 +00:00
Duncan Barclay
b986ec50b9
Move variables to if_rayvar.h
2000-05-07 15:15:06 +00:00
Duncan Barclay
48913351d1
Split out structures to make it a bit easier to find my way around and
...
be more like sys/dev coding.
2000-05-07 15:12:18 +00:00
Duncan Barclay
9eb774e39c
Sync with an early version of the -current code. Mainly a tidy up
...
of some function names, dropping the ISA bits that were never used and
removing __P
We've renamed the _pccard_ stuff as nothing else probes or attaches.
In the next commit we will move some routines around and split out some of the
structure definitions to another file.
I've dropped the SYSCTL as I never got it working. APM is gone too as it
is broken.
Note, that the attr_read/write will be in both this and NEWCARD/NEWBUS so
I've moved the prototypes to the right place.
Add a few casts.
2000-05-07 15:00:06 +00:00
Yoshihiro Takahashi
13f6a9caff
Fixed bus_space_{read,write}_region_* functions.
...
Pointed out: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
2000-05-07 14:46:15 +00:00
Poul-Henning Kamp
831e32f863
Include a RFC 1533 "Maximum DHCP Message Size" option in our request.
...
ISC DHCP will limit the reply length to 64 bytes for bootp replies
unless we explicitly tell it we can do more. We tell it that we can do
1200 bytes.
2000-05-07 14:29:19 +00:00
Nick Hibma
d38aa24487
More static -> Static to keep OpenBSD happy.
2000-05-07 14:23:32 +00:00
Andrey A. Chernov
53ace76468
Remove stale file - moved to new location
2000-05-07 13:34:40 +00:00
Doug Rabson
80b173e496
Reserve 145 for DRI graphics system.
2000-05-07 13:31:41 +00:00