summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1) Add \p\c after CONNECT for modems which give CONNECT beforeache1994-05-031-1/+5
| | | | | | | carrier up 2) Add more chat-fail codes 3) Add comment about complete/abort scripts, when modem handle DTR drop properly
* Use the hostname.interface file just like the 3 floppy install.rgrimes1994-05-031-6/+15
|
* Use ISO9660/DOS compliant file names for the tar balls now.rgrimes1994-05-031-20/+24
|
* >From BETA_1_1 branch:rgrimes1994-05-031-16/+39
| | | | | | | | | | | ---------------------------- revision 1.20.2.2 date: 1994/05/03 05:16:50; author: rgrimes; state: Exp; lines: +39 -16 Do a board reset if the AHA_INQUIRE command fails. This is needed for the DTC3290. Change the messages about the BT545 to be generic to non adaptec boards, since it appears that most vendors do not implement the AHA_INQUIRE command in thier compatibility mode. ----------------------------
* Add two routines insl and outsl, that should do 32bit string ins and outs.ats1994-05-033-3/+81
| | | | | Both are completely untested in the moment. They are used from the if_ep.c driver for the EISA card.
* Added the bugfixes from the current NetBSD driver. Put in some parts ofats1994-05-022-128/+196
| | | | the 3c579 support, but not the init/probe part.
* Update to use the timer0_divisor & timer0_prescale to determine the currentsos1994-05-021-46/+43
| | | | time. Speed-up to time calculation too. Now faster than before..
* Update the reprogram timer stuff, now the frequency of timer 0sos1994-05-025-350/+300
| | | | | can only be changed at the "right" times. Accuracy should be assured.
* fixed some minor bugssos1994-05-021-21/+32
|
* Removed some tlbflush optimizations as some of them were bogus and leaddg1994-05-022-110/+28
| | | | to some strange behavior.
* Change switch statement to two if statements. This saves 208 bytes inmartin1994-05-012-20/+12
| | | | | the object file which is enough to bring the size down to the point where the bootstrap fits into 15 sectors.
* Change old alias b_cylin to b_residgclarkii1994-04-302-4/+4
|
* Fix typogclarkii1994-04-301-2/+2
|
* Almost had problems. The directory on my system is gpl not gnu.gclarkii1994-04-292-64/+64
| | | | corrected error
* Added GPL_MATH_EMULATE to optionsgclarkii1994-04-293-3/+15
| | | | This should not be used in binary distributions.
* Added files for option gpl_math_emulategclarkii1994-04-292-2/+64
|
* Deleted on ifdef dontdefgclarkii1994-04-293-12/+18
| | | | | Added ifdef for GPL_MATH_EMULATE so we get the extra padding that is needed in the save87 struct.
* Added ifdef for GPL_MATH_EMULATE to keep the sytem from panicing whengclarkii1994-04-293-12/+12
| | | | using it.
* Added rcs Id'sgclarkii1994-04-2917-1/+55
|
* Added rcs Id'sgclarkii1994-04-299-0/+30
|
* Added rcs Id'sgclarkii1994-04-299-0/+31
|
* Added rcs Id'sgclarkii1994-04-295-0/+16
|
* Add rcs Idgclarkii1994-04-291-0/+3
|
* Added casts to keep gcc quietgclarkii1994-04-292-3/+3
|
* Added commits to keep gcc quietgclarkii1994-04-291-2/+2
|
* Added casts to keep gcc quiet.gclarkii1994-04-291-4/+4
|
* rename the function fscale to emu_fscale to prevent conflicts.gclarkii1994-04-291-2/+2
|
* Import of gpl'ed math emulator.gclarkii1994-04-2944-0/+11697
| | | | No changes have been done.
* Configure: If netmask wasn't entered at all, it caused the ifconfig line tojkh1994-04-261-5/+7
| | | | | | have a bogus trailing `netmask' with no argument. Fixed. Rod: Please take this into 1.1 Release.
* Document parts of the case statements, which instruction is emulated.ats1994-04-261-61/+63
| | | | | Marked all dubious parts with ATS :-) for better searching. First round of better documentation of the math emulator and of bugfixing it.
* Back my earlier BSD_TTY change out of -current.jkh1994-04-261-2/+2
|
* Updated swedish keymap.sos1994-04-263-54/+54
|
* Fixed missing bounds check in scroll up/down sequence, that couldsos1994-04-263-15/+33
| | | | cause a panic (and did).
* From John Dyson:dg1994-04-252-6/+40
| | | | Fixed physio in the 386 case - write faults weren't properly implemented.
* From: stark!gene@newsserv.cs.sunysb.edu (Gene Stark)jkh1994-04-259-2/+320
| | | | | | | | | | | | | | | | Message-Id: <199404171501.LAA01245@stark.UUCP> To: freebsd-hackers@freefall.cdrom.com Subject: Make world and UUCP Sender: freebsd-hackers-owner@freefall.cdrom.com Precedence: bulk It would be much more convenient if "make world" didn't clobber my UUCP configuration files in /etc/uucp. Perhaps the easiest fix would be to change the names of the sample configuration files: config -> config.sample ports -> ports.sample ...
* From: Marko Teiste <mte@tigger.cirion.fi>jkh1994-04-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | Message-Id: <199404241154.OAA00260@tigger.cirion.fi> Subject: uucp error Index: gun/libexec/uucp FreeBSD-1.1-GAMMA Apparently-To: FreeBSD-bugfiler@freefall.cdrom.com Sender: freebsd-bugs-owner@freefall.cdrom.com Precedence: bulk Description: When calling remote uucp site dialing succeeds, but standard login chat fails. Debug file shows that uucico does not see any characters send from remote. Repeat-By: use sio drivers, 16450 base serial and standard taylor configuration provided with the GAMMA release. Run uucico and observer. Fix: define HAVE_BSD_TTY instead of HAVE_POSIX_TTY in common_source/policy.h and recompile.
* Fix to handle routed with multiple args from Andy J. Chichak.jkh1994-04-251-2/+2
| | | | This should go into 1.1 Release if it's not too late.
* Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-247-12/+12
|
* Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-241-2/+2
|
* Fix proper include placeache1994-04-241-0/+4
|
* We don't have DMA automode, so correct all places to work withoutache1994-04-234-4/+10
| | | | it too.
* Define new option, INACCURATE_MICROTIME_IS_OK. When this is defined,wollman1994-04-238-14/+52
| | | | | | | | | | the NTP kernel PLL is disabled, and acquire_timer0() is enabled, thus opening the door for microtime() (and hence gettimeofday()) to return bogus timestamps. This option is necessary for the `pca' driver to work, but is implemented to underscore the fact that accurate timekeeping and the `pca' driver are incompatible at present. If someone writes a version of microtime() that works when the `pca' driver is being used, this can get junked.
* device pca0 addedache1994-04-233-3/+9
|
* Little optimization of contigmalloc parametersache1994-04-231-1/+1
|
* Additional changes for 2.5ache1994-04-232-32/+8
|
* Added support for the 16 port Boca via a flag to specify that there isdg1994-04-233-12/+27
| | | | no master port.
* Sound driver updated to version 2.5ache1994-04-234-14/+56
|
* Updated to version 2.5ache1994-04-232-0/+279
|
* Update sound driver to version 2.5ache1994-04-2331-965/+1302
|
* Tell the user that we didn't try to set the bus speed, in case they'rewollman1994-04-211-2/+2
| | | | | used to NetBSD or older versions of the code that did do it. Will document TUNE_1542 also.
OpenPOWER on IntegriCloud