Pierre Beyssac
27a828fcb6
Convert BSD trap codes to i386.
...
Submitted by: F. Gouget <fgouget@free.fr>
2001-11-20 09:39:31 +00:00
Warner Losh
67bac73ca9
Comment out some bogus entries. somehow they match everything, which
...
is bad. I need to correct pccarddev, but I'm not sure how just at the
moment. So I'm firewalling the damage.
2001-11-20 06:18:36 +00:00
Warner Losh
03bfaba97c
Weed out those pccard entries that match everything. These are too
...
dangerous to allow :-)
This should fix the ed1: <PLANEX ... bug.
2001-11-20 06:15:24 +00:00
David Greenman
136b546adf
Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware.
...
PR: 23536
Submitted by: amagai@nue.org
2001-11-19 23:23:28 +00:00
Brian Feldman
cd11f7bf9f
Reference lomac in its new location.
2001-11-19 22:36:40 +00:00
Brian Feldman
64b6b70e17
This commit was generated by cvs2svn to compensate for changes in r86629,
...
which included commits to RCS files with non-trunk default branches.
2001-11-19 22:34:06 +00:00
Brian Feldman
3795613d1d
Import LOMAC preliminary release 2.0.0 in src/sys/security. These files may
...
be modified and do not have to remain on the vendor branch.
http://opensource.nailabs.com/lomac/index.html
Sponsored by: DARPA, NAI Labs (CBOSS project)
2001-11-19 22:34:06 +00:00
Ian Dowse
c0bea86dc4
Back out revision 1.117; the correct solution is to upgrade the
...
firmware on the drive in question. The pattern also matched far
too many Hitachi drives.
Spotted by: dg
2001-11-19 20:50:44 +00:00
Brian Feldman
6fba85a0cf
The "lomac" module compiles fine on Alpha, too.
...
Tested by: wilko
2001-11-19 20:25:55 +00:00
Munechika SUMIKAWA
9ef912e8ec
Support MELCO LUA2-TX USB ethernet adaptor.
...
Actually this porting supports Pegasus II chip so I guess some other
devices supported by NetBSD also work. But the devices list are not
included because I cannot confirm if they work.
Obtained from: NetBSD
MFC after: 3 weeks
2001-11-19 18:47:49 +00:00
Munechika SUMIKAWA
c9fcd7dde0
Regen.
2001-11-19 18:41:35 +00:00
Munechika SUMIKAWA
b62f13198a
Add Melco LUA2-TX5.
2001-11-19 18:40:17 +00:00
Brian Feldman
a066b1c1d5
Add module "lomac" to the modules Makefile, i386 section. If someone on
...
Alpha can verify that it compiles fine there, too, this should be moved
to the MI section (or that problem fixed); I've only had x86 hardware to
est with.
Sponsored by: DARPA, NAI Labs (CBOSS project)
2001-11-19 18:15:12 +00:00
Brian Feldman
4c4771369c
Depend on vnode_if.h.
2001-11-19 18:12:46 +00:00
Brian Feldman
21180f280b
Use appropriaate include path for syscall_gate.h
2001-11-19 18:12:12 +00:00
David E. O'Brien
03820e7a36
Upper case the FreeBSD loader prompt.
...
On OFW based machines, it is just too confusing having the firmware and
OS loader giving the same prompt. This is a nice compromise that 99% of the
users on non-OFW platforms will probably not even notice.
2001-11-19 17:30:26 +00:00
Ian Dowse
b0cb4883b1
Deal with a few issues that cropped up following the recent changes
...
to the code for translating socket and private ioctls:
- Only perform socket ioctl translation if the file descriptor is a
socket.
- Treat socket ioctls on non-sockets specially, and for now assume
that these are directed at a tap/vmnet device, so translate the
ioctl numbers as appropriate (the way if_tap abuses some socket
ioctls to pass non-ifreq data is utterly bogus, but this is how
VMware on FreeBSD has always "worked"; I will deal with this
later).
- Add (untested) support for translating SIOCSIFADDR.
- In all cases where we fail to translate an ioctl, return ENOIOCTL
so that other handlers have a chance to do the translation.
This should fix the "/dev/vmnet1: Invalid argument" errors that
users of VMware were experiencing, though I have only verified this
on RELENG_4.
Submitted by: des (mostly)
MFC after: 3 days
2001-11-19 15:43:50 +00:00
Maxim Sobolev
783c41d432
Make kevents on pipes work as described in the manpage - when the last
...
reader/writer disconnects, ensure that anybody who is waiting for the
kevent on the other end of the pipe gets EV_EOF.
MFC after: 2 weeks
2001-11-19 09:25:30 +00:00
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
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
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
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
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
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
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