]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years ago- Document gencat(1)
dds [Fri, 22 Aug 2003 17:55:56 +0000 (17:55 +0000)]
- Document gencat(1)
- Fix grammar error and rationale for not using the command

Approved by: schweikh (mentor)
MFC after: 2 weeks

21 years agoUse the requested page's object field instead of the vnode's. In some
alc [Fri, 22 Aug 2003 17:50:32 +0000 (17:50 +0000)]
Use the requested page's object field instead of the vnode's.  In some
cases, the vnode's object field is not initialized leading to a NULL
pointer dereference when the object is locked.

Tested by: rwatson

21 years agoMake the elements argument to mac_prepare() be const.
rwatson [Fri, 22 Aug 2003 17:49:59 +0000 (17:49 +0000)]
Make the elements argument to mac_prepare() be const.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoBig cleanup. Remove unused stuff, make closer to style(9).
markm [Fri, 22 Aug 2003 17:47:40 +0000 (17:47 +0000)]
Big cleanup. Remove unused stuff, make closer to style(9).

OK'ed by: peter (long time ago)

21 years agoAdd prototype for new libc function mac_prepare_type().
rwatson [Fri, 22 Aug 2003 17:39:39 +0000 (17:39 +0000)]
Add prototype for new libc function mac_prepare_type().

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoAs new objects begin to support new labels, start to generalize
rwatson [Fri, 22 Aug 2003 17:36:23 +0000 (17:36 +0000)]
As new objects begin to support new labels, start to generalize
the default label support in /etc/mac.conf.  Rather than maintain
each default label type in an explicit global variable in mac.c,
keep a list of defaults loaded from the configuration file.
Generalize the parsing so that we support both the older:

        default_file_labels foo
        default_ifnet_labels foo
        default_process_labels foo

And also a new:

        default_labels file foo
        default_labels ifnet foo
        default_labels process foo

We now accept arbitrary object classes in the first argument.  If
the same object is specified more than once, we discard the
earlier definition in favor of the later one.

Add a new API, mac_prepare_type(), which accepts a mac_t to
prepare, as well as an object name in the second argument, which
will pull a default label set for the object out of the
configuration loaded by mac_init_internal().  This permits the libc
to adapt to new objects known about by applications but not by libc
at compile-time.

Also liberalize the error handling a bit: if we're using implicit
initialization (i.e., the application didn't explicitly initialize
the MAC code), ignore syntax errors and only use valid lines.  In
the future, we may want to add explicit warnings and do this a
bit more consistently.

While here, add support for a MAC_CONFFILE environmental variable,
which may be used to specify an alternative mac.conf configuration
file if the application isn't running with modified privilege
(issetugid()).

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoUse manpage entities for hme(4) and gem(4).
bmah [Fri, 22 Aug 2003 17:36:14 +0000 (17:36 +0000)]
Use manpage entities for hme(4) and gem(4).

21 years agoWarns fixes. Mainly unused headers/params/vars removal, but also
markm [Fri, 22 Aug 2003 17:32:07 +0000 (17:32 +0000)]
Warns fixes. Mainly unused headers/params/vars removal, but also
some malloc cleanup.

21 years agoAdd a section on maintaining a local branch in CVS.
njl [Fri, 22 Aug 2003 17:12:55 +0000 (17:12 +0000)]
Add a section on maintaining a local branch in CVS.

MFC after: 1 day

21 years agoAdd the DA_Q_NO_PREVENT quirk which keeps da(4) from sending PREVENT/ALLOW
njl [Fri, 22 Aug 2003 16:35:53 +0000 (16:35 +0000)]
Add the DA_Q_NO_PREVENT quirk which keeps da(4) from sending PREVENT/ALLOW
commands.  Add a quirk for the Creative Nomad MuVo USB device that uses
it as well as NO_SYNCHRONIZE_CACHE.

PR: kern/53094
Submitted by: Richard Nyberg <rnyberg@it.su.se>
MFC after: 3 days

21 years agoNow that the pci include file location migration has been completed,
imp [Fri, 22 Aug 2003 15:41:44 +0000 (15:41 +0000)]
Now that the pci include file location migration has been completed,
remove the -I$S/dev and -I@/dev which were there only for pci.

# If I've broken something, please let me know.

21 years agofix reference to pci/pcireg.h
imp [Fri, 22 Aug 2003 15:35:37 +0000 (15:35 +0000)]
fix reference to pci/pcireg.h

21 years agoPrefer new location of pci include files (which have only been in the
imp [Fri, 22 Aug 2003 15:28:22 +0000 (15:28 +0000)]
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.

21 years agoPrefer new location of pci include files (which have only been in the
imp [Fri, 22 Aug 2003 15:06:24 +0000 (15:06 +0000)]
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.

21 years agoCorrect typo introduced during manual merge: hook up the reflect_tcp
rwatson [Fri, 22 Aug 2003 12:32:07 +0000 (12:32 +0000)]
Correct typo introduced during manual merge: hook up the reflect_tcp
test to the reflect_tcp entry point, rather than the reflect_icmp
entry point.

Submitted by: naddy

21 years agoChange the the size fields to daddr_t to support greater than 2TB ccd volumes.
ps [Fri, 22 Aug 2003 11:21:06 +0000 (11:21 +0000)]
Change the the size fields to daddr_t to support greater than 2TB ccd volumes.

Reviewed by: phk

21 years agoMake CCD unloadable.
phk [Fri, 22 Aug 2003 11:04:47 +0000 (11:04 +0000)]
Make CCD unloadable.

21 years agoDon't panic over the fact that unloading failed if we already knew that.
phk [Fri, 22 Aug 2003 11:00:54 +0000 (11:00 +0000)]
Don't panic over the fact that unloading failed if we already knew that.

21 years agoBlock all GETATTR calls hitting the CCD, we wouldn't know which child
phk [Fri, 22 Aug 2003 10:28:19 +0000 (10:28 +0000)]
Block all GETATTR calls hitting the CCD, we wouldn't know which child
device should handle them.

This prevents for instance GEOM::ioctl requests from reaching a
lower BSDlabel node, which ps@ found would confuse newfs(8).

21 years agoCheck for null softc pointers, these happens when a ccd is withering.
phk [Fri, 22 Aug 2003 10:22:46 +0000 (10:22 +0000)]
Check for null softc pointers, these happens when a ccd is withering.

Found by:  David Schultz <dschultz@OCF.Berkeley.EDU>

21 years agoAdd newly discovered ENE Technologies CardBus bridges to the list:
imp [Fri, 22 Aug 2003 08:49:56 +0000 (08:49 +0000)]
Add newly discovered ENE Technologies CardBus bridges to the list:
CB710, CB720, CB1211, CB1225, CB1410 and CB1420
These are likely licensed designed from TI, and the Linux PCMCIA code
treats them as TI chips.

Add comment, but no ID for the 711E1 from O2Micro.

21 years agoPrefer new location of pci include files (which have only been in the
imp [Fri, 22 Aug 2003 07:39:05 +0000 (07:39 +0000)]
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.

21 years agoMake this compiled on RELENG_4.
simokawa [Fri, 22 Aug 2003 07:33:20 +0000 (07:33 +0000)]
Make this compiled on RELENG_4.

21 years agoComment out verbose debug messages.
simokawa [Fri, 22 Aug 2003 07:30:41 +0000 (07:30 +0000)]
Comment out verbose debug messages.

21 years agoPrefer new location of pci include files (which have only been in the
imp [Fri, 22 Aug 2003 07:20:27 +0000 (07:20 +0000)]
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.

21 years agoPrefer new location of pci include files (which have only been in the
imp [Fri, 22 Aug 2003 07:08:17 +0000 (07:08 +0000)]
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.

21 years agoPrefer new location of pci include files (which have only been in the
imp [Fri, 22 Aug 2003 06:42:59 +0000 (06:42 +0000)]
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.

21 years agoDefine a module version.
imp [Fri, 22 Aug 2003 06:28:45 +0000 (06:28 +0000)]
Define a module version.

21 years agoPrefer new location of pci include files (which have only been in the
imp [Fri, 22 Aug 2003 06:17:16 +0000 (06:17 +0000)]
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.

21 years agoPrefer new location of pci include files (which have only been in the
imp [Fri, 22 Aug 2003 06:06:16 +0000 (06:06 +0000)]
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.

21 years agoPrefer new location of pci include files (which have only been in the
imp [Fri, 22 Aug 2003 06:00:27 +0000 (06:00 +0000)]
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.

21 years agoQuirk for Jungsoft NEXDISK USB flash key. Fails to mount without
njl [Fri, 22 Aug 2003 05:58:23 +0000 (05:58 +0000)]
Quirk for Jungsoft NEXDISK USB flash key.  Fails to mount without
NO_SYNCHRONIZE_CACHE.

PR: kern/54737
Submitted by: David Thiel <lx@redundancy.redundancy.org>
MFC after: 3 days

21 years agoSHUTTLE_INIT quirk for EXATELECOM i-Bead mp3 player
njl [Fri, 22 Aug 2003 05:54:57 +0000 (05:54 +0000)]
SHUTTLE_INIT quirk for EXATELECOM i-Bead mp3 player

21 years agoPrefer new location of pci include files (which have only been in the
imp [Fri, 22 Aug 2003 05:54:52 +0000 (05:54 +0000)]
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.

21 years agoEliminate the last (direct) use of vm_page_lookup() on the pte object.
alc [Fri, 22 Aug 2003 05:49:29 +0000 (05:49 +0000)]
Eliminate the last (direct) use of vm_page_lookup() on the pte object.

21 years agoAdd quirks for the EXATELECOM i-Bead mp3 player.
njl [Fri, 22 Aug 2003 05:43:30 +0000 (05:43 +0000)]
Add quirks for the EXATELECOM i-Bead mp3 player.

PR: kern/51675
Submitted by: Nicolas Jombart <ecu@ipv42.net>
MFC after: 3 days

21 years agoPrefer new location for dev/pci/pci*.h
imp [Fri, 22 Aug 2003 05:11:30 +0000 (05:11 +0000)]
Prefer new location for dev/pci/pci*.h

21 years agoPrefer the new location of dev/pci/pci*.h.
imp [Fri, 22 Aug 2003 05:09:35 +0000 (05:09 +0000)]
Prefer the new location of dev/pci/pci*.h.

21 years agoEnable warn_system_heders by default.
kan [Fri, 22 Aug 2003 03:31:54 +0000 (03:31 +0000)]
Enable warn_system_heders by default.

21 years agoMerge FreeBSD modifications into gcc 3.3.1-prerelease:
kan [Fri, 22 Aug 2003 03:26:30 +0000 (03:26 +0000)]
Merge FreeBSD modifications into gcc 3.3.1-prerelease:
  1.2   don't let gcc(1) hide warnings in system headers.

Don't disable warning suppression unconditionally, but rather
make in dependent on warn_system_headers flag, one should be
able to use -Wno-system-headers flag if warnings from system
headers are not desired.

21 years agoMerge FreeBSD modifications into gcc 3.3.1-release:
kan [Fri, 22 Aug 2003 03:18:02 +0000 (03:18 +0000)]
Merge FreeBSD modifications into gcc 3.3.1-release:
  1.8   printf format error fixes.

21 years agoMerge FreeBSD modifications into gcc 3.3.1-release:
kan [Fri, 22 Aug 2003 03:16:37 +0000 (03:16 +0000)]
Merge FreeBSD modifications into gcc 3.3.1-release:
  1.2   Localize the version string.

21 years agoMerge FreeBSD modifications into gcc 3.3.1-release:
kan [Fri, 22 Aug 2003 03:14:37 +0000 (03:14 +0000)]
Merge FreeBSD modifications into gcc 3.3.1-release:
  1.3 suppress warnings on K&R main.

21 years agoMerge FreeBSD modifications into gcc 3.3.1-release:
kan [Fri, 22 Aug 2003 03:13:20 +0000 (03:13 +0000)]
Merge FreeBSD modifications into gcc 3.3.1-release:
  1.2  -fformat-extensions.
  1.7  FORCE_OPTIMIZATION_DOWNGRADE knob for Alpha.
  1.14 -O0 -O1 optimize alignment for time, not size.

21 years agoPrefer the uintXX_t to the u_intXX_t names.
imp [Fri, 22 Aug 2003 03:11:53 +0000 (03:11 +0000)]
Prefer the uintXX_t to the u_intXX_t names.

21 years agoStock files.
kan [Fri, 22 Aug 2003 03:10:47 +0000 (03:10 +0000)]
Stock files.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r119262,
kan [Fri, 22 Aug 2003 02:57:17 +0000 (02:57 +0000)]
This commit was generated by cvs2svn to compensate for changes in r119262,
which included commits to RCS files with non-trunk default branches.

21 years agoGcc 3.3.1-release libf2c bits.
kan [Fri, 22 Aug 2003 02:57:17 +0000 (02:57 +0000)]
Gcc 3.3.1-release libf2c bits.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r119260,
kan [Fri, 22 Aug 2003 02:57:15 +0000 (02:57 +0000)]
This commit was generated by cvs2svn to compensate for changes in r119260,
which included commits to RCS files with non-trunk default branches.

21 years agoGcc 3.3.1-release Objective C support bits.
kan [Fri, 22 Aug 2003 02:57:15 +0000 (02:57 +0000)]
Gcc 3.3.1-release Objective C support bits.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r119258,
kan [Fri, 22 Aug 2003 02:57:05 +0000 (02:57 +0000)]
This commit was generated by cvs2svn to compensate for changes in r119258,
which included commits to RCS files with non-trunk default branches.

21 years agoGcc 3.3.1-release C++ support bits.
kan [Fri, 22 Aug 2003 02:57:05 +0000 (02:57 +0000)]
Gcc 3.3.1-release C++ support bits.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r119256,
kan [Fri, 22 Aug 2003 02:56:07 +0000 (02:56 +0000)]
This commit was generated by cvs2svn to compensate for changes in r119256,
which included commits to RCS files with non-trunk default branches.

21 years agoGcc 3.3.1-release.
kan [Fri, 22 Aug 2003 02:56:07 +0000 (02:56 +0000)]
Gcc 3.3.1-release.

21 years agoVery minor style nit: sort include files alphabetically.
imp [Fri, 22 Aug 2003 02:22:59 +0000 (02:22 +0000)]
Very minor style nit: sort include files alphabetically.

21 years agoRemove workaround that I had in place. devd didn't use to be able to
imp [Fri, 22 Aug 2003 02:18:01 +0000 (02:18 +0000)]
Remove workaround that I had in place.  devd didn't use to be able to
handle the empty section, but it has been able to do so for some time
now.

21 years agoMany newer CF do not handle having the entire track read from them at
imp [Fri, 22 Aug 2003 01:59:28 +0000 (01:59 +0000)]
Many newer CF do not handle having the entire track read from them at
boot time.  Instead, read it a sector at a time.  While this sounds
like a significant slowdown, I've not been able to measure any
signficant difference.

Submitted by: luigi
Reviewed by: jhb, sam (both a while ago)
MFC After: 3 days

21 years agoFix alignment of the trailing \
imp [Fri, 22 Aug 2003 01:56:17 +0000 (01:56 +0000)]
Fix alignment of the trailing \

21 years agoAdditional VT1616 id.
orion [Thu, 21 Aug 2003 23:22:51 +0000 (23:22 +0000)]
Additional VT1616 id.

Submitted by: Greg Lewis

21 years agoRepost masked signal to kernel for scope system thread, it hardly happens
davidxu [Thu, 21 Aug 2003 22:02:18 +0000 (22:02 +0000)]
Repost masked signal to kernel for scope system thread, it hardly happens
in real world.

Reviewed by: deischen

21 years agoTrim vr(4) and cue(4) devices.
bmah [Thu, 21 Aug 2003 21:49:09 +0000 (21:49 +0000)]
Trim vr(4) and cue(4) devices.

21 years agoAssert that the vm object's lock is held on entry to vm_page_grab(); remove
alc [Thu, 21 Aug 2003 20:59:07 +0000 (20:59 +0000)]
Assert that the vm object's lock is held on entry to vm_page_grab(); remove
code from this function that was needed when vm object locking was
incomplete.

21 years agoFix ascii compatibility
ache [Thu, 21 Aug 2003 19:23:15 +0000 (19:23 +0000)]
Fix ascii compatibility

Submitted by:   Liu Kang <liukang@bjpu.edu.cn>

21 years agoIntroduce two new MAC Framework and MAC policy entry points:
rwatson [Thu, 21 Aug 2003 18:39:16 +0000 (18:39 +0000)]
Introduce two new MAC Framework and MAC policy entry points:

  mac_reflect_mbuf_icmp()
  mac_reflect_mbuf_tcp()

These entry points permit MAC policies to do "update in place"
changes to the labels on ICMP and TCP mbuf headers when an ICMP or
TCP response is generated to a packet outside of the context of
an existing socket.  For example, in respond to a ping or a RST
packet to a SYN on a closed port.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoIntroduce two new MAC Framework and MAC policy entry points:
rwatson [Thu, 21 Aug 2003 18:21:22 +0000 (18:21 +0000)]
Introduce two new MAC Framework and MAC policy entry points:

  mac_reflect_mbuf_icmp()
  mac_reflect_mbuf_tcp()

These entry points permit MAC policies to do "update in place"
changes to the labels on ICMP and TCP mbuf headers when an ICMP or
TCP response is generated to a packet outside of the context of
an existing socket.  For example, in respond to a ping or a RST
packet to a SYN on a closed port.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoAdd VT6105/VT6105M Rhine III to the list of supported chips. [1]
simon [Thu, 21 Aug 2003 18:15:45 +0000 (18:15 +0000)]
Add VT6105/VT6105M Rhine III to the list of supported chips. [1]

Change the manual page title to use the device family name (Rhine),
since the list of supported device id's won't fit on one line anymore.

Submitted by: Lukas Ertl <l.ertl@univie.ac.at> (based on) [1]
PR: docs/55639 (based on) [1]
Confirmed by: driver source code [1]
MFC after: 3 days

21 years agoCorrect logic for filling out a "new" label during a credential
rwatson [Thu, 21 Aug 2003 18:07:52 +0000 (18:07 +0000)]
Correct logic for filling out a "new" label during a credential
change in mac_lomac: if both flags are set on the new label, we
may not need to always fill out the label (only if one flag is
set, not both).  Avoid stomping on a section of the label if we
are in fact modifying both elements.

Because we know that both flags will be set, we don't need to
test whether the range or single are set in later consistency
checks of the range and single -- just test them.

By checking the range of the new vs. the range of the old label
before testing the single against the new range, we implicitly
test that the new single is in the old range.  Document this
with a comment.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoSync
imp [Thu, 21 Aug 2003 18:05:55 +0000 (18:05 +0000)]
Sync

21 years agoSort the vendors into three sections. First section is for those
imp [Thu, 21 Aug 2003 18:05:35 +0000 (18:05 +0000)]
Sort the vendors into three sections.  First section is for those
vendors that list the vendor ID in the proper byte order.  The second
section is for vendors that get it backwards.  The third is for what
appear to be 'random' ones (although 0xcxxx appears to be coherent
enough that maybe somebody else is assigning those numbers).

21 years agoNew release notes: OFW_NEWPCI, IP_ONESBCAST, ffsinfo(8).
bmah [Thu, 21 Aug 2003 17:52:08 +0000 (17:52 +0000)]
New release notes:  OFW_NEWPCI, IP_ONESBCAST, ffsinfo(8).

Modified release notes:  Tweak rl(4) note and note MFC.

21 years agoAdd a comment saying it might be Paralon
imp [Thu, 21 Aug 2003 17:51:17 +0000 (17:51 +0000)]
Add a comment saying it might be Paralon

21 years agoPull in trademark entity definitions.
bmah [Thu, 21 Aug 2003 17:51:05 +0000 (17:51 +0000)]
Pull in trademark entity definitions.

21 years agoSync to 1.68
imp [Thu, 21 Aug 2003 17:50:26 +0000 (17:50 +0000)]
Sync to 1.68

21 years agoCompaq's ID is 0x138. However, it looks like they also released
imp [Thu, 21 Aug 2003 17:49:50 +0000 (17:49 +0000)]
Compaq's ID is 0x138.  However, it looks like they also released
something with the vendor ID of 0x183.  That could be a typo, or it
could be Paralon Technologies.  Add an entry for Paralon, but don't
use it yet.

21 years agoLINKSYS2 -> BROMAX
imp [Thu, 21 Aug 2003 17:40:59 +0000 (17:40 +0000)]
LINKSYS2 -> BROMAX

21 years agoUpdate to pccarddevs 1.67
imp [Thu, 21 Aug 2003 17:40:28 +0000 (17:40 +0000)]
Update to pccarddevs 1.67

21 years agoVendor ID 0x274 is Bromax Communications, not Linksys. Linksys sells
imp [Thu, 21 Aug 2003 17:39:56 +0000 (17:39 +0000)]
Vendor ID 0x274 is Bromax Communications, not Linksys.  Linksys sells
them as 'Instant Wireless' cards.

21 years agoCorrect the device id's for the VIA Rhine III chips supported by the
simon [Thu, 21 Aug 2003 17:38:05 +0000 (17:38 +0000)]
Correct the device id's for the VIA Rhine III chips supported by the
vr(4) driver: VT86C105/VT86C105M -> VT6105/VT6105M.

Confirmed by: driver source code and VIA homepage
Reviewed by: bmah
MFC after: 3 days

21 years agoRetrofit of mac_test regression and consistency test module for MAC
rwatson [Thu, 21 Aug 2003 17:28:45 +0000 (17:28 +0000)]
Retrofit of mac_test regression and consistency test module for MAC
Framework labels:

- Re-work the label state assertions to use a set of central
  ASSERT_type_LABEL() assertions.

- Test to make sure labels passed to externalize/internalize calls haven't
  been destroyed.

- For access control checks, assert the condition of all labels passed in.

- For life cycle events, assert the condition of all labels passed in.

- Add new entry point implementations for new MAC Framework entry points:
  mac_test_reflect_mbuf_icmp(), mac_test_reflect_mbuf_tcp(),
  mac_test_check_vnode_deleteextattr(), mac_test_check_vnode_listextattr().

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoDSP Solutions, Inc made the XJEM1144 and XJACK ethernet cards. Update
imp [Thu, 21 Aug 2003 17:27:49 +0000 (17:27 +0000)]
DSP Solutions, Inc made the XJEM1144 and XJACK ethernet cards.  Update
MEGAHERTZ2 to DSPSI.

21 years agoSync to 1.66
imp [Thu, 21 Aug 2003 17:26:59 +0000 (17:26 +0000)]
Sync to 1.66

21 years agoVendor ID 0x0128 is registered to DSP Solutions, Inc. Megahertz sold
imp [Thu, 21 Aug 2003 17:26:44 +0000 (17:26 +0000)]
Vendor ID 0x0128 is registered to DSP Solutions, Inc.  Megahertz sold
these under X-Jack and XJEM1144.  Update to reflect this.

21 years agoUpdate to reflect NETGEAR_2 -> INTERSIL and INTERSIL -> INTERSIL2
imp [Thu, 21 Aug 2003 17:13:33 +0000 (17:13 +0000)]
Update to reflect NETGEAR_2 -> INTERSIL and INTERSIL -> INTERSIL2
changes to pccarddevs.

21 years agoAdd stub entries for new MAC framework entry points:
rwatson [Thu, 21 Aug 2003 17:05:36 +0000 (17:05 +0000)]
Add stub entries for new MAC framework entry points:

  mpo_reflect_mbuf_icmp()
  mpo_reflect_mbuf_tcp()
  mpo_check_vnode_deletextattr()
  mpo_check_vnode_listextattr()

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoHook up repo-copied mac_none.4 to mac_stub.4.
rwatson [Thu, 21 Aug 2003 16:53:06 +0000 (16:53 +0000)]
Hook up repo-copied mac_none.4 to mac_stub.4.

Update mac_none to reflect change in role; xref mac_stub.

Update mac_stub to reflect name change, arrival in 5.1; xref
mac_none.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoForced commit to observe repo-copy from mac_none.4 to mac_stub.4.
rwatson [Thu, 21 Aug 2003 16:49:49 +0000 (16:49 +0000)]
Forced commit to observe repo-copy from mac_none.4 to mac_stub.4.

21 years agoHook up mac_stub to the modules Makefile.
rwatson [Thu, 21 Aug 2003 16:48:39 +0000 (16:48 +0000)]
Hook up mac_stub to the modules Makefile.
Hook up mac_stub in files and options.
Reference mac_stub in NOTES.

21 years agoAdd FreeBSD 5.1 and BSD/OS 5.0 to the family tree.
murray [Thu, 21 Aug 2003 16:48:38 +0000 (16:48 +0000)]
Add FreeBSD 5.1 and BSD/OS 5.0 to the family tree.

21 years agoSync to 1.65
imp [Thu, 21 Aug 2003 16:43:27 +0000 (16:43 +0000)]
Sync to 1.65

21 years agoChange INTERSIL to INTERSIL2 for the -1 case. Chances are good that
imp [Thu, 21 Aug 2003 16:43:10 +0000 (16:43 +0000)]
Change INTERSIL to INTERSIL2 for the -1 case.  Chances are good that
this card has a real ID, but I don't know what it is at this time.

21 years agoRegen for 1.64
imp [Thu, 21 Aug 2003 16:41:14 +0000 (16:41 +0000)]
Regen for 1.64

21 years agoVendor 0xb is intersil, not Netgear. The MA401RA is just Netgear's
imp [Thu, 21 Aug 2003 16:40:20 +0000 (16:40 +0000)]
Vendor 0xb is intersil, not Netgear.  The MA401RA is just Netgear's
modle number, and I continue to use it as a place holder until I find
out what Intersil's name for it is.

21 years agoReplace 'OS release date' with 'kernel release date' here, too.
eivind [Thu, 21 Aug 2003 16:36:54 +0000 (16:36 +0000)]
Replace 'OS release date' with 'kernel release date' here, too.

Reminded by: ru

21 years agoGenerally rename things to represent the fact that this is now the
rwatson [Thu, 21 Aug 2003 16:22:52 +0000 (16:22 +0000)]
Generally rename things to represent the fact that this is now the
mac_stub policy and no longer mac_none (as found in the repocopy).
Add comment to this effect.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agomac_none is now the null policy, not a stub policy, so remove the
rwatson [Thu, 21 Aug 2003 16:19:17 +0000 (16:19 +0000)]
mac_none is now the null policy, not a stub policy, so remove the
stubs.  Add a pointer to mac_stub, which is now the stub policy.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories

21 years agoApply Rudolf Cejka's patch for:
orion [Thu, 21 Aug 2003 15:50:32 +0000 (15:50 +0000)]
Apply Rudolf Cejka's patch for:

o AD1980 hook.
o ac97_fix_auxout.

and:

o Associate AC97_MIX_AUXOUT with SOUND_MIXER_OGAIN rather than
SOUND_MIXER_MONITOR.

o Add ac97_fix_tone to remove tone controls from mixer if invalid.

21 years agoAdd patch for AD198x.
orion [Thu, 21 Aug 2003 15:44:55 +0000 (15:44 +0000)]
Add patch for AD198x.

Submitted by: Oleg Sharoiko, Rudolf Cejka.

21 years agoForced commit to reflect repo-copy of:
rwatson [Thu, 21 Aug 2003 15:43:01 +0000 (15:43 +0000)]
Forced commit to reflect repo-copy of:

  modules/mac_none/Makefile -> modules/mac_stub/Makefile
  security/mac_none/mac_none.c -> security/mac_stub/mac_stub.c

mac_none will become a null policy, and mac_stub will be the stub
policy from here on out.

Thanks Joe!

21 years agoCatch up ep(4) with the hardware notes.
simon [Thu, 21 Aug 2003 15:40:05 +0000 (15:40 +0000)]
Catch up ep(4) with the hardware notes.

Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/55659
Confirmed by: driver source code and pccard.conf
MFC after: 3 days

21 years agoCatch up fe(4) with the hardware notes.
simon [Thu, 21 Aug 2003 15:18:21 +0000 (15:18 +0000)]
Catch up fe(4) with the hardware notes.

Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/55636
Confirmed by: driver source code and pccard.conf
MFC after: 3 days