]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoUse the proper #ifdef around union sigval and siginfo_t. This fixes
marcel [Sun, 10 Oct 1999 15:52:33 +0000 (15:52 +0000)]
Use the proper #ifdef around union sigval and siginfo_t. This fixes
the breakage of POSIX sources (such as XFree86).

Reviewed by: bde

24 years agoLet a file with '@' or ':' in it take precedence over defaulting to
green [Sun, 10 Oct 1999 15:52:21 +0000 (15:52 +0000)]
Let a file with '@' or ':' in it take precedence over defaulting to
nfs.

24 years agoPut IPFILTER_LKM into opt_ipfilter.h and delete the other two IPFILTER
peter [Sun, 10 Oct 1999 15:24:04 +0000 (15:24 +0000)]
Put IPFILTER_LKM into opt_ipfilter.h and delete the other two IPFILTER
options that previously went there.

24 years agoDon't try and build IPFILTER in LINT.
peter [Sun, 10 Oct 1999 15:20:06 +0000 (15:20 +0000)]
Don't try and build IPFILTER in LINT.

24 years agoRemove ipfilter files - the hooks remain in ip_input.c and ip_output.c
peter [Sun, 10 Oct 1999 15:17:28 +0000 (15:17 +0000)]
Remove ipfilter files - the hooks remain in ip_input.c and ip_output.c

24 years agoRemove ipl hooks (bring on DEVFS! :-)
peter [Sun, 10 Oct 1999 15:14:46 +0000 (15:14 +0000)]
Remove ipl hooks  (bring on DEVFS! :-)

24 years agoremove ipl hooks
peter [Sun, 10 Oct 1999 15:13:48 +0000 (15:13 +0000)]
remove ipl hooks

24 years agoNuke the old antique copy of ipfilter from the tree. This is old enough
peter [Sun, 10 Oct 1999 15:09:59 +0000 (15:09 +0000)]
Nuke the old antique copy of ipfilter from the tree.  This is old enough
to be dangerous.  It will better serve us as a port building a KLD,
ala SKIP.

The hooks are staying although it would be better to port and use
the NetBSD pfil interface rather than have custom hooks.

24 years agoNuke the old antique copy of ipfilter from the tree. This is old enough
peter [Sun, 10 Oct 1999 15:08:38 +0000 (15:08 +0000)]
Nuke the old antique copy of ipfilter from the tree.  This is old enough
to be dangerous.  It will better serve us as a port building a KLD,
ala SKIP.

24 years agoRetire old and unused #includes.
phk [Sun, 10 Oct 1999 12:02:36 +0000 (12:02 +0000)]
Retire old and unused #includes.

24 years agoRevert previous change, I misread it as an if( when it really
cpiazza [Sun, 10 Oct 1999 09:28:14 +0000 (09:28 +0000)]
Revert previous change, I misread it as an if( when it really
wasn't.

24 years agoAvoid using the osig* syscalls.
marcel [Sun, 10 Oct 1999 09:14:31 +0000 (09:14 +0000)]
Avoid using the osig* syscalls.

24 years ago\begin{quote}
marcel [Sun, 10 Oct 1999 08:38:33 +0000 (08:38 +0000)]
\begin{quote}
setjmp() gets the jmp_buf pointer from the wrong place (the place
where the return address is) in the shlib case, and uses it (only)
to fetch the current signal mask to address (return_address + 28).
This address is normally read-only (I hope), so the sigprocmask()
call has no effect except to return an error code.
\end{quote}

Submitted by: bde

24 years agoCorrect typo, Welcom -> Welcome
mharo [Sun, 10 Oct 1999 07:46:38 +0000 (07:46 +0000)]
Correct typo, Welcom -> Welcome
and add $FreeBSD$

24 years agoCorrect the Crypto dist's name in a string.
markm [Sun, 10 Oct 1999 07:13:33 +0000 (07:13 +0000)]
Correct the Crypto dist's name in a string.
Get the KerberosIV dist from the correct files.

24 years agoModify to work with the new sbreserve().
green [Sat, 9 Oct 1999 23:24:59 +0000 (23:24 +0000)]
Modify to work with the new sbreserve().

24 years agoRemove obsolete include file.
phk [Sat, 9 Oct 1999 23:17:04 +0000 (23:17 +0000)]
Remove obsolete include file.

24 years agoAdd the missing ')' in
cpiazza [Sat, 9 Oct 1999 23:12:57 +0000 (23:12 +0000)]
Add the  missing ')' in
(p = f()) == NULL

24 years agoRemove the ft program, the driver is long gone.
phk [Sat, 9 Oct 1999 23:11:53 +0000 (23:11 +0000)]
Remove the ft program, the driver is long gone.

24 years agoRemove another obsolete include file.
phk [Sat, 9 Oct 1999 23:08:06 +0000 (23:08 +0000)]
Remove another obsolete include file.

24 years agoImplement ulimit -b for RLIMIT_SBSIZE.
green [Sat, 9 Oct 1999 20:56:06 +0000 (20:56 +0000)]
Implement ulimit -b for RLIMIT_SBSIZE.

24 years agoThis implements the RLIMIT_SBSIZE ("sbsize") administrative limits for
green [Sat, 9 Oct 1999 20:47:59 +0000 (20:47 +0000)]
This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for
userland.  Currently, it can be enforced by login and csh.  More
shells supporting sbsize are welcome.

24 years agoImplement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total
green [Sat, 9 Oct 1999 20:42:17 +0000 (20:42 +0000)]
Implement RLIMIT_SBSIZE in the kernel.  This is a per-uid sockbuf total
usage limit.

24 years agopnpparse.c is needed for kernel builds.
phk [Sat, 9 Oct 1999 20:40:07 +0000 (20:40 +0000)]
pnpparse.c is needed for kernel builds.

24 years agoAdd the options for the ATA driver.
sos [Sat, 9 Oct 1999 20:22:01 +0000 (20:22 +0000)]
Add the options for the ATA driver.

24 years agoAdd support for the HPT366 chip, this is used on the Abit boards and
sos [Sat, 9 Oct 1999 19:57:13 +0000 (19:57 +0000)]
Add support for the HPT366 chip, this is used on the Abit boards and
their HotRod controller and on SIIG PCI ultra DMA controller. These
changes also made lots of the Promise code go away, its all much more
generic this way.

Get rid of atapi_immed_cmd, instead use the queue to move atapi commands
from interrupt context if nessesary, the entire atapi layer has
gotten an overhaul.

Lots of fixes to utililize the new features in subr_disk.c etc, and
get rid of the last biots of softc arrays in the drivers, the
only one left is atadevices which cannot easily go away (yet).

Use our own malloc names, its a lot easier to track memory usage this way.

General cleanup overall.

24 years agoGive physio a makeover.
phk [Sat, 9 Oct 1999 19:44:32 +0000 (19:44 +0000)]
Give physio a makeover.

- Let physio take read/write compatible args and have it use uio->uio_rw
  to determine the direction.

- physread/physwrite are now #defines for physio

- Remove the inversly named minphys(), dev->si_iosize_max takes over.

- Physio() always uses pbufs.

- Fix the check for non page-aligned transfers, now only unaligned
  transfers larger than (MAXPHYS - PAGE_SIZE) get fragmented (only
  interesting for tapes using max blocksize).

- General wash-and-clean of code.

Constructive input from: bde

24 years agoRemove an unnecessary cross-reference to ioctl(2)
chris [Sat, 9 Oct 1999 16:37:37 +0000 (16:37 +0000)]
Remove an unnecessary cross-reference to ioctl(2)

24 years agoAdd the 16550 programming interface code for PCIS_SIMPLECOMM_UART.
peter [Sat, 9 Oct 1999 16:00:56 +0000 (16:00 +0000)]
Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.

24 years agoRemove syscall wrappers.
marcel [Sat, 9 Oct 1999 15:27:09 +0000 (15:27 +0000)]
Remove syscall wrappers.

24 years agoUpdate the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.
jhay [Sat, 9 Oct 1999 14:49:56 +0000 (14:49 +0000)]
Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.

NOTE: This will break building ntpd until ntpd has been upgraded to also
support draft 05. People that want to build ntpd in the meantime can
get patches from me.

24 years agoA leftover include file from pre-CAM days gets retired...
phk [Sat, 9 Oct 1999 13:25:30 +0000 (13:25 +0000)]
A leftover include file from pre-CAM days gets retired...

24 years agoFactor out the PnP resource parser so that it can be re-used by pnpbios
dfr [Sat, 9 Oct 1999 13:11:46 +0000 (13:11 +0000)]
Factor out the PnP resource parser so that it can be re-used by pnpbios
and acpi.

Reviewed by: msmith

24 years agoFix build break.
dfr [Sat, 9 Oct 1999 12:30:18 +0000 (12:30 +0000)]
Fix build break.

Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>

24 years agoAdd net device to netboot.
dfr [Sat, 9 Oct 1999 12:29:42 +0000 (12:29 +0000)]
Add net device to netboot.

24 years agoRemove old sig* wrappers.
dfr [Sat, 9 Oct 1999 12:11:31 +0000 (12:11 +0000)]
Remove old sig* wrappers.

24 years agomount* fixes from Martin Blapp <mb@imp.ch>:
phk [Sat, 9 Oct 1999 11:54:14 +0000 (11:54 +0000)]
mount* fixes from Martin Blapp <mb@imp.ch>:

        Made mount more userfriendly (bad slashes are now filtered out)
        and we remove in mount_nfs trailing slashes if there are any.

        Fixed mount_xxx binarys to resolve with realpath(3)
        the mountpoint.

        Translate the deprecated nfs-syntax with '@' to ':' .
        The ':' syntax has now precedence, but '@' still works.
        Notify the user that the '@' syntax should not be used.

PR: 7846
PR: 13692
Submitted by:   Martin Blapp <mb@imp.ch>
Reviewed by:    phk

24 years agoHard-configure z_off_t as long. Soft configuration using HAVE_UNISTD_H
bde [Sat, 9 Oct 1999 11:31:50 +0000 (11:31 +0000)]
Hard-configure z_off_t as long.  Soft configuration using HAVE_UNISTD_H
just breaks the prototypes for gzseek() and gztell() when an application
defines HAVE_UNISTD_H before including <zlib.h>.  z_off_t was always
long for compiling zlib, but was sometimes off_t for compiling
applications, e.g., Ethereal 0.7.5.

This "fix" preserves bug for bug binary compatibility.  z_off_t should
be off_t for everything, but zlib doesn't support off_t being longer
than long, so using the correct type without fixing zlib's internals
would at best break binary compatibility.  This "fix" also make the
namespace problems for HAVE_UNISTD_H no worse than hundreds of other
namespace prooblems in zconf.h.  I'll wait for a new release of zlib
for proper fixes.

Reported by: Guy Harris via jkh

24 years agoRemove old copies. These files now live in src/sys/dev/buslogic
mdodd [Sat, 9 Oct 1999 06:28:18 +0000 (06:28 +0000)]
Remove old copies.  These files now live in src/sys/dev/buslogic

24 years ago- Point the right bits at the new location of the bus front ends.
mdodd [Sat, 9 Oct 1999 06:25:18 +0000 (06:25 +0000)]
- Point the right bits at the new location of the bus front ends.
  The 'bt' SCSI driver now lives in sys/dev/buslogic.

- Correct a few comments.

24 years agoAdd a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip up
green [Sat, 9 Oct 1999 05:17:05 +0000 (05:17 +0000)]
Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip up
syslogd.  Note of course it's simply much more polite and correct, too :)

24 years ago- Restore correct operation of bt_mca.
mdodd [Sat, 9 Oct 1999 04:02:02 +0000 (04:02 +0000)]
- Restore correct operation of bt_mca.

- Work around a problem not yet solved in the tree (but solved in mine.)

device_get_ivars() should never be cast to a struct resource_list *
The solution, under review, involves the creation of a
device_get_resource_list() function.  More later.

24 years agoMake interrupts shareable with RF_SHAREABLE. This is untested, but
imp [Sat, 9 Oct 1999 03:52:07 +0000 (03:52 +0000)]
Make interrupts shareable with RF_SHAREABLE.  This is untested, but
it compiles and should just work.

24 years agoRemove these files as they now live in sys/dev/dpt/
mdodd [Sat, 9 Oct 1999 03:51:18 +0000 (03:51 +0000)]
Remove these files as they now live in sys/dev/dpt/

24 years agoAllow interrupt sharing by allocating the interrupt RF_SHAREABLE.
imp [Sat, 9 Oct 1999 03:50:27 +0000 (03:50 +0000)]
Allow interrupt sharing by allocating the interrupt RF_SHAREABLE.

This allows newpcm to grok my es1370 based card, which shared
interrupts with the ethernet card.

24 years agoCall DEVICE_IDENIFY in bus_generic_driver_added to allow devices to
imp [Sat, 9 Oct 1999 03:48:18 +0000 (03:48 +0000)]
Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices to
add nodes to the tree.  Also, default to bus_generic_driver_added for
the BUS_DRIVER_ADDED method.

This allows newbus busses to be kldload'd.

Reviewed by: dfr

24 years agoSwitch over to the new location in sys/dev/dpt.
mdodd [Sat, 9 Oct 1999 03:46:28 +0000 (03:46 +0000)]
Switch over to the new location in sys/dev/dpt.

Fix a forgotten #include

24 years agoRemove the DPT EISA driver entry.
mdodd [Sat, 9 Oct 1999 03:41:07 +0000 (03:41 +0000)]
Remove the DPT EISA driver entry.

24 years ago- Implement a simple PIO driven function for retreiving the onboard
mdodd [Sat, 9 Oct 1999 03:39:47 +0000 (03:39 +0000)]
- Implement a simple PIO driven function for retreiving the onboard
  configuration information from a DPT card at a given port.

  This is needed by the ISA bus front end (still to come) and the EISA
  bus front end (which hasn't ever worked).

- Blow away dpt_eisa.h as the information it contains does not justify
  an additional file.

- Convert dpt_eisa.c to use the onboard config instead of trying to
  read the EISA configuration registers.

24 years agoCorrect the description of the timeout argument. I've examined
wes [Sat, 9 Oct 1999 01:35:58 +0000 (01:35 +0000)]
Correct the description of the timeout argument.  I've examined
the code, which seems to implement the POSIX requirements, and
have described the behavior here.  Basically, it behaves the same
as select(2).

Noticed by: John Polstra

24 years agoFix sigvec(). When the sigset_t changes came in, it was altered
jdp [Sat, 9 Oct 1999 00:25:29 +0000 (00:25 +0000)]
Fix sigvec().  When the sigset_t changes came in, it was altered
to call osigaction().  But that's wrong because it causes the
handler to receive a struct osigcontext instead of the expected
struct sigcontext.  Use sigaction() instead, copying the compatible
portion of the signal mask.

Reviewed by: marcel

24 years agospace is not allowed between owner and :group.
charnier [Fri, 8 Oct 1999 21:38:08 +0000 (21:38 +0000)]
space is not allowed between owner and :group.

24 years agospelling
charnier [Fri, 8 Oct 1999 21:34:16 +0000 (21:34 +0000)]
spelling

24 years agoFix -Wall warnings
n_hibma [Fri, 8 Oct 1999 19:56:45 +0000 (19:56 +0000)]
Fix -Wall warnings

Submitted-By: Martin Blapp <mblapp@kassiopeja.lan.attic.ch>
24 years ago- Fixed some cases in which mount was segfaulting.
n_hibma [Fri, 8 Oct 1999 19:54:32 +0000 (19:54 +0000)]
- Fixed some cases in which mount was segfaulting.
Original patch from Adrian. Martin added a check for free().

- Included the filesystem type in output of mount

PR:            bin/13143
Submitted-By: Martin Blapp <mblapp@kassiopeja.lan.attic.ch>
24 years agoFix a panic(8) implementation:
phk [Fri, 8 Oct 1999 19:10:18 +0000 (19:10 +0000)]
Fix a panic(8) implementation:
hexdump -C < /dev/drum
by simply refusing to do I/O from userland.
a panic.  I'm not sure we even need /dev/drum anymore, it seems
to have been broken for a long time thi

24 years agoAdd a couple of strategic KASSERTs
phk [Fri, 8 Oct 1999 19:07:23 +0000 (19:07 +0000)]
Add a couple of strategic KASSERTs

24 years agoZap cdevsw_add() - the make_dev's take care of it and don't use
peter [Fri, 8 Oct 1999 18:27:20 +0000 (18:27 +0000)]
Zap cdevsw_add() - the make_dev's take care of it and don't use
the cdevsw[] array.

24 years agoAdd back sysctl vfs.enable_userblk_io
phk [Fri, 8 Oct 1999 18:25:19 +0000 (18:25 +0000)]
Add back sysctl vfs.enable_userblk_io

24 years agoRevert the 1.44 -> 1.45 change. It doesn't work as expected.
brian [Fri, 8 Oct 1999 16:09:15 +0000 (16:09 +0000)]
Revert the 1.44 -> 1.45 change.  It doesn't work as expected.

24 years ago perl5 -> perl
n_hibma [Fri, 8 Oct 1999 14:29:12 +0000 (14:29 +0000)]
  perl5 -> perl
  (This was breaking world.)

Submitted by: Marcel Molenaar, green

24 years agoperl5 -> perl
green [Fri, 8 Oct 1999 14:09:17 +0000 (14:09 +0000)]
perl5 -> perl
(This was breaking world.)

24 years agoSync with recent changes to the MCA bus code. Resource IVARS went
mdodd [Fri, 8 Oct 1999 13:02:34 +0000 (13:02 +0000)]
Sync with recent changes to the MCA bus code.  Resource IVARS went
away.

24 years agoNo longer required, following the move of the driver to /sys/dev/bktr
roger [Fri, 8 Oct 1999 10:19:49 +0000 (10:19 +0000)]
No longer required, following the move of the driver to /sys/dev/bktr

24 years agoSynchronize with i386 rev 1.367
marcel [Fri, 8 Oct 1999 09:20:56 +0000 (09:20 +0000)]
Synchronize with i386 rev 1.367

24 years agoDon't include <machine/frame.h>.
dfr [Fri, 8 Oct 1999 09:09:13 +0000 (09:09 +0000)]
Don't include <machine/frame.h>.

24 years agoFix the breakage of doscmd that was caused by the rebirth
marcel [Fri, 8 Oct 1999 09:02:39 +0000 (09:02 +0000)]
Fix the breakage of doscmd that was caused by the rebirth
of sigcontext and the change in mcontext_t.

Partial fix submitted by:
        Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>`

24 years agoChange the SOURCE line to include ${CURDIR}
n_hibma [Fri, 8 Oct 1999 07:41:17 +0000 (07:41 +0000)]
Change the SOURCE line to include ${CURDIR}

Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>

24 years agoMove the include of device.h into the NetBSD specific section.
n_hibma [Fri, 8 Oct 1999 07:38:11 +0000 (07:38 +0000)]
Move the include of device.h into the NetBSD specific section.

Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>

24 years agoZap these defucnt files before anyone things about trying to merge them.
peter [Fri, 8 Oct 1999 06:21:38 +0000 (06:21 +0000)]
Zap these defucnt files before anyone things about trying to merge them.

24 years agoZap references to 'major' token, it's not used.
peter [Fri, 8 Oct 1999 06:20:43 +0000 (06:20 +0000)]
Zap references to 'major' token, it's not used.
Zap references to devices.i386 - it's not used. (neither is devices.pc98
or devices.alpha)

24 years agoFix amr.c line, a '.' had become a '/'.
phk [Fri, 8 Oct 1999 05:43:33 +0000 (05:43 +0000)]
Fix amr.c line, a '.' had become a '/'.

24 years agoAdd documentation for the PicoBSD install floppy.
dwhite [Fri, 8 Oct 1999 05:20:06 +0000 (05:20 +0000)]
Add documentation for the PicoBSD install floppy.

24 years agoAdd a new floppy type, install. This type builds a disk that can
dwhite [Fri, 8 Oct 1999 04:00:21 +0000 (04:00 +0000)]
Add a new floppy type, install.  This type builds a disk that can
slice, partition, newfs, and install FreeBSD from a tarball on a remote server.
Handy for doing mass-installs for server farms.

Documentation following shortly.

24 years agoReverse order of krb4 and des build so that SRA telnet does not
nsayer [Thu, 7 Oct 1999 22:56:16 +0000 (22:56 +0000)]
Reverse order of krb4 and des build so that SRA telnet does not
overwrite Kerberos Telnet.

24 years agoFix typo
n_hibma [Thu, 7 Oct 1999 21:25:04 +0000 (21:25 +0000)]
Fix typo

24 years agoThe Makefiles for the modules for the USB device drivers.
n_hibma [Thu, 7 Oct 1999 21:23:08 +0000 (21:23 +0000)]
The Makefiles for the modules for the USB device drivers.

Finally.

24 years agoMake the umodem stub compile
n_hibma [Thu, 7 Oct 1999 21:09:08 +0000 (21:09 +0000)]
Make the umodem stub compile

24 years agoRemove a debugging printf.
n_hibma [Thu, 7 Oct 1999 21:08:29 +0000 (21:08 +0000)]
Remove a debugging printf.

24 years agoAdd make_dev and remove_dev.
n_hibma [Thu, 7 Oct 1999 21:06:52 +0000 (21:06 +0000)]
Add make_dev and remove_dev.

24 years agopriorities weren't correct (old version).
n_hibma [Thu, 7 Oct 1999 20:58:43 +0000 (20:58 +0000)]
priorities weren't correct (old version).

24 years agoAllow for a telnet in secure/ (SRA telnet).
markm [Thu, 7 Oct 1999 20:06:22 +0000 (20:06 +0000)]
Allow for a telnet in secure/ (SRA telnet).

Submitted by: Nick Sayer

24 years agoAllow for a telnet in secure/ (SRA telnet).
markm [Thu, 7 Oct 1999 20:04:17 +0000 (20:04 +0000)]
Allow for a telnet in secure/ (SRA telnet).

24 years agoAllow for another telnet in secure (SRA telnet).
markm [Thu, 7 Oct 1999 20:02:45 +0000 (20:02 +0000)]
Allow for another telnet in secure (SRA telnet).

Submitted by: Nick Sayer

24 years agoMake telnet with SRA work.
markm [Thu, 7 Oct 1999 19:47:09 +0000 (19:47 +0000)]
Make telnet with SRA work.

Submitted by: Nick Sayer

24 years agoDeconfuse release and revision
n_hibma [Thu, 7 Oct 1999 19:41:00 +0000 (19:41 +0000)]
Deconfuse release and revision

24 years agoMajor synchronisation with the NetBSD USB stack:
n_hibma [Thu, 7 Oct 1999 19:26:38 +0000 (19:26 +0000)]
Major synchronisation with the NetBSD USB stack:

- Some cleanup and improvements in the uhci and ohci drivers
- Support for plugging and unplugging devices improved
- Now available is bulk transport over OHCI controllers
- Resume and suspend have been temporarily been disabled again.  Proper
  support for it is available in the uhci.c and ohci.c files but I have
  not yet spent the brain cycles to use it.
- OpenBSD now uses the USB stack as well
- Add FreeBSD tags

24 years agoBring in SRA for telnet.
markm [Thu, 7 Oct 1999 18:59:55 +0000 (18:59 +0000)]
Bring in SRA for telnet.

Submitted by: Nick Sayer

24 years agoremove the use of uhci_reset to wake up the controller after
n_hibma [Thu, 7 Oct 1999 18:56:10 +0000 (18:56 +0000)]
remove the use of uhci_reset to wake up the controller after
resume/suspend (->resume is broken again, will be fixed properly ASAP)

style fixes

24 years agoRemove last bits and pieces of NetBSD porting.
n_hibma [Thu, 7 Oct 1999 18:53:08 +0000 (18:53 +0000)]
Remove last bits and pieces of NetBSD porting.
Remove the use of ukbd_disconnect and replace it with direct
calls to disable.
Change printf to DPRINTF
Remove the use of usbd_lock, change it to splusb()/splx()

24 years agoRemove the last bits and pieces left over from porting the driver
n_hibma [Thu, 7 Oct 1999 18:50:46 +0000 (18:50 +0000)]
Remove the last bits and pieces left over from porting the driver
from NetBSD.

24 years agoAdd COREGA EtherII PCC-T entry.
kuriyama [Thu, 7 Oct 1999 15:50:44 +0000 (15:50 +0000)]
Add COREGA EtherII PCC-T entry.

Submitted by: KANAZAWA makoto <mako@tcn-catv.ne.jp>
PR: conf/12650

24 years agoMdoc cleanup, with a few grammar cleanups on the side.
sheldonh [Thu, 7 Oct 1999 13:56:43 +0000 (13:56 +0000)]
Mdoc cleanup, with a few grammar cleanups on the side.

Reviewed by: mpp

24 years agoSimplification of the signal trampoline and other cleanups.
marcel [Thu, 7 Oct 1999 12:40:34 +0000 (12:40 +0000)]
Simplification of the signal trampoline and other cleanups.

o  Remove unused defines from genassym.c that were needed
   by the trampoline.
o  Add load_gs_param function to support.s that catches
   a fault when %gs is loaded with an invalid descriptor.
   The function returns EFAULT in that case.
o  Remove struct trapframe from mcontext_t and replace it
   with the list of registers.
o  Modify sendsig and sigreturn accordingly.

This commit contains a patch by bde.

Reviewed by: luoqi, jdp

24 years agoPut back cn_namelen initialization. Removed by phk in rev 1.2.
bp [Thu, 7 Oct 1999 12:18:12 +0000 (12:18 +0000)]
Put back cn_namelen initialization. Removed by phk in rev 1.2.

24 years agoI forgot this one :-(
marcel [Thu, 7 Oct 1999 09:03:17 +0000 (09:03 +0000)]
I forgot this one :-(
ucontext_t is now actually compatible with struct sigcontext.

Discovered by: jdp

24 years agosync with netbsd PR 8534, fix undefined C code.
alfred [Thu, 7 Oct 1999 08:41:55 +0000 (08:41 +0000)]
sync with netbsd PR 8534, fix undefined C code.
Pointed out by: David A. Holland

24 years agoDon't go from datalink state opening directly to lcp, go via
brian [Thu, 7 Oct 1999 07:32:12 +0000 (07:32 +0000)]
Don't go from datalink state opening directly to lcp, go via
carrier instead so that we can set up our carrier detect
timer and eventually notice when we lose carrier.

Honour the script.run value when coming out of carrier state.

PR: 14145

24 years agoAdd entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAID
msmith [Thu, 7 Oct 1999 02:37:04 +0000 (02:37 +0000)]
Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAID
and Myles drivers respectively.

24 years agoConnect the 'amr' and 'mlx' drivers. They can be built as modules or
msmith [Thu, 7 Oct 1999 02:24:22 +0000 (02:24 +0000)]
Connect the 'amr' and 'mlx' drivers.  They can be built as modules or
integrated into a static kernel as the user wishes.