]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoThis adds the i386 specific support for systems with a MicroChannel
mdodd [Fri, 3 Sep 1999 02:04:28 +0000 (02:04 +0000)]
This adds the i386 specific support for systems with a MicroChannel
Architecture bus.

Reviewed by: msmith

24 years agoRemove accidental cut&paste garbage in a comment.
julian [Fri, 3 Sep 1999 01:38:29 +0000 (01:38 +0000)]
Remove accidental cut&paste garbage in a comment.

24 years agoReverse MFC of revision 1.5.2.7:
grog [Fri, 3 Sep 1999 01:37:26 +0000 (01:37 +0000)]
Reverse MFC of revision 1.5.2.7:
Remove a rather embarrassing race condition.

Egged-on-by: alfred

24 years agoComment the boot manager. So I don't have to work it all out again :-)
julian [Fri, 3 Sep 1999 01:35:06 +0000 (01:35 +0000)]
Comment the boot manager. So I don't have to work it all out again :-)

Reviewed by: rnordier@freebsd.org

24 years agoImplementation of the modify_ldt syscall. Use the sysarch() interface to do
marcel [Thu, 2 Sep 1999 21:50:42 +0000 (21:50 +0000)]
Implementation of the modify_ldt syscall. Use the sysarch() interface to do
the actual work. When USER_LDT is not defined for a kernel, sysarch returns
EOPNOTSUPP. Display a message in that case and return ENOSYS to userland.

Reviewed by: luoqi

24 years agoUse definitions provided in sysarch.h for args structures.
luoqi [Thu, 2 Sep 1999 21:03:32 +0000 (21:03 +0000)]
Use definitions provided in sysarch.h for args structures.

Reviewed by: marcel

24 years agoSome reorganization of sysarch() interface:
luoqi [Thu, 2 Sep 1999 20:59:50 +0000 (20:59 +0000)]
Some reorganization of sysarch() interface:
1. Move definitions of struct i386_*_args to the header file sysarch.h,
   since they are part of the sysarch API. struct i386_get_ldt_args and
   i386_set_ldt_args were identical, therefore make them into one
   struct i386_ldt_args. Libc should use these definitions as well.
2. Return a more sensible EOPNOTSUPP for unknown operations.

Reviewed by: marcel

24 years agoMFS: tweak my wording a little.
obrien [Thu, 2 Sep 1999 18:10:40 +0000 (18:10 +0000)]
MFS: tweak my wording a little.

24 years agoAllow signals to interrupt system calls.
ru [Thu, 2 Sep 1999 15:17:25 +0000 (15:17 +0000)]
Allow signals to interrupt system calls.
Remove redundant signal() call.

PR: 6676
Submitted by: luoqi
Reviewed by: Ari Suutari <ari@suutari.iki.fi>

24 years ago- Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replace
kato [Thu, 2 Sep 1999 15:06:23 +0000 (15:06 +0000)]
- Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replace
  `ED_P1_MAR + i' and `ED_P1_PAR + i', respectively.
- convert ED_PC_RESET and ED_PC_MISC into relative offset from
  ED_PC_ASIC_OFFSET (those macros are not used in current source).

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoThe ed_probe_Novell should not clear id_maddr when it fails to probe.
kato [Thu, 2 Sep 1999 15:01:56 +0000 (15:01 +0000)]
The ed_probe_Novell should not clear id_maddr when it fails to probe.
This fixes potential panic by kvtop at addr == 0.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoSync with sys/i386/i386/userconfig.c revision 1.156.
kato [Thu, 2 Sep 1999 13:44:52 +0000 (13:44 +0000)]
Sync with sys/i386/i386/userconfig.c revision 1.156.

24 years agoSync with sys/i386/conf/files.i386 revision 1.263.
kato [Thu, 2 Sep 1999 13:43:00 +0000 (13:43 +0000)]
Sync with sys/i386/conf/files.i386 revision 1.263.

24 years agoSync with sys/i386/conf/GENERIC revision up to 1.186.
kato [Thu, 2 Sep 1999 13:41:15 +0000 (13:41 +0000)]
Sync with sys/i386/conf/GENERIC revision up to 1.186.

24 years agoRemove superfluous tab in `Fix:' field.
chris [Thu, 2 Sep 1999 12:00:49 +0000 (12:00 +0000)]
Remove superfluous tab in `Fix:' field.

Cosmetic, and done mostly for consistency.

24 years agoIt's "router_flags" not "routerflags"
jkh [Thu, 2 Sep 1999 11:55:11 +0000 (11:55 +0000)]
It's "router_flags" not "routerflags"

Submitted by: kasey@ambernetworks.com
PR: 13534

24 years agoEnable ioctls to manipulate color palette. They have been implemented,
yokota [Thu, 2 Sep 1999 08:09:13 +0000 (08:09 +0000)]
Enable ioctls to manipulate color palette.  They have been implemented,
but disabled until now...

24 years agoDo not call the VESA BIOS if the current video mode is not one of
yokota [Thu, 2 Sep 1999 08:08:49 +0000 (08:08 +0000)]
Do not call the VESA BIOS if the current video mode is not one of
the VESA modes.

24 years agoSilence warnings about the use of vnode sanse declaration.
marcel [Thu, 2 Sep 1999 08:02:17 +0000 (08:02 +0000)]
Silence warnings about the use of vnode sanse declaration.

24 years agoFix the root cause of the fts buffer overflow. This is a temporary
imp [Thu, 2 Sep 1999 07:45:07 +0000 (07:45 +0000)]
Fix the root cause of the fts buffer overflow.  This is a temporary
patch to stop the core dumps while others come up with a better
reviewed patch which may also fix other problems.  We do illegal
pointer arithmetic, but it should be OK since FreeBSD only supports
machines with flat address spaces.

Submitted by: bde

24 years agoMissed this use of the old pnp includes. I don't think this is meant to
peter [Thu, 2 Sep 1999 05:59:20 +0000 (05:59 +0000)]
Missed this use of the old pnp includes.  I don't think this is meant to
be here though.

24 years agoUpdate for new pnp includes
peter [Thu, 2 Sep 1999 05:37:25 +0000 (05:37 +0000)]
Update for new pnp includes

24 years agoSo that there is no confusion, zap these now. pnpinfo(8) should compile
peter [Thu, 2 Sep 1999 05:22:16 +0000 (05:22 +0000)]
So that there is no confusion, zap these now.  pnpinfo(8) should compile
with the new includes.

24 years agoTake a shot at getting this to compile under newpnp.
peter [Thu, 2 Sep 1999 05:20:08 +0000 (05:20 +0000)]
Take a shot at getting this to compile under newpnp.

24 years agoDocument that dhclient-script will only set the hostname if it is unset.
obrien [Thu, 2 Sep 1999 05:15:26 +0000 (05:15 +0000)]
Document that dhclient-script will only set the hostname if it is unset.

Submitted by: John Baldwin <jobaldwi@vt.edu>

24 years agos/LOGIGAL/LOGICAL/
peter [Thu, 2 Sep 1999 05:13:01 +0000 (05:13 +0000)]
s/LOGIGAL/LOGICAL/

24 years ago- Don't use contractions
obrien [Thu, 2 Sep 1999 05:12:03 +0000 (05:12 +0000)]
- Don't use contractions
- discuss the setting of hostname in the face of DHCP

Submitted by: John Baldwin <jobaldwi@vt.edu>  (DHCP part)

24 years agoStub out the old pnp code till these are converted so GENERIC builds again.
peter [Thu, 2 Sep 1999 04:37:07 +0000 (04:37 +0000)]
Stub out the old pnp code till these are converted so GENERIC builds again.

24 years agoOh crud, did I ever screw the pooch! Rather than sync this with -stable,
jkh [Thu, 2 Sep 1999 00:51:16 +0000 (00:51 +0000)]
Oh crud, did I ever screw the pooch!  Rather than sync this with -stable,
I backed-out the changes in -current and didn't touch stable at all (I
thought I had my patch order reversed, not what actually happened).
AIEEE!  I can't even blame the crack for this one since I broke my
crack pipe a few weeks ago.  I think sleep deprivation gets the blame
for this one.

Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>

24 years agoRe-add the libmytinfo/libncurses stuff - removing it breaks static
chris [Wed, 1 Sep 1999 23:36:21 +0000 (23:36 +0000)]
Re-add the libmytinfo/libncurses stuff - removing it breaks static
linkage.

Pointed out by: bde

24 years agocolumn counter (cnt) not reset to 0 on display of '\r' which could cause
dbaker [Wed, 1 Sep 1999 23:07:29 +0000 (23:07 +0000)]
column counter (cnt) not reset to 0 on display of '\r' which could cause
unnecessary forced linewraps on some terminals.

Submitted by: David McNett <nugget@slacker.com>

24 years agoProperly document -P and -p flags.
chris [Wed, 1 Sep 1999 22:56:44 +0000 (22:56 +0000)]
Properly document -P and -p flags.

24 years agoRemove unused variable `ch'.
chris [Wed, 1 Sep 1999 22:26:36 +0000 (22:26 +0000)]
Remove unused variable `ch'.

24 years agoCorrected apparent omission in program logic which was causing the
dbaker [Wed, 1 Sep 1999 22:21:24 +0000 (22:21 +0000)]
Corrected apparent omission in program logic which was causing the
insertion of redundant crlf's.  Eliminated the venetian-blind effect
in walled text.

Submitted by: David McNett <nugget@slacker.com>

24 years agoTypo: 'x' should be 'y' (only affects debugging output)
n_hibma [Wed, 1 Sep 1999 21:37:56 +0000 (21:37 +0000)]
Typo: 'x' should be 'y' (only affects debugging output)

24 years agoThis is part of an untested set of changes to the ed driver to support
dfr [Wed, 1 Sep 1999 21:21:03 +0000 (21:21 +0000)]
This is part of an untested set of changes to the ed driver to support
the new PnP code. Since the bulk of the driver changes are not being
committed at this time, it will not affect the driver. The code is being
committed early to allow others synchronise changes.

24 years agoThis represents essentially a complete rewrite of the ISA PnP code. The
dfr [Wed, 1 Sep 1999 20:53:43 +0000 (20:53 +0000)]
This represents essentially a complete rewrite of the ISA PnP code. The
new system is integrated with the ISA bus code more cleanly and allows
the future addition of more enumerators such as PnPBIOS and ACPI.

This commit also enables the new pcm driver since it is somewhat tied to
the new PnP code.

24 years agoThe libraries `libmytinfo' and `libncurses' are not required by this
chris [Wed, 1 Sep 1999 20:37:44 +0000 (20:37 +0000)]
The libraries `libmytinfo' and `libncurses' are not required by this
program.

24 years agoSlay a grammar gremlin.
hoek [Wed, 1 Sep 1999 20:25:44 +0000 (20:25 +0000)]
Slay a grammar gremlin.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r50764,
markm [Wed, 1 Sep 1999 20:02:46 +0000 (20:02 +0000)]
This commit was generated by cvs2svn to compensate for changes in r50764,
which included commits to RCS files with non-trunk default branches.

24 years agoDouble pointy hat award. Import this into the right area.
markm [Wed, 1 Sep 1999 20:02:46 +0000 (20:02 +0000)]
Double pointy hat award. Import this into the right area.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r50760,
markm [Wed, 1 Sep 1999 19:59:25 +0000 (19:59 +0000)]
This commit was generated by cvs2svn to compensate for changes in r50760,
which included commits to RCS files with non-trunk default branches.

24 years agoDrat. Import this into the right place. Pass me the pointy hat.
markm [Wed, 1 Sep 1999 19:59:25 +0000 (19:59 +0000)]
Drat. Import this into the right place. Pass me the pointy hat.

24 years agoDrat. Import this into the right place. Pass me the pointy hat.
markm [Wed, 1 Sep 1999 19:59:25 +0000 (19:59 +0000)]
Drat. Import this into the right place. Pass me the pointy hat.

24 years agoTermcap header no longer needed.
markm [Wed, 1 Sep 1999 18:57:38 +0000 (18:57 +0000)]
Termcap header no longer needed.

24 years agoRe-arrange things in the attach routines of the 3Com and RealTek PHY
wpaul [Wed, 1 Sep 1999 17:07:27 +0000 (17:07 +0000)]
Re-arrange things in the attach routines of the 3Com and RealTek PHY
drivers so that we don't clobber things or leave them uninitialized
if we abort due a failure.

Submitted by: Luoqi Chen

24 years agoquoted string change: the si driver also covers the Specialix "SX"
nsayer [Wed, 1 Sep 1999 16:42:54 +0000 (16:42 +0000)]
quoted string change: the si driver also covers the Specialix "SX"
product.

24 years agoMake prototype match function.
sef [Wed, 1 Sep 1999 16:21:57 +0000 (16:21 +0000)]
Make prototype match function.

24 years agoFix the sense of the vn_isdisk() check.
phk [Wed, 1 Sep 1999 15:17:18 +0000 (15:17 +0000)]
Fix the sense of the vn_isdisk() check.

24 years agoSigh. Serves me right for testing against a modified tree (dfr's pnp
peter [Wed, 1 Sep 1999 14:53:16 +0000 (14:53 +0000)]
Sigh.  Serves me right for testing against a modified tree (dfr's pnp
changes).  Doug changed these variables.  This should fix the isa_compat.c
breakage that phk reported.  (Sorry!)

24 years agoUpdate to driver 1.72.
roger [Wed, 1 Sep 1999 14:09:53 +0000 (14:09 +0000)]
Update to driver 1.72.
Fix a bug where video capture locks up on channel changes.
Many thanks to Juha for solving this.

Submitted by: Juha Nurmela <Juha.Nurmela@quicknet.inet.fi>

24 years agoSet si_bsize_phys and si_bsize_max in all legacy CD drivers.
phk [Wed, 1 Sep 1999 13:03:05 +0000 (13:03 +0000)]
Set si_bsize_phys and si_bsize_max in all legacy CD drivers.

24 years agoFix stupid disorder in previous commit. This was my own error, not
sheldonh [Wed, 1 Sep 1999 12:42:00 +0000 (12:42 +0000)]
Fix stupid disorder in previous commit. This was my own error, not
the mistake of the PR's originator.

24 years agoThe -f option stole the -d option's option string colon in the getopt
sheldonh [Wed, 1 Sep 1999 12:37:26 +0000 (12:37 +0000)]
The -f option stole the -d option's option string colon in the getopt
optstring.

PR: 13521
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>

24 years agoTry to win back the "removal of most crufty code" trophy from markm:
phk [Wed, 1 Sep 1999 11:32:52 +0000 (11:32 +0000)]
Try to win back the "removal of most crufty code" trophy from markm:

Remove WD formatting code which has never worked in 386bsd or FreeBSD.

Remove  DIOCSSTEP and DIOCSRETRIES ioctls as well, they belong in
history, along with the SMD disks.

OK'ed by: bde

24 years agounifdef -Uvax -Uhp300 -Uluna68k -Umips -Utahoe
phk [Wed, 1 Sep 1999 11:25:25 +0000 (11:25 +0000)]
unifdef -Uvax -Uhp300 -Uluna68k -Umips -Utahoe

24 years agounifdef -Uvax
phk [Wed, 1 Sep 1999 11:17:58 +0000 (11:17 +0000)]
unifdef -Uvax

24 years agoUse the appropriate macro for double quotes rather than using double
jkh [Wed, 1 Sep 1999 10:04:47 +0000 (10:04 +0000)]
Use the appropriate macro for double quotes rather than using double
quotes.

Submitted by: Alexey Zelkin <phantom@cris.net>
PR: 13436

24 years agoUse "multiple 4 char outdent until no wrap" rather than ANSI string
phk [Wed, 1 Sep 1999 09:39:11 +0000 (09:39 +0000)]
Use "multiple 4 char outdent until no wrap" rather than ANSI string
concatenation to preserve K&R compatibility.

Requested by: bde
Terminology by: grog

24 years agoChange $Id$ to $FreeBSD$
dfr [Wed, 1 Sep 1999 09:38:21 +0000 (09:38 +0000)]
Change $Id$ to $FreeBSD$

24 years agoMake the libcrypt's build in the correct order.
markm [Wed, 1 Sep 1999 09:12:16 +0000 (09:12 +0000)]
Make the libcrypt's build in the correct order.

24 years ago* Fix a stack of warnings.
dfr [Wed, 1 Sep 1999 09:11:14 +0000 (09:11 +0000)]
* Fix a stack of warnings.
* Make it possible to type a filename to boot1 so that it is possible to
  recover from fatally broken versions of /boot/loader.
* Make a start at a CD boot program (not yet functional).

24 years agoTry and commit the tun comment fix again; I have no idea why there
jkh [Wed, 1 Sep 1999 09:01:54 +0000 (09:01 +0000)]
Try and commit the tun comment fix again; I have no idea why there
was a clash the last time, leading me to think that it had already
been fixed.

24 years ago-background is also a legitimate ppp mode. Don't change it to -auto.
peter [Wed, 1 Sep 1999 08:57:01 +0000 (08:57 +0000)]
-background is also a legitimate ppp mode.  Don't change it to -auto.

24 years agoAdd $FreeBSD$
peter [Wed, 1 Sep 1999 07:00:27 +0000 (07:00 +0000)]
Add $FreeBSD$

24 years ago$Id$ -> $FreeBSD$
peter [Wed, 1 Sep 1999 06:58:27 +0000 (06:58 +0000)]
$Id$ -> $FreeBSD$

24 years agoEliminate some magic numbers.
peter [Wed, 1 Sep 1999 06:34:24 +0000 (06:34 +0000)]
Eliminate some magic numbers.

24 years agoUpdate a comment regarding dependencies on libtermcap and curses etc.
peter [Wed, 1 Sep 1999 06:21:52 +0000 (06:21 +0000)]
Update a comment regarding dependencies on libtermcap and curses etc.

24 years agoImprove the micro "disk" layer after gaining more experience with it.
phk [Wed, 1 Sep 1999 05:38:09 +0000 (05:38 +0000)]
Improve the micro "disk" layer after gaining more experience with it.

24 years agoImprove the returned values in st_blksize a little bit, avoid
phk [Wed, 1 Sep 1999 05:36:55 +0000 (05:36 +0000)]
Improve the returned values in st_blksize a little bit, avoid
accessing union fields not valid for dev_t type.

24 years agoAdd a missing dependency for make_hash which could make various forms of
peter [Wed, 1 Sep 1999 05:14:57 +0000 (05:14 +0000)]
Add a missing dependency for make_hash which could make various forms of
make -jN fail.  This fixes the present problem only, not the larger one
of when those internal tools are built and the cross-compiling etc.

Submitted by: luoqi

24 years agoMFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,
jkh [Wed, 1 Sep 1999 04:29:30 +0000 (04:29 +0000)]
MFC:  Catch 3.2-stable sysinstall up to 4.0-current level functionality,
bringing in DHCP support.  The only thing I left out were Poul-Henning's
newfs changes since I'm not sure if he's brought the rest of that support
into -stable yet.  If it turns out that this is the case, I'll MFC those
changes too.

24 years agosay hello to newpcm. it is not yet enabled, requiring new pnp code from dfr
cg [Wed, 1 Sep 1999 04:08:39 +0000 (04:08 +0000)]
say hello to newpcm.  it is not yet enabled, requiring new pnp code from dfr
to compile successfully.  further details will be provided in the commit
enabling newpcm.

24 years agomss and sb drivers updated for newpcm
cg [Wed, 1 Sep 1999 04:01:57 +0000 (04:01 +0000)]
mss and sb drivers updated for newpcm

Reviewed by: peter, dfr

24 years agoJust when I thought it was safe. In the original 3c905-TX NICs, the
wpaul [Wed, 1 Sep 1999 03:16:21 +0000 (03:16 +0000)]
Just when I thought it was safe. In the original 3c905-TX NICs, the
external NatSemi PHY chip was programmed to respond to MII address 24.
In the 3c905B ASICs, the transceiver is internal but it's still mapped
to MII address 24. But *some* 3Com 3c905B ASIC revisions map the
transceiver control registers to *all* MII addresses (0 through 31).
The miibus code probes for PHYs at all MII addresses and because of
this unusual behavior, it will attempt to map the same PHY registers
several times over, which doesn't work.

Naturally, the 3c905B NIC that I tested happened not to exhibit this
behavior.

The fix is to tweak xl_miibus_readreg() and xl_miibus_writereg()
to only respond when attempting to read from MII address 24. This
is safe to do since the 3Com documentation indicates that the PHY
and/or internal transceiver will always be mapped to address 24,
and there are no 3Com XL NICs with more than one PHY.

24 years agoPpp is started on vty2, not vty3
brian [Wed, 1 Sep 1999 00:53:25 +0000 (00:53 +0000)]
Ppp is started on vty2, not vty3

24 years agoppp(1) -> ppp(8)
brian [Wed, 1 Sep 1999 00:51:23 +0000 (00:51 +0000)]
ppp(1) -> ppp(8)

24 years agoAdd MAINTAINER line
newton [Wed, 1 Sep 1999 00:32:18 +0000 (00:32 +0000)]
Add MAINTAINER line

24 years agoGeneral cleanup of core-dumping code.
julian [Wed, 1 Sep 1999 00:29:56 +0000 (00:29 +0000)]
General cleanup of core-dumping code.

Submitted by: Sean Fagan,

24 years agoMake multiuser boots the default instead of singlue user.
dfr [Tue, 31 Aug 1999 22:42:15 +0000 (22:42 +0000)]
Make multiuser boots the default instead of singlue user.

24 years agoSet the buffersize for non BSDFFS labeled partitions to
phk [Tue, 31 Aug 1999 21:46:42 +0000 (21:46 +0000)]
Set the buffersize for non BSDFFS labeled partitions to
max(dev->si_bsize_phys, BLKDEV_IOSIZE).

Requested by:   davidg

24 years agoMake buffered acces to bdevs from userland controllable with
phk [Tue, 31 Aug 1999 21:01:57 +0000 (21:01 +0000)]
Make buffered acces to bdevs from userland controllable with
a sysctl vfs.bdev_access.

24 years agoInclude "dscheck" and device name in all messages from dscheck().
phk [Tue, 31 Aug 1999 18:36:15 +0000 (18:36 +0000)]
Include "dscheck" and device name in all messages from dscheck().

24 years agoFix savecore so that it operates correctly on character devices with
phk [Tue, 31 Aug 1999 18:12:44 +0000 (18:12 +0000)]
Fix savecore so that it operates correctly on character devices with
sectorsizes up to 8k.

Pointed out by: sos

24 years agoAdd ports-irc, ports-java, and ports-x11-servers. For some reason
jdp [Tue, 31 Aug 1999 18:06:53 +0000 (18:06 +0000)]
Add ports-irc, ports-java, and ports-x11-servers.  For some reason
these made it into the RELENG_3 branch but not into -current.

24 years agoAdjust the examples to reflect the new "src-sys-crypto" collection.
jdp [Tue, 31 Aug 1999 17:26:21 +0000 (17:26 +0000)]
Adjust the examples to reflect the new "src-sys-crypto" collection.

Add back "src-eBones" to "cvs-supfile" and "secure-cvs-supfile".
Even though the eBones tree is disused, it still has files in the
repository.  People fetching the repository might want them.

24 years agoForgot Peter's Id->FreeBSD change as well as tn3270 being removed from
imp [Tue, 31 Aug 1999 17:07:14 +0000 (17:07 +0000)]
Forgot Peter's Id->FreeBSD change as well as tn3270 being removed from
the base system and added as a port.

24 years agoAdd blurb Jonathan Lemmon provided about the new TCP timer values. I
imp [Tue, 31 Aug 1999 17:01:34 +0000 (17:01 +0000)]
Add blurb Jonathan Lemmon provided about the new TCP timer values.  I
didn't document the couple day window when the units were in terms of
ticks rather than ms.

Also add note about libreadline major version retrograde motion.

24 years agoSimplify, and return an error if the user attempts to set a TCP
jlemon [Tue, 31 Aug 1999 16:34:20 +0000 (16:34 +0000)]
Simplify, and return an error if the user attempts to set a TCP
time value which results in < 1 tick.

Suggested by:  bde

24 years agoRemove conversion macros that were used during development.
jlemon [Tue, 31 Aug 1999 16:31:07 +0000 (16:31 +0000)]
Remove conversion macros that were used during development.

24 years agoConvert the RealTek 8139 driver to newbus and miibus in one swell foop.
wpaul [Tue, 31 Aug 1999 14:45:51 +0000 (14:45 +0000)]
Convert the RealTek 8139 driver to newbus and miibus in one swell foop.
Also set it up to be compiled as a module.

24 years agoAdd a driver for the internal PHY in the RealTek 8139.
wpaul [Tue, 31 Aug 1999 14:43:30 +0000 (14:43 +0000)]
Add a driver for the internal PHY in the RealTek 8139.

24 years agoIf integration of a buffer into a cluster write operation fails, release
tegge [Tue, 31 Aug 1999 14:18:32 +0000 (14:18 +0000)]
If integration of a buffer into a cluster write operation fails, release
the buffer instead of creating a future deadlock.
PR: 12800
Submitted by: dillon

24 years agoBack out previous commit. I mistook passing commentary from bde for
sheldonh [Tue, 31 Aug 1999 13:11:39 +0000 (13:11 +0000)]
Back out previous commit. I mistook passing commentary from bde for
review.

Requested by: bde

24 years agoRevert to using .Xr for builtins. The cross-references don't work now,
sheldonh [Tue, 31 Aug 1999 12:44:52 +0000 (12:44 +0000)]
Revert to using .Xr for builtins. The cross-references don't work now,
but that doesn't mean that they will never work.

Requested by: mpp, rgrimes

24 years agoC-NET(9N)C support (PC-98 only).
nyan [Tue, 31 Aug 1999 12:37:35 +0000 (12:37 +0000)]
C-NET(9N)C support (PC-98 only).

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoadd vnode_if.h
roger [Tue, 31 Aug 1999 11:13:47 +0000 (11:13 +0000)]
add vnode_if.h

24 years agoOops. I undid the $Id: -> $FreBSD: change.
roger [Tue, 31 Aug 1999 10:32:42 +0000 (10:32 +0000)]
Oops. I undid the $Id: -> $FreBSD: change.
Put it back to $FreeBSD:

24 years agoUpdate to driver release 1.71
roger [Tue, 31 Aug 1999 10:29:42 +0000 (10:29 +0000)]
Update to driver release 1.71

New Features:
Greatly improved VBI capture support. (mainly for the AleVT port)
Supports select() on /dev/vbi
Improved RISC program for RGB+VBI capture to capture both evenodd
VBI data even when only capturing even only (or odd only) video
Based on code from Juha Nurmela <Juha.Nurmela@quicknet.inet.fi>

Support for Hauppauge 627 and Temic 4006
Submitted by: Maurice Castro <maurice@atum.castro.aus.net>

Bug Fix:
Fix bug in AverMedia card detection.

24 years agoFreeBSD District court of Appeals - TN3270 vs Ports
markm [Tue, 31 Aug 1999 08:55:39 +0000 (08:55 +0000)]
FreeBSD District court of Appeals - TN3270 vs Ports

Judge: TN3270, you are charged with being superfluous to
requirement, and have been found guilty.
Defence, do you have any final words?
Defence lawyer: Yes,..
*!BLAM!*
Judge: Contempt of court!! That blood is disgusting! Sergeant?
Sergeant: Sah!?
Judge: Get that mess out of here.
Sergeant: Sah!!
Judge: Anyone else have anything else to say?
...
Judge: Executioner!
Executioner: My lord?
Judge: Carry out the sentence, forthwith!
Executioner: As my lord wishes...
*!BLAM!* *!BLAM!* *!BLAM!*
Judge: Any more matters for the court today?
...