Hajimu UMEMOTO
7c991abcbc
some clarification on if_getmtu()
...
- avoid to use freed (by freeifaddrs) data
- 1st try getifaddrs, then try SIOCGIFMTU as the last resort
Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Obtained from: KAME Project
2000-10-28 17:57:38 +00:00
Hajimu UMEMOTO
7363d0e795
defined HAVE_IFM_DATA for (free|net|open)bsd
...
Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Obtained from: KAME Project
2000-10-28 17:54:19 +00:00
Josef Karthauser
868ea02b2f
When an interface isn't specified use wi0 as the default.
...
This gets around a segmentation fault that occurs when the interface
isn't specified first before any of the options.
Inspired by PR: bin/22241
2000-10-28 16:25:25 +00:00
Josef Karthauser
d630df9bba
When an interface isn't specified use wi0 as the default.
...
This gets around a segmentation fault that occurs when the interface
isn't specified first before any of the options.
Inspired by PR: bin/22241
2000-10-28 16:18:41 +00:00
Josef Karthauser
78ba546662
Fix a blatant bug when running '/etc/pccard_ether device stop'.
...
I wasn't dropping the interface correctly, but not noticing because
the interface was going away when the card was ejected.
Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
2000-10-28 14:31:40 +00:00
Andrew Gallatin
aa29dffdf8
cleanups of my previous, quick & dirty fix of unaligned access errors on alpha.
...
submitted by: bde
2000-10-28 14:26:23 +00:00
MIHIRA Sanpei Yoshiro
33eb563d67
add PC-Card melody beep(PC Card bus, kludge version)
...
Original idea from: PAO3
2000-10-28 13:35:34 +00:00
Mike Smith
d7252b2cef
Mention the new '40LD' AMI RAID controllers that we now support.
2000-10-28 11:51:12 +00:00
Yoshihiro Takahashi
65a68d7647
Restore GDC mode to initial mode instead of 24KHz.
...
Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
2000-10-28 11:27:56 +00:00
Yoshihiro Takahashi
12f1a08005
Fixed extention memory check routine.
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-10-28 11:16:42 +00:00
Yoshihiro Takahashi
de103326a4
Removed extra calculation for X position (PC-98 only).
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-10-28 10:59:21 +00:00
Mike Smith
e10f2ee576
Return -10 from the PCI probe to allow room for an updated driver to
...
override one built into the kernel.
2000-10-28 10:46:30 +00:00
Peter Wemm
41fced74eb
Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/
2000-10-28 10:03:54 +00:00
Alexander Langer
b7f4c6bf0e
Use EX_USAGE in an example, as the SAME manual page describes a
...
few lines higher.
PR: 22371
Submitted by: andrew@ugh.net.au
2000-10-28 10:02:23 +00:00
Jeroen Ruigrok van der Werven
8c615a5285
Add some more information to the AUTHORS section.
...
Remove unnecessary duplication of asr after the .Nm macro.
2000-10-28 09:56:34 +00:00
Bill Paul
1d5e53109c
Add PCI IDs for some additional cardbus cards. Yes, there really is
...
a RealTek 8139 cardbus device. Unfortunately it doesn't quite work yet
because the CIS parser barfs on it.
Submitted by msmith, with some small tweaks by me.
2000-10-28 09:00:20 +00:00
Mike Smith
a61a28f04c
We should include <machine/stdarg.h> not <stdarg.h>
...
Submitted by: phk
2000-10-28 08:32:43 +00:00
Bruce Evans
27c6358927
Quick fix for namespace problems which broke many ports. Spell
...
uint16_t as "unsigned short" like it used to be and uint32_t as
"unsigned int" not like it used to be (was: "unsigned long").
2000-10-28 08:20:33 +00:00
Alexander Langer
d4cc151df7
Make the -d option actually work.
...
Today fast terminals are usually the default.
PR: 21634
Submitted by: Eric S. Van Gyzen <eric@vangyzen.net>
2000-10-28 07:37:57 +00:00
Mike Smith
683212b993
Some AML code assumes that a function without an explicit ReturnOp will
...
return the last value returned by a nested method call. This violates
the ACPI spec, but is implemented by the Microsoft interpreter, and thus
vendors can (and do) get away with it.
Intel's stance is that this is illegal and should not be supported.
As they put it, however, we have to live in the real world. So go ahead
and implement it.
Submitted by: Mitsaru IWASAKI <iwasaki@jp.freebsd.org>
2000-10-28 07:32:13 +00:00
Mike Smith
31239e0d37
FreeBSD-specific customisations:
...
- Set debugger options for kernel build
- Define some missing functions
- Bring in GCC defines
- Disable the 'wbinvd' macro as it conflicts with our inline
2000-10-28 07:29:08 +00:00
Mike Smith
975e9c4c52
Add some extra fuctions:
...
- AcpiGetProcessorID (fetch the ACPI processor ID for a given ACPI_HANDLE)
- AcpiSetSystemSleepState (set the Sx sleeping state, proposed by Intel
but not actually implemented)
2000-10-28 07:26:48 +00:00
Mike Smith
0da9b7818e
Add some verbiage about the new ACPICA code. Note that this probably
...
breaks building this config, as the old ACPI code will conflict. The
old code will be going away shortly, so this should not be an issue.
2000-10-28 07:07:02 +00:00
Mike Smith
011d43cdb3
Allow PCI busses to be connected to host bridges detected by ACPI as well.
2000-10-28 07:04:07 +00:00
Mike Smith
a06f3df81d
Connect the new ACPICA code to the 'acpica' device.
2000-10-28 07:03:39 +00:00
Mike Smith
15e32d5d03
Initial FreeBSD OSPM (operating system power management) modules for
...
ACPICA. Most of these are still works in progress. Support exists for:
- Fixed feature and control method power, lid and sleep buttons.
- Detection of ISA PnP devices using ACPI namespace.
- Detection of PCI root busses using ACPI namespace.
- CPU throttling and sleep states (incomplete)
- Thermal monitoring and cooling control (incomplete)
- Interface to platform embedded controllers (mostly complete)
- ACPI timer (incomplete)
- Simple userland control of sleep states.
- Shutdown and poweroff.
2000-10-28 06:59:48 +00:00
Mike Smith
fd660059d9
FreeBSD-specific OSD (operating system dependant) modules for the Intel
...
ACPICA code.
2000-10-28 06:56:15 +00:00
Poul-Henning Kamp
54b1161b73
Revert two experimental changes which escaped from my devel machine.
2000-10-28 06:55:12 +00:00
Mike Smith
ee1c50ab3a
This commit was generated by cvs2svn to compensate for changes in r67754,
...
which included commits to RCS files with non-trunk default branches.
2000-10-28 05:01:06 +00:00
Mike Smith
926328c406
Initial import of the Intel-maintained ACPI Component Architecture. This
...
is Intel's reference implementation of the core operating-system ACPI
support. (This import is on the vendor branch.)
2000-10-28 05:01:06 +00:00
David E. O'Brien
23104303fa
Hook ipfilter back up as it compiles now.
2000-10-28 04:51:47 +00:00
Kenneth D. Merry
b38d50a507
Add a quirk entry for Nakamichi MJ-* changers. The changer in question is
...
a <NAKAMICH MJ-5.16S 1.06>.
Submitted by: Kevin Van Maren <vanmaren@fast.cs.utah.edu>
2000-10-28 03:14:59 +00:00
MIHIRA Sanpei Yoshiro
5b02b06ac8
add Xircom CreditCard adapters and workalikes(xe driver)
...
to Default (GENERIC) Configuration
2000-10-28 01:35:21 +00:00
John Baldwin
55d79ad0db
The x86 atomic operations are already locked, so they do not need an
...
additional locked instruction to guarantee a write barrier for the acquire
variants.
Approved by: dfr
Pointy hat to: jhb
2000-10-28 00:28:15 +00:00
Mike Smith
6dc6d3bb7c
Fix typo in the 4.x case.
2000-10-27 23:40:45 +00:00
Cameron Grant
d16b567379
implement SNDCTL_DSP_POST
2000-10-27 22:20:45 +00:00
John Baldwin
7c0cb49a64
Fix a couple of whitespace nits.
2000-10-27 21:45:50 +00:00
Poul-Henning Kamp
bb2e7ebb7c
Remove 86 unneeded #includes
2000-10-27 21:32:10 +00:00
Poul-Henning Kamp
c77dceb5d3
Remove more unused #includes.
2000-10-27 21:14:25 +00:00
Mike Pritchard
096ed6644a
Typo fix.
2000-10-27 20:55:15 +00:00
Garrett Wollman
9d31ac12b7
Initialize rn_mklist in rn_newpair(). The undocumented assumption
...
seems to be that the nodes are bzero'd beforehand, but the submitter
found that this was not always the case, and in any event defensive
programming here costs epsilon squared.
PR: 22244
Submitted by: Dave Gillam <daveg@chiaro.com>
2000-10-27 20:50:14 +00:00
Andrew Gallatin
a415ada785
remove a stddef.h missed by phk
2000-10-27 18:57:31 +00:00
Jacques Vidrine
580ef74769
Explicitly initialize _pw_passwd.
2000-10-27 18:27:07 +00:00
Matt Jacob
55acaca9e1
Add usage of M_ZERO to malloc calls where the result was just bzeroed.
...
PR: 22186
Submitted (partially) by: josh@zipperup.org
2000-10-27 16:40:57 +00:00
Matt Jacob
657e6b0d78
Add M_ZERO to malloc calls where the result is just bzeroed.
...
PR: 22188
Submitted (partially) by: josh@zipperup.org
2000-10-27 16:36:26 +00:00
Matt Jacob
f2998370b7
update man page to reflect new support
2000-10-27 16:12:53 +00:00
Jeroen Ruigrok van der Werven
e87b9f2824
Use FreeBSD.org, not freebsd.org, as has been the precedent.
2000-10-27 16:05:39 +00:00
Jeroen Ruigrok van der Werven
90165ebba8
Please welcome the asr manpage [no, not alt.sysadmin.recovery], but
...
the Adaptec SCSI RAID cards.
Submitted by: msmith, scottl, Mark Salyzyn
2000-10-27 15:54:34 +00:00
Noriaki Mitsunaga
d206554f40
Comment out the entry for Workbit Ninja SCSI series in PIO mode.
...
This confilcted with the entry of non PIO mode.
If you want to use them in PIO mode comment out entry of the non PIO mode
and uncommnet the PIO mode entry.
2000-10-27 13:59:16 +00:00
David E. O'Brien
d0eaa94443
Include sys/param.h for `__FreeBSD_version' rather than the non-existent
...
osreldate.h.
Submitted by: dougb
2000-10-27 12:53:31 +00:00