John Baldwin
246d578cba
lnc(4) uses kvtop() and is thus i386-only for now.
2002-11-06 22:56:57 +00:00
David E. O'Brien
dcb2279368
Style sync with rest of FreeBSD.
2002-11-06 22:54:58 +00:00
John Baldwin
34fa34334e
Use long long to print out a bus_addr_t again.
2002-11-06 22:42:45 +00:00
John Baldwin
b1e014fc3a
Cast a bus_addr_t to a long long to make printf happy.
2002-11-06 22:40:01 +00:00
John Baldwin
c8341b3e2d
Make firewire i386-only for now. It doesn't quite handle machines with
...
64-bit address spaces yet. Pointy hat to myself for sticking it in the MI
NOTES file to begin with.
2002-11-06 22:30:33 +00:00
John Baldwin
ddb554f76d
Wrap ()'s around an argument before casting it to a void *. If the
...
argument is an expression you can end up casting part of it to void *.
This resulted in bogus warnings about pointer arith using void *'s for
the ep(4) driver.
2002-11-06 22:18:26 +00:00
John Baldwin
b76c5a11e5
ed(4) uses kvtop() and is thus i386-only. It has several other warnings
...
related to sizeof(int) != sizeof(void *), but kvtop() is much harder to
fix.
Approved by: imp
2002-11-06 22:03:53 +00:00
John Baldwin
b180bb1684
Move the drm code to the i386 MD NOTES file. It can be added to other MD
...
NOTES files if desired, but this code is not MI on FreeBSD. The Alpha
support is Linux specific and does not compile on FreeBSD.
2002-11-06 21:42:42 +00:00
Josef Karthauser
8ecdcb3ff3
Packed structures are defined differently in older gcc's, like the one
...
currently in -stable. Put the exception into usb.h instead of having it
hard coded in the sound code.
2002-11-06 21:37:21 +00:00
John Baldwin
a1571cd12f
Use bus_addr_t instead of u_int32_t in functions to convert between
...
physical and virtual addresses.
2002-11-06 21:19:17 +00:00
John Baldwin
cea108a8ce
Move digi to the i386 MD NOTES until it stops using inb() and outb().
...
Please use bus_space functions instead.
2002-11-06 21:11:42 +00:00
John Baldwin
1183b97250
- Move comments regarding flags for dgb(4) over to the MD NOTES file where
...
dgb(4) lives.
- Move dgb(4) back to where it used to be relative to other drives in the
old NOTES/LINT file.
2002-11-06 21:07:13 +00:00
John Baldwin
820a843d5a
dgb(4) currently is i386-only.
2002-11-06 21:02:19 +00:00
John Baldwin
02ccdce8db
Use the explicit value 0xffffffff instead of assuming that is what ~0UL
...
equals.
Approved by: imp
2002-11-06 20:40:29 +00:00
John Baldwin
f37f15337d
Add some band-aid casts to quiet warnings. This driver still assumes
...
that sizeof(int) == sizeof(void *) == 4. However, it also seems that the
hardware assumes this.
2002-11-06 20:34:38 +00:00
John Baldwin
cb27d4c7cd
More int != pointer stuff.
2002-11-06 20:16:39 +00:00
Poul-Henning Kamp
e6e142398f
Straighten up the geom.ctl config interface definitions.
...
Sponsored by: DARPA & NAI Labs
2002-11-06 20:05:15 +00:00
John Baldwin
a7a1238911
Repeat after me: sizeof(int) != sizeof(void *).
2002-11-06 20:04:41 +00:00
John Baldwin
929791c8cc
Use some long long casts to quiet warnings in debug printf's on alpha.
2002-11-06 19:52:13 +00:00
John Baldwin
ba76c5a2c1
Use a bandaid to fix a warning. However, this driver is very, very far
...
from being MI in any fashion. It currently "assumes" that it can get
a kernel virtual address for a phyiscal address by adding KERNBASE to the
physical address. It also tries to read values out of a the PC BIOS on
all archs. It also uses "manual" inb() and outb()'s to talk to the mcclock
device which just happens to be at that location on both i386 and alpha.
This driver should likely be i386-only.
2002-11-06 19:42:59 +00:00
John Baldwin
8a651d2c4a
Make the ar(4) driver i386-only for now. It has lots of sizeof(int) ==
...
sizeof(void *) assumptions and doesn't use busdma yet (it uses kvtop()
which is not an MI interface).
Recommended by: jake, mux
2002-11-06 19:27:09 +00:00
Tom Rhodes
01f5fdee5c
Restore most (90%) of the text I removed in my previous commit. Remove the
...
part about spelling and grammar.
Discussed with: -developers
2002-11-06 18:58:02 +00:00
John Baldwin
fee174cd9c
Fix warning where sizeof(size_t) != sizeof(int).
2002-11-06 18:55:24 +00:00
Maxime Henrion
361186e5d5
In the !DEBUG case, we were passing foo.ko two times on the
...
rm -f command line when doing a make clean. Fix this.
Reviewed by: ru
2002-11-06 17:40:13 +00:00
Chris Costello
2834b91a8d
o Make the COMPATIBILITY section a bit less redundant.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Labs
2002-11-06 17:38:18 +00:00
Chris Costello
baae0d7638
o Update man page to reflect the new prototypes for mac_{to,from}_text.
...
o Remove a (currently) no-longer-pertinent entry from errors.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Labs
2002-11-06 17:34:29 +00:00
Hidetoshi Shimokawa
196c0df6ca
Add support for DEVICE_POLLING.
...
PR: kern/44772
Submitted by: Takashi Oono <takashi@yha.att.ne.jp>
MFC after: 1 week
2002-11-06 15:50:32 +00:00
Hidetoshi Shimokawa
1d3e59b1d3
Minor clean up on cdb handling.
2002-11-06 15:34:52 +00:00
Maxim Konovalov
a54587ad70
Kill EOL whitespaces, style(9) fix.
2002-11-06 15:09:34 +00:00
Maxim Konovalov
d6abaeebeb
Fix UID/GID options parsing.
...
PR: bin/42579
Submitted by: Belousov Oleg <oleg@belousov.com>
Approved by: luigi
MFC after: 2 weeks
2002-11-06 14:57:18 +00:00
Juli Mallett
751d91aabd
Remove what was a temporary bogus assignment of bits of siginfo_t, as it does
...
not look like the prerequisites to fill it in properly will be in the tree
for the upcoming release, but it's mostly done, so there is no need for these
to stay around to remind us.
2002-11-06 14:53:35 +00:00
Josef Karthauser
cfccb34a24
There's no need for a locally defined usb_proc_t when we've got
...
usb_proc_ptr that does the same thing.
2002-11-06 14:29:27 +00:00
Juli Mallett
4cdaba7761
Add a MAINTAINERS entry for make(1), to the make@ alias, which anyone can use
...
to run patches to make(1) by. Hopefully this will make it easier to get bugs
fixed in make(1), as well as get review by people with experience working on,
in, around, etc., make(1).
Currently it points to two people who have demonstrated maintainership (ru@
and myself) and one person interested in helping (alane@). That list is
subject to expansion and contraction.
2002-11-06 14:01:08 +00:00
Yoshihiro Takahashi
ab3626d51a
Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.
2002-11-06 13:47:00 +00:00
Yoshihiro Takahashi
c7a1bf8bf3
Include "../Makefile.inc".
2002-11-06 13:41:40 +00:00
Tim J. Robbins
89861638ca
Add missing #includes of <stdio.h>. Correct a few typos in comments.
2002-11-06 09:37:47 +00:00
Doug Barton
a0c161c4e4
Import the latest hints file from Internic. The most important change
...
is that J has moved, however I'm sure you'll all be very disappointed
to hear that you can no longer retrieve this file via gopher.
2002-11-06 09:21:39 +00:00
David E. O'Brien
242bb95312
Clean up a little. Don't need to include fetch.h any more, and I can't
...
find any consumers of HOSTNAME_MAX.
2002-11-06 09:03:53 +00:00
David E. O'Brien
d920cd78f4
Break fileGetURL() out into its own file so that pkg_install/lib consumers
...
pkg_{create,delete} don't need to needlessly link with libfetch.
2002-11-06 08:57:03 +00:00
Matthew N. Dodd
99af1d6f76
Whitespace, style fixes.
2002-11-06 08:08:55 +00:00
Dag-Erling Smørgrav
810a15b120
Add caveats regarding the effect of PAM on PasswordAuthentication and
...
PermitRootLogin.
PR: docs/43776
MFC after: 1 week
2002-11-06 08:04:56 +00:00
David E. O'Brien
837bd2fa82
Better emulate the FSF build for Sparc64.
2002-11-06 07:00:59 +00:00
Marcel Moolenaar
9cdb5b17ea
Don't ever disable ACPI on ia64. We cannot life without it.
2002-11-06 04:59:22 +00:00
Marcel Moolenaar
6e296c0d4e
Define UMA_MD_SMALL_ALLOC so that we can allocate memory with region
...
7 addresses for use by page tables and kernel stacks.
Obtained from: peter
2002-11-06 04:47:38 +00:00
Hidetoshi Shimokawa
aeeb228712
- Let the PCI code try to route interrupt in -current
...
- Print warning in -stable.
2002-11-06 04:07:05 +00:00
Tom Rhodes
ad727d7c98
Remove Realtek discriminating comments from the rl(4) manual page.
...
This leaves us with 'just the facts'
PR: 31271
2002-11-06 03:53:08 +00:00
Robert Watson
ce311c66ec
Hook up the userland wrapper for __mac_execve().
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-11-06 03:38:47 +00:00
Marcel Moolenaar
d47aff5ca6
Check the FSLABEL argument and invoke the generic doFS.sh script
...
if it's not defined as efi. This makes sure we create a proper
MFS root filesystem and still allow the boot disk to be EFI
based.
At this time EFI auto boot works and we're properly loading the
MFS root file system. Time to create drivers.conf and get this
show on the road!
2002-11-06 03:36:57 +00:00
Robert Watson
81ccbd2ad1
Reserve a major number for the mdsio driver: RS-485 driver for 8250-family
...
UARTs.
Requested by: doconnor@gsoft.com.au
2002-11-06 02:19:28 +00:00
Tim J. Robbins
e09fdabddf
Use warn() instead of perror() or fprintf() where appropriate.
2002-11-06 01:18:12 +00:00