Andrey A. Chernov
ab39fdb694
add MLINKS for two functions used from login_auth.c
...
comment out unused functions from login_auth.3
1999-04-24 16:30:30 +00:00
Peter Wemm
ea7b76b16b
Drop tty/net/bio/cam interrupt class labels, it's meaningless here now.
1999-04-24 16:07:51 +00:00
Peter Wemm
36d9945d74
Drop the tty/net/bio/cam interrupt class labels, they are meaninless here
...
now.
1999-04-24 16:04:16 +00:00
Dmitrij Tejblum
9d8da4723b
Use pointer arithmetic as appropriate.
1999-04-24 13:23:48 +00:00
Luigi Rizzo
88a5354ece
postpone the sending of IGMP LEAVE msg to after deleting the
...
mc address from the address list. The latter operation on some
hardware resets the card, potentially canceling the pending LEAVE
pkt.
1999-04-24 12:28:51 +00:00
Dmitrij Tejblum
c1eefce941
Fixed printf format errors on alpha.
1999-04-24 11:29:48 +00:00
Dmitrij Tejblum
0dd9741eb4
Use pointer arithmetic to do pointer arithmetic.
1999-04-24 11:25:01 +00:00
Dmitrij Tejblum
b079102dc5
Modify the non-i386 version of disable_intr() and enable_intr() so that they
...
don't produce a warning on every use.
1999-04-24 10:41:21 +00:00
Nik Clayton
f3b7e70782
Revert part of the previous commit. Keep the example that shows how the
...
"-h" flag is used, but use "chown" in the example instead of "file".
Prompted by: bde
1999-04-24 10:08:09 +00:00
John Hay
3333e32aa0
Add an option to disable responses to SAP_GETNEAREST_SERVER requests.
...
Submitted by: Boris Popov <bp@butya.kz>
1999-04-24 09:18:49 +00:00
Peter Wemm
7e381ee0b4
Back out parts of rev 1.4; making isa.c preserve the hints across a
...
release made it unneeded.
1999-04-24 07:04:51 +00:00
Peter Wemm
8e51a153aa
Revert part of 1.9; we don't need to reset the port after release now that
...
the isa bus doesn't clear the hints at that point.
1999-04-24 06:48:27 +00:00
Peter Wemm
d70a04d62d
Don't clear the hints on release, just the resource containers.
1999-04-24 06:47:24 +00:00
Peter Wemm
0483b5b696
Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.
1999-04-24 06:46:10 +00:00
KATO Takenori
5d6d02b1e2
Optimize better for space.
...
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1999-04-24 04:29:13 +00:00
KATO Takenori
742958ce9d
Commented out adv_isa.c.
1999-04-24 04:22:57 +00:00
KATO Takenori
2b2c7e7c09
- PC98 doesn't support 16bits bus I/F of adv deriver.
...
- PC98 has the bs driver.
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
1999-04-24 04:21:42 +00:00
KATO Takenori
6e982e922a
1MB is not 1024 * 1024 * 1024 but 1024 * 1024.
1999-04-24 04:16:22 +00:00
John Polstra
4e54ad63db
Remove some left-over stuff from NetBSD that we don't need. This
...
eliminates the need to include the dynamic linker's private header
file, as well as two other headers from <sys>.
1999-04-24 02:07:17 +00:00
Jordan K. Hubbard
c8f07a79f8
Remove the registration stuff; we're redoing this and the emailed
...
registrations have a high failure rate for various reasons.
1999-04-24 01:53:55 +00:00
SADA Kenji
8ee64ab680
Typo of `same_ports' directive.
...
Submitted by: Masaki Nohtomi <noutomi@jbm-net.or.jp>
1999-04-24 01:42:44 +00:00
Justin T. Gibbs
1d28309371
ahc_pci.c:
...
Convert to new bus and bus dma.
Use latest PCI API.
bt_pci.c:
Fix a few bugs in how resourses are released left over from
when this driver was converted to new bus.
1999-04-23 23:30:22 +00:00
Justin T. Gibbs
74ed7047aa
staticize.
1999-04-23 23:29:23 +00:00
Justin T. Gibbs
6d6f090033
ahb.c:
...
Synchronize malloc types for our softc.
ahc_eisa.c:
Sync to aic7xxx driver bus dma and new bus changes.
1999-04-23 23:29:00 +00:00
Justin T. Gibbs
047a1fb181
bt.c:
...
Simplify some inline functions.
btreg.h:
Correct a comment.
1999-04-23 23:28:20 +00:00
Justin T. Gibbs
00fa2b1fa7
Complete conversion to bus dma. This driver now works on the alpha.
...
aicasm_symbol.c:
Correct an unaligned access problem. You can't rely on DB to
store your data in an aligned fashion.
1999-04-23 23:27:31 +00:00
Justin T. Gibbs
b5aedf623a
Kill a compiler warning.
1999-04-23 23:26:10 +00:00
Justin T. Gibbs
9dd03ecf30
Release bus entries in the EDT when a path is released.
...
Null out path entries when the path is released to catch bugs.
Free our configuration hook when we're done with it.
1999-04-23 23:25:48 +00:00
Peter Wemm
525a3d26e7
Make the register_intr() glue actually have a chance of working...
1999-04-23 21:01:19 +00:00
Peter Wemm
e0e77ef1c6
s/lkm(4)/kld(4)/
1999-04-23 20:53:34 +00:00
Dmitrij Tejblum
11a9f83f80
Make pmap_collect() an official pmap interface.
1999-04-23 20:29:58 +00:00
Dmitrij Tejblum
0666dbe1cf
Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.
...
Suggested by: bde
1999-04-23 20:22:44 +00:00
Dmitrij Tejblum
e415107779
Fixed several (not all) warnings.
1999-04-23 19:53:38 +00:00
Guy Helmer
f8c6d853b0
local_cron -> local_periodic
...
PR: docs/11253
1999-04-23 18:26:55 +00:00
Guy Helmer
200c501e03
Reference kld(4).
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-23 16:12:44 +00:00
Brian Somers
7c6b3a5704
Spelling police
1999-04-23 13:45:50 +00:00
Peter Wemm
6757ed7e26
Update VM86 comment - it's used for VESA too.
...
PR: 7976
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1999-04-23 06:30:10 +00:00
Andrey A. Chernov
9587fac012
fix -n with 16-chars hostnames, modified patch from PR
...
PR: 11286
Submitted by: Hans Huebner <hans@chaosradio.berlin.ccc.de>
1999-04-22 23:40:56 +00:00
John Polstra
607c815bef
Update #include statements to reflect the new location of "sioreg.h".
...
With these changes plus the egcs fix I committed a few minutes ago,
"make -DWANT_AOUT world" works again. Most likely, "make upgrade"
is fixed too, though I haven't tested that.
1999-04-22 21:02:44 +00:00
David E. O'Brien
52ae8152fa
Sorry didn't get this in the last commit: MACHINE_ARCH changes courtesy
...
of Warner Losh <imp@village.org>. (he's got plans for FreeBSD mips :-))
1999-04-22 20:12:21 +00:00
David E. O'Brien
a834cf28a5
Use GNU_ARCH' in most places where
MACHINE_ARCH' was used. Building for
...
mips has some particularlies.
1999-04-22 19:35:16 +00:00
David E. O'Brien
9a15e81395
Add libf2c.so.2 for our FORTRAN friends.
1999-04-22 19:10:48 +00:00
David E. O'Brien
1030a4e631
Use new FBSD_SWITCH_TAKES_ARG' and
FBSD_WORD_SWITCH_TAKES_ARG'.
1999-04-22 17:45:24 +00:00
David E. O'Brien
61d2d44398
Move SWITCH_TAKES_ARG' to
FBSD_SWITCH_TAKES_ARG' and `WORD_SWITCH_TAKES_ARG'
...
to `FBSD_WORD_SWITCH_TAKES_ARG' which allows architectures to tweak these
values if needed.
1999-04-22 17:45:01 +00:00
John Polstra
d7e19a1d6a
Don't build with -g. The a.out egcs can't handle it at the moment.
...
This seems to have snuck back into the Makefile in an unrelated
commit (rev. 1.8).
1999-04-22 15:47:21 +00:00
David Nugent
a09d51d0a5
Fix so that this driver works again when compiled with EGCS (which
...
apparently has a much better optimiser, requiring 'volatile' memory
to be declared as such).
1999-04-22 15:19:37 +00:00
John Hay
e7f807a217
Fix the display of the "nice" value of processes like ntpd that use the
...
posix sched_setscheduler() to set their priority.
Noticed by: Mark Allwright <mallwri@orion.didata.co.za>
1999-04-22 14:34:53 +00:00
Peter Wemm
9d0e5f96b0
Return the port size from the probe.
...
"ppc0 at port 0x378 irq 7 drq 3 on isa0" becomes
"ppc0 at port 0x378-0x37f irq 7 drq 3 on isa0"
1999-04-22 13:10:43 +00:00
Søren Schmidt
3bbf78853f
Fix the promise_intr function, it should use 'lun' not 'unit'
...
to get the offset into ata_devices.
1999-04-22 08:07:44 +00:00
Warner Losh
0781becd81
For mips assembler, we need to define TARGET_BYTES_BIG_ENDIAN to be
...
zero when building for little endian machines.
Correct the target names for mips. We just use the generic targets
for mips elf, so the mipse[lb]-unknown-freebsd emulation types don't
exist.
1999-04-22 07:19:20 +00:00