summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-initialize the terminal after ^Z / fg.joerg1995-09-101-0/+1
| | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
* Fix a bug that prevented %'s and \'s from being passed to the programjoerg1995-09-101-2/+11
| | | | | | invoked. Submitted by: fenner@parc.xerox.com (Bill Fenner)
* Call output process in slstart() whether or not there is any output. Asbde1995-09-101-9/+10
| | | | | | | | | | | | | | | in pppstart(), the output process may be overloaded to handle hardware flow control and hardware output completions. Don't wait for output to drain in slclose(). Discard output immediately. New output is not prevented while processes are waiting for output to drain (this is a bug), so the wait was sometimes forever. Infinite waits are also possible when CCTS_OFLOW is enabled and CTS is down. Infinite waits were also caused by the above bug in slstart(). Start changing new init stuff yet again: rename unused arg `dummy'. Reviewed by: davidg
* Fix wakeups for TIOCDRAINWAIT. The conditional wakeups introduced in revbde1995-09-101-2/+3
| | | | | 1.59 defeated the point of doing the wakeups (having reduced timeouts take effect immediately).
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-0941-174/+177
| | | | compiler warnings.
* message catalog for fr_FR.ISO_8859-1jmz1995-09-092-0/+340
|
* Add fr_FR.ISO_8859-1 to LANGSjmz1995-09-091-1/+1
|
* Be gentle and allow both magic's (the own one and the other side'sjoerg1995-09-091-2/+5
| | | | | | | one) as a valid answer to an echo request. This makes the log less noisy when connecting to Trumpet Winsock or FreeBSD 2.0.5's pppd. :) Submitted by: melvin@zytek.com (Stephen Melvin)
* Avoid the "calculated sectors per cylinder disagrees with disklabel"joerg1995-09-091-1/+9
| | | | | warning for the default case where the user hasn't specified either -t or -u on the command line. It's been confusing our users.
* More hacking on devfs..julian1995-09-093-179/+469
| | | | | | | | | | | | I can now do an mv on devices and directories in devfs This was the hardest part.. link, delete and symlink will follow in short order. This code works but has definitly got vnode locking problems I am electing to get the structure of it working before spending too much time on the vnode confusion so it's probably not reliable at the moment.. never-the less it looks good. :)
* Patch to the atapi driver, by Serge V.Vakulenko, minor changessos1995-09-092-29/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | by me... Original message: This patch upgrades the ATAPI CD-ROM driver to version 1.3. It has three bugs fixed: 1) The `controller not ready' message at startup and later. It was caused by staled media change bit. 2) Incorrect shuffling of model string for some drives (NEC, Mitsumi). 3) Handling of drives which report itself as been of direct-access type, instead of CD-ROM type. There is one known bug which is not fixed yet -- probing in absense of IDE disks. A work-around exists though (thanks Steve!). If you have no IDE disks attached, then remove them from the kernel config file to make the CD-ROM attach correctly. Unfortunately, there is no way to disable them from the kernel interactive config mode. Reviewed by: sos (Soren Schmidt) Submitted by: vak@gw.cronyx.msk.su (Serge V.Vakulenko)
* Obtained from:4.4lite2julian1995-09-091-10/+14
| | | | | | | | | | | | | | | | | | fix a change where a shortcut resulted in teh wrong answer.. e.g. touch a touch b mv a b resulted in b being removed and a being moved to b in the shortcut.. touch a ln a b mv a b the wrong link was removed.. leaving a instead of b, giving a different result to when both files were separate.
* Change the errx(0,...) to errx(1,...)jkh1995-09-081-2/+2
| | | | Submitted by: Mike Murphy <mrm@alpharel.com>
* Actually, 97 out of 304 devsw functions had benignly mismatched types.bde1995-09-085-27/+26
|
* Add target directories for the FAQ and the Handbook.jfieber1995-09-081-1/+5
|
* Add a makefile.jfieber1995-09-081-0/+6
|
* Perl script to convert NCR script address into label+offset.se1995-09-081-0/+31
| | | | Useful to find the failed NCR instruction ...
* Add a makefile.jfieber1995-09-081-0/+12
|
* Don't use vtophys() for constant addresses, cache the translations inse1995-09-081-22/+65
| | | | the NCR control block (ncb) and command control block (ccb) instead.
* Add bsd.sgml.mkjfieber1995-09-081-2/+2
|
* A makefile for sgml source files.jfieber1995-09-081-0/+150
| | | | Reviewed by: Rod Grimes rgrimes@gndrsh.aac.dev.com
* d_stop functions always returned void. Fix the declaration of d_stop_tbde1995-09-082-4/+4
| | | | to match.
* Added devfs nodes for other devices.. (didn't read the docs correctly)julian1995-09-081-1/+10
|
* add RCS Id strings so we know what we havejulian1995-09-082-0/+6
|
* added ID strings so we know what version we have...julian1995-09-082-0/+7
|
* Slight optimization for the standard case of rotdelay=0.dg1995-09-081-11/+11
|
* Declare `geomtab' as static. It was bogusly shared between the asc andbde1995-09-082-2/+2
| | | | the gsc drivers.
* 3 out of 5 new devsw functions had benign type mismatches.bde1995-09-081-5/+5
|
* Applied patches that make the driver compile on NetBSD again.se1995-09-081-30/+83
| | | | | | | | | They shouldn't affect FreeBSD, since they are within #ifdef NETBSD directives. Changed the HAD_ERROR return code into COMPLETE according to a comment in "/sys/scsi/scsiconf.h" Submitted by: Andreas Wrede <andreas@planix.com>
* Fixed error in maxcontig calculation that caused it to default to "1".dg1995-09-081-1/+1
|
* Fix my copyright.dg1995-09-082-4/+4
|
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-0834-188/+260
| | | | functions were wrong.
* Remove machine name from Dave Chapeskie's e-mail address.asami1995-09-082-4/+4
|
* added the dev_link external registrationjulian1995-09-082-8/+48
| | | | | | | | used to produce a second link to an already exixting device e.g. dev_add /disks/sd0 dev_link /scsi/bus0/targ0/lun0 to /disks/sd0 (not real syntax)
* DAng! forgot this as welljulian1995-09-081-2/+21
| | | | cdevsw entry (71) for the asc scanner driver
* Submitted by: Luigi Rizzojulian1995-09-081-0/+52
| | | | | Obtained from: Luigi and gunther yeah I forgot this one....
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-085-5/+16
| | | | | Obtained from: Luigi Rizzo and Gunther Schadow config support for the asc driver and an example in LINT
* 1) Really print 'real' memory - use Maxmem, not physmem.dg1995-09-082-28/+8
| | | | | | | 2) Output K bytes instead of pages as this means something to more people. 3) Moved printf of avail memory to after vm_bounce_init() call so that bounce buffers are included in the figure. 4) Killed initcpu(); it's an unused vestige from the VAX.
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-084-4/+966
| | | | | Obtained from: Luigi Rizzo and Gunther Schadow Kernel support for the asc scanner driver
* Submitted by: -Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-082-3/+183
| | | | | Obtained from: Luigi Rizzo and Gunther Schadow man page for the asc scanner driver
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-085-0/+384
| | | | | | | | | | | | | | | Obtained from: Gunther Schadow and Luigi Rizzo control program for Trust AmiScan BW (GI1904 chipset) ASC - A device driver for a handy scanner This is a device driver for GI1904-based hand scanners, e.g. the Trust Amiscan Grey and possibly others. The driver is based on the "gsc" driver and, partly, on a Linux driver. The driver has a working select(). -Luigi Rizzo (luigi@iet.unipi.it)
* Render devices inactive properly.jkh1995-09-071-3/+4
| | | | | Protect against name overflow. Submitted by: Michael Smith <msmith@atrad.adelaide.edu.au>
* Major cleanup of eBones code:markm1995-09-07235-2005/+3820
| | | | | | | | | | | | | | | | | | - Get all functions prototyped or at least defined before use. - Make code compile (Mostly) clean with -Wall set - Start to reduce the degree to which DES aka libdes is built in. - get all functions to the same uniform standard of definition: int foo(a, b) int a; int *b; { : } - fix numerous bugs exposed by above processes. Note - this replaces the previous work which used an unpopular function definition style.
* Minor cleanup and (very) small micro optimization to Xsyscall (and thedg1995-09-073-45/+39
| | | | linux one)..
* Killed unnecessary \r.dg1995-09-071-1/+1
|
* Add support for 16 targets on WIDE SCSI bus.se1995-09-071-106/+103
| | | | | | | | | This seems to work fine on my 53c810, but really should be tested on a 53c825 with at least one target set to an ID >= 8. The script is now copied to memory mapped using vm_page_alloc_contig(), since it has to be physically contigous. This must be changed, if the driver is converted into a loadable module ! Two of the probe messages are suppressed, unless "bootverbose" is set.
* Remove support for PCI bridge classes, since thisse1995-09-071-23/+2
| | | | dealt with by code in pci.c now.
* Make mapping messages depend on bootverbose flag.se1995-09-072-134/+364
| | | | Add PCI subclass to unknown device message.
* Add description of Intel 82425EX PCI system controller chip (Aries ?).se1995-09-071-1/+77
| | | | Submitted by: Danny J. Zerkel <dzerkel@feephi.phofarm.com>
* Make files get the NWDC definition from "wdc.h" instead of "wd.h".swallace1995-09-073-4/+9
| | | | | This way, if using wd and/or wcd devices, the wdc controller code will get compiled.
OpenPOWER on IntegriCloud