summaryrefslogtreecommitdiff
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvscvs2svn1997-10-21998-1699/+998
| | | | | | | 'RELENG_2_2_5_RELEASE'. This commit was manufactured to restore the state of the 2.2.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create tagrelease/2.2.5cvs2svn1997-10-214-716/+0
| | | | | | | | 'RELENG_2_2_5_RELEASE'. Notes: svn path=/stable/2.2/; revision=30618 svn path=/release/2.2.5/; revision=30619; tag=release/2.2.5
* Adjust to reflect reality (the files it says all releases of 2.2 needJordan K. Hubbard1997-10-201-1/+2
| | | | | | | installed, are already installed!) Notes: svn path=/stable/2.2/; revision=30614
* Hack for 'lockmgr panic' on the VN device.Nate Williams1997-10-201-5/+18
| | | | | | | Submitted by: KATO Takenori <kato@ganko.eps.nagoya-u.ac.jp> Notes: svn path=/stable/2.2/; revision=30607
* Bump release strings to match 2.2.5-RELEASE which will be going outJordan K. Hubbard1997-10-201-3/+3
| | | | | | | | | | later today. RELDATE is a mystery to me - looks like an encoded version number now so I'll leave it alone. Rod: You will probably wish to review this file with bitwise scrutiny. :) Notes: svn path=/stable/2.2/; revision=30604
* MFC: rev 1.12: make kern.maxproc read-only.David Greenman1997-10-191-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=30588
* MFC: the flags 0x1 hack required for the Compaq `Aero'.Joerg Wunsch1997-10-191-2/+15
| | | | Notes: svn path=/stable/2.2/; revision=30577
* MFC: rev 1.96, make the Sun OEM version of the DLT knownJoerg Wunsch1997-10-191-0/+4
| | | | Notes: svn path=/stable/2.2/; revision=30567
* Minor cleanupJordan K. Hubbard1997-10-181-7/+2
| | | | | | | Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it> Notes: svn path=/stable/2.2/; revision=30559
* Merge in updates from Matt (via NetBSD).Peter Wemm1997-10-183-50/+220
| | | | Notes: svn path=/stable/2.2/; revision=30558
* MFC: make the pcvt options supported ones.Joerg Wunsch1997-10-184-9/+21
| | | | Notes: svn path=/stable/2.2/; revision=30544
* MFC: Extra parenthesis around certain important conditionals.Jordan K. Hubbard1997-10-181-4/+4
| | | | | | | Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it> Notes: svn path=/stable/2.2/; revision=30537
* Merge from current: scsi RESERVATION CONFLICT and BUSY support forJun-ichiro itojun Hagino1997-10-171-0/+20
| | | | | | | | | Tekram scsi cards. Checked with DC390 equivalent to changes in 1.1 -> 1.2. Notes: svn path=/stable/2.2/; revision=30514
* Only call nfsm_dissect() if there was no previous error. (Merged fromJoerg Wunsch1997-10-171-2/+4
| | | | | | | | | | -current.) This is a slightly diffent fix than the one in the PR, but will hopefully DTRT. PR: kern/4501 Notes: svn path=/stable/2.2/; revision=30512
* MFC: Added two Cyrix 6x86/6x86MX CPUs options (LINT revision 1.371 andKATO Takenori1997-10-172-8/+45
| | | | | | | initcpu.c revision 1.8). Notes: svn path=/stable/2.2/; revision=30509
* Brought in fix from rev 1.44: input packets were counted twice.David Greenman1997-10-171-2/+1
| | | | Notes: svn path=/stable/2.2/; revision=30506
* Copy IPX support from current.Peter Wemm1997-10-161-1/+22
| | | | Notes: svn path=/stable/2.2/; revision=30473
* MFC: rev 1.112, remove the call to scsi_start_unit() from sd_open().Joerg Wunsch1997-10-151-6/+7
| | | | | | | | | | | | | | | It didn't work as desired anyway, and caused grieve to owners of IBM disks when used in conjunction with tagged cmd queuing. The only known problem by now is that Jaz drives might need a call to start_stop_unit(), but as pointed out by Wanrer, the old code didn't work for them either. We might have a quirk for them within short time, depending on the test results. OK'ed by: gibbs Notes: svn path=/stable/2.2/; revision=30446
* Retrofit rev 1.47: hide a silly message behind bootverbose.Joerg Wunsch1997-10-151-3/+4
| | | | Notes: svn path=/stable/2.2/; revision=30436
* MFC: deleted obsolete non-Intel CPU options (revision 1.24).KATO Takenori1997-10-141-9/+1
| | | | Notes: svn path=/stable/2.2/; revision=30406
* Synchronize with sys/i386/isa/syscons.{c,h} revisions 1.182.2.26 andKATO Takenori1997-10-132-22/+83
| | | | | | | | | 1.23.2.7, respectively. Submitted by: H. Nokubi <h-nokubi@nmit.tmg.nec.co.jp> Notes: svn path=/stable/2.2/; revision=30365
* Synchronize with sys/i386/isa/isa.c revision 1.74.2.2.KATO Takenori1997-10-131-10/+21
| | | | | | | Submitted by: H. Nokubi <h-nokubi@nmit.tmg.nec.co.jp> Notes: svn path=/stable/2.2/; revision=30364
* Synchronize with sys/i386/isa/if_ed.c revision 1.107.2.4.KATO Takenori1997-10-131-6/+1
| | | | | | | Submitted by: H. Nokubi <h-nokubi@nmit.tmg.nec.co.jp> Notes: svn path=/stable/2.2/; revision=30363
* Synchronize with sys/i386/isa/diskslice_machdep.c revision 1.21.2.3.KATO Takenori1997-10-132-10/+14
| | | | | | | Submitted by: H. Nokubi <h-nokubi@nmit.tmg.nec.co.jp> Notes: svn path=/stable/2.2/; revision=30362
* MFC: back out LALT -> META change until more thought has gone intoJordan K. Hubbard1997-10-121-2/+2
| | | | | | | it. Notes: svn path=/stable/2.2/; revision=30352
* CVSing DEVFS, drives on second controller sisn't appearSøren Schmidt1997-10-121-4/+4
| | | | | | | | | | | in the device filesystem. Submitted by: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de> ---------------------------------------------------------------------- Notes: svn path=/stable/2.2/; revision=30349
* MFC: use META instead of LALT in default keymap, conditionalize extraJordan K. Hubbard1997-10-122-5/+6
| | | | | | | verbosity on bootverbose. Notes: svn path=/stable/2.2/; revision=30344
* Merge 1.55 (mobile PCI chipset).Satoshi Asami1997-10-101-1/+5
| | | | | | | Approved by: jkh ("Yeah, if Stefan agrees..") Notes: svn path=/stable/2.2/; revision=30268
* In the true spirit of 'code freeze^H^H^H^H^H^Hslush', bring over thePeter Wemm1997-10-106-3142/+3343
| | | | | | | | | | | | | | | | | | | | | | | | | | | updated de driver from -current, minus the include bashing, the multicast interface changes and the pci interface changes. This essentially leaves us with Matt's 970703 driver but with the tx descriptor page wrap bug fixed. However, there are some known problems remaining. If the new problems are found worse than the old ones, and they are not found and fixed prior to release, this will be reverted to the old driver. The (known) problems are: - autoselect is a bit flakey on older cards with BNC in use. An explicit setting of the media modes is thought to work. - There were some reports of OACTIVE getting stuck "on" and/or "Transmitter underflow" requiring an ifconfig down and up to unjam it. More details are needed. The old driver simply doesn't work on a good number of newer cards. We can't afford to not give this a try. BETA-"no major changes"-rule-violation OK'ed by: jkh Approved-with-grumbles-by: dg Notes: svn path=/stable/2.2/; revision=30254
* Use a plain MODE SELECT with just a buffer header, as opposed to aJoerg Wunsch1997-10-091-4/+29
| | | | | | | | | | | | | | | full-fledged mode page 0x21, to change the block size back to 2048. This fixes the CD-R fixation problems people have been observing. Please test!!! (Jean-Marc promised to fix -current later on. 2.2.5 is more important right now.) Submitted by: jmz Notes: svn path=/stable/2.2/; revision=30248
* YACC: Bring back some commits that were spammed.Mark Murray1997-10-081-14/+36
| | | | Notes: svn path=/stable/2.2/; revision=30227
* MFC: Don't try to put more than TCP_MAXWIN in the window field.Bill Fenner1997-10-081-3/+3
| | | | | | | Ok'd by: jkh Notes: svn path=/stable/2.2/; revision=30215
* MFC: preserve old SC_STATIC valueAndrey A. Chernov1997-10-071-1/+3
| | | | Notes: svn path=/stable/2.2/; revision=30203
* YACC: (bt848 updates by various folk)Mark Murray1997-10-073-18/+102
| | | | Notes: svn path=/stable/2.2/; revision=30200
* MFC: rev 1.95, make the REGAL CDC-4X a know CD-ROM changer. SuposedlyJoerg Wunsch1997-10-061-1/+6
| | | | | | | a less intrusive enough change to go into this branch as well. Notes: svn path=/stable/2.2/; revision=30185
* Merge rev 1.14: fix the definition of INTERNAL_MARK.Joerg Wunsch1997-10-061-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=30178
* Merge from current: changes from revision 1.24 to 1.25.Gene Stark1997-10-061-1/+1
| | | | | | | Fixes use of tw_control and TWC_SYNC instead of tw_zcport and tw_zcmask. Notes: svn path=/stable/2.2/; revision=30156
* MFC: patches to add a special address handler for prorocols for whichJulian Elischer1997-10-054-7/+87
| | | | | | | | | netmasks don't work. needed for netatalk. Reviewed by: davidg, jkh Notes: svn path=/stable/2.2/; revision=30131
* Merge the fixes from rev 1.101 and 1.102 of fd.c, plus the requiredJoerg Wunsch1997-10-055-14/+92
| | | | | | | | | | | | environment: . hide the bogus chip type announcement behind an option, . make FDC_DEBUG a supported option, . enable the FIFO on `enhanced' controllers, to work around known bugs in some FDC chips. Notes: svn path=/stable/2.2/; revision=30129
* Brought in changes from rev 1.63: backed out part of rev 1.52 (extraDavid Greenman1997-10-041-6/+1
| | | | | | | SYN_RECEIVED processing that breaks RST handling) Notes: svn path=/stable/2.2/; revision=30098
* Brought in change from rev 1.122: killed setting of ZWS on '790 cards.David Greenman1997-10-041-6/+1
| | | | Notes: svn path=/stable/2.2/; revision=30097
* MFC: Allow new interfaces to be made on the fly without bpf going intoJulian Elischer1997-10-031-2/+5
| | | | | | | | infinite loops. Reviewed by: jkh Notes: svn path=/stable/2.2/; revision=30091
* MFC (revision 1.29; M2 DIR). I consider it is obvious bug fix. IfKATO Takenori1997-10-031-2/+3
| | | | | | | | bug remains in 2.2.5 RELEASE, wrong version information for M2 CPU (clock, revision and stepping) will be included in bug reports. Notes: svn path=/stable/2.2/; revision=30083
* Bump RELDATE to 225000. I left RELEASE (="STABLE") alone, someoneSatoshi Asami1997-10-021-2/+2
| | | | | | | please change this too if it is still necessary. Notes: svn path=/stable/2.2/; revision=30053
* MFC: Selected fixes to syscons.Jordan K. Hubbard1997-10-023-19/+86
| | | | | | | Reviewed by: sos Notes: svn path=/stable/2.2/; revision=30051
* Fixed a bug where, under certain conditions, an unsuccessful umount ofDavid Greenman1997-10-011-2/+5
| | | | | | | | | | a filesystem would leave the mountpoint in a 'busy' state with the MNT_UMOUNT flag set. This change is only relevant to 2.2.x as the code in 3.x is radically different and doesn't appear to have this problem. Notes: svn path=/stable/2.2/; revision=30025
* MFC: 1.10 -> 1.11Jun-ichiro itojun Hagino1997-10-011-10/+15
| | | | | | | | | | To obey the traditional practice in mbuf chaining. PR: 4020 Reviewed by: hamada@astec.co.jp Notes: svn path=/stable/2.2/; revision=30023
* MFC: rev 1.26, hide the ``no magic'' message behind the bootverboseJoerg Wunsch1997-09-301-5/+7
| | | | | | | case since it was causing too many unmagitized users. Notes: svn path=/stable/2.2/; revision=30012
* MFC: Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCPBill Fenner1997-09-301-9/+11
| | | | | | | handshake. Notes: svn path=/stable/2.2/; revision=30007
* Oops, I missed the change to this file when merging in the new driverDavid Greenman1997-09-301-2/+1
| | | | | | | from -current. Notes: svn path=/stable/2.2/; revision=30006