Peter Wemm
d65d6e5e21
s/code/ucode/ (last minute typo)
2001-11-19 08:06:56 +00:00
Peter Wemm
bc11d59b2a
Initial cut at calling the EFI-provided FPSWA (Floating Point Software
...
Assist) driver to handle the "messy" floating point cases which
cause traps to the kernel for handling.
2001-11-19 07:25:42 +00:00
Jun Kuriyama
a5908fe02a
Add support for Intel's i820/i840/i845/i850/i860 chipset.
...
Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
2001-11-19 07:15:45 +00:00
Peter Wemm
24ffe931b9
Lookup the EFI_FPSWA driver and pass the interface pointer through to the
...
kernel before we call ExitBootServices(). I've typed the definitions
in efifpswa.h from the Intel FPSWA manual (urk).
2001-11-19 07:09:47 +00:00
Peter Wemm
1ccc5e6c4e
Use some (now) spare space for passing through a pointer to the FPSWA
...
Interface provided by EFI (Floating Point SoftWare Assist).
2001-11-19 07:07:09 +00:00
Peter Wemm
de76c8189e
Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfo
...
should go away on ia64, we should be loader metadata based since that is
the only way we can boot (loader, skiload).
2001-11-19 07:05:10 +00:00
Peter Wemm
a812f645bc
Fix a dependency violation, same as in libefi/elf_freebsd.c a while back.
2001-11-19 06:59:53 +00:00
Peter Wemm
8e92224a8a
This is used in C, not C++. functions with no args have func(void) in our
...
kernel.
2001-11-19 06:58:14 +00:00
Warner Losh
8529411cad
Add NEWCARD support to awi.
...
Devices obtained from NetBSD (+ zoom air 4000, which I added).
2001-11-19 06:42:11 +00:00
Warner Losh
e6c33a39ba
Create a module for awi.
2001-11-19 06:41:04 +00:00
Warner Losh
5bbac2b91d
Update to 1.23 pccarddevs
2001-11-19 06:28:20 +00:00
Warner Losh
d2e623d7ef
Add ZOOM as one of the bgous vendors
2001-11-19 06:27:33 +00:00
Warner Losh
3d3a4bbbe9
Add Linksys Instant Wireless Network PC Card from NetBSD
2001-11-19 05:34:55 +00:00
Warner Losh
eb321069c2
Update to 1.22 pccarddevs
2001-11-19 05:22:46 +00:00
Warner Losh
fec4038832
Nits to make it whitespace compatible with what I'm about to commit to NetBSD
2001-11-19 05:22:28 +00:00
Warner Losh
49fe5a5891
Update to 1.21 pccarddevs
2001-11-19 05:11:50 +00:00
Warner Losh
1f0d8efbc3
Merge NetBSD 1.146: Linksys Instant Wireless Network card.
...
Obtained From: NetBSD
2001-11-19 05:11:35 +00:00
Brian Feldman
3d383bb3f6
Install LOMAC public headers.
...
Sponsored by: DARPA, NAI Labs (CBOSS project)
2001-11-19 05:10:50 +00:00
Brian Feldman
b13c2e209e
Add module compile framework for LOMAC.
...
Sponsored by: DARPA, NAI Labs (CBOSS project)
2001-11-19 05:09:14 +00:00
Warner Losh
3ae1e1bed3
Update to 1.20 pccarddevs
2001-11-19 05:04:08 +00:00
Warner Losh
83f4f9209a
Merge NetBSD 1.145: Xircom XE2000
2001-11-19 05:02:55 +00:00
Brian Feldman
5f57403b19
Fix a license and change $Id$s to $FreeBSD$s.
...
Obtained from: DARPA, NAI Labs (CBOSS project)
2001-11-19 04:56:36 +00:00
Brian Feldman
5eca824ab0
This commit was generated by cvs2svn to compensate for changes in r86567,
...
which included commits to RCS files with non-trunk default branches.
2001-11-19 04:50:51 +00:00
Brian Feldman
ae3a37e4a0
Initial import of the LOMAC (Low-Watermark Mandatory Access Control)
...
module port to FreeBSD.
Obtained from: NAI Labsx
2001-11-19 04:50:51 +00:00
Warner Losh
84f453281c
Avaya Wireless PCCARD
...
Submitted by: Ants Aader <ants@kernel.ee>
2001-11-19 01:51:40 +00:00
Ian Dowse
39456c0351
Hitachi DK32 disks have problems with tagged queuing under load.
...
PR: kern/23536
Submitted by: Y.Amagai <amagai@nue.org>
MFC after: 1 week
2001-11-19 01:19:08 +00:00
Matthew Dillon
849948a7cd
cast hashing index to (int)(intptr_t) for calculation.
...
mtx_init() with MTX_QUIET and MTX_NOWITNESS to avoid bogus warnings
2001-11-19 00:20:36 +00:00
Jake Burkholder
125ccd2e6d
Actually build new files.
...
Forgotten by: jake
2001-11-19 00:19:49 +00:00
Jake Burkholder
d1ace49255
Forced commit to note that the maintainer's freefall name is kris not
...
kkenn. Too..much..irc.
2001-11-18 21:06:47 +00:00
Jake Burkholder
a967158a85
libkvm for sparc64. Only works for kernel memory so far.
2001-11-18 21:01:09 +00:00
Jake Burkholder
e12e1f3baf
Opensslconf for sparc64. Just a copy of the alpha one for now.
...
Approved by: kkenn (maintainer)
2001-11-18 20:58:19 +00:00
Thomas Moestl
f8129f72da
Add a structure defintion for the id prom contents.
...
Obtained from: NetBSD
2001-11-18 20:50:11 +00:00
Thomas Moestl
398e05ab1c
1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindings
...
2. Add OF_getprop_alloc(), a helper function that will malloc() a sufficient
amount of memory and then retrieve a property value into it.
Approved by: benno
Obtained from: NetBSD (1)
2001-11-18 20:38:44 +00:00
Jake Burkholder
656ad29399
Standardize idempotentcy ifdefs.
2001-11-18 20:30:16 +00:00
Marcel Moolenaar
9d2ff92851
Implement DVD-ROM ioctls.
...
PR: 26955
Submitted by: Boris Nikolaus (email unknown)
2001-11-18 18:49:07 +00:00
Mitsuru IWASAKI
430f5c92b6
Yet another verbose printing cleanup. Remove debug_wakeup flag and
...
check common verbose flag instead.
2001-11-18 18:48:31 +00:00
Andrew R. Reiter
b489b4075c
- Ensure that linker file id's are unique, rather than blindly
...
incrementing the value.
Reviewed by: dfr, peter
2001-11-18 18:19:35 +00:00
Mitsuru IWASAKI
6971b3c7d1
Cleanups of verbose printing. All the messages for the debugging is
...
disabled unless verbose flag is set. Also fix some messages in terms
of English.
The critical messages and error messages in probe/attach routine are
unchanged by this commit.
2001-11-18 18:12:07 +00:00
Jake Burkholder
fcada3d4ed
Add kernel headers needed to build libc. Some are bogus and/or just enough
...
to compile.
Mostly obtained from: netbsd
2001-11-18 17:56:46 +00:00
Ian Dowse
ffad02bd6b
Make completion work with filenames containing spaces.
...
PR: bin/23526
Submitted by: root@yoda.fwe.pi.musin.de
MFC after: 1 week
2001-11-18 17:49:09 +00:00
Ian Dowse
00a2029a0e
Allow the path for /dev and the location of the database file to
...
be overridden on the command line. This is useful for setting up
chroot/jail environments.
PR: bin/23509
Submitted by: Seth Kingsley <sethk@pike.osd.bsdi.com>
MFC after: 1 week
2001-11-18 17:24:28 +00:00
Ian Dowse
56f7305f58
Add the PnP ID for a Rockwell 33.6k modem.
...
PR: kern/23414
Submitted by: Ryuichiro Imura <imura@af.airnet.ne.jp>
MFC after: 1 week
2001-11-18 16:39:09 +00:00
Marcel Moolenaar
4b792b83af
Forced commit:
...
PR: 22971
Submitted by: Masahiko KIMOTO <kimoto@ohnolab.org>
2001-11-18 08:06:30 +00:00
Marcel Moolenaar
33b3cce08c
Implement missing SOUND_MIXER_WRITE_RECSRC ioctl.
...
PR: 22971
Tested by: dougb
2001-11-18 06:36:18 +00:00
Warner Losh
3033a4df0e
Add Xircom wireless card from pir@pir.net
2001-11-18 06:01:09 +00:00
Marcel Moolenaar
5c465126bf
Pass maintainership over to emulation@FreeBSD.org. It has been fun,
...
but time and other interests is making it hard. Open the door for
new blood and fresh tactics now that the Linuxulator has had its
facelift.
Thanks to all who contributed during my tour of duty!
2001-11-18 05:45:27 +00:00
Jake Burkholder
b6d97b0c52
Need .type and .size here too.
2001-11-18 04:48:34 +00:00
Jake Burkholder
84a23d72a0
Add more libc stuff.
...
Obtained from: netbsd
2001-11-18 04:40:30 +00:00
Jake Burkholder
c8efb16966
Catch up to jmpbuf changes. Define offsets used from assmebly language
...
in another file so that it is easy to see what they are and keep them in
sync with the headers (grafted from the kernel generated assym.s).
2001-11-18 04:35:09 +00:00
Jake Burkholder
29e5109c5f
Remove fork and vfork wrappers. The kernel does the right thing.
2001-11-18 04:31:36 +00:00