From owner-cvs-sys Sun Jan 12 13:21:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA22934 for cvs-sys-outgoing; Sun, 12 Jan 1997 13:21:57 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA22825; Sun, 12 Jan 1997 13:20:19 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id OAA22217; Sun, 12 Jan 1997 14:20:12 -0700 (MST) Date: Sun, 12 Jan 1997 14:20:12 -0700 (MST) Message-Id: <199701122120.OAA22217@rocky.mt.sri.com> From: Nate Williams To: Bruce Evans Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, nate@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pccard pcic.c In-Reply-To: <199701120753.SAA30491@godzilla.zeta.org.au> References: <199701120753.SAA30491@godzilla.zeta.org.au> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified: sys/pccard pcic.c > > Log: > > Initialize pcic_imask with SWI_MASK to interference from timeout routines. > > SWI_CLOCK_MASK would prevent interference from timeout routines. The > other SWIs should probably be masked iff the HWIs for pcic devices are > masked. Only additional interrupts from the PCIC controller plus interrupts from PCMCIA cards will be globally masked when this whole mess is done with. At points in the code additional masking will be necessary, but to decrease latency they won't need to be done in the entire routine. Nate From owner-cvs-sys Sun Jan 12 14:09:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA27119 for cvs-sys-outgoing; Sun, 12 Jan 1997 14:09:01 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA27112; Sun, 12 Jan 1997 14:08:59 -0800 (PST) Date: Sun, 12 Jan 1997 14:08:59 -0800 (PST) From: Joerg Wunsch Message-Id: <199701122208.OAA27112@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/12 14:08:59 Branch: sys/scsi RELENG_2_2 Modified: sys/scsi cd.c Log: YAMFC (rev 1.75) Revision Changes Path 1.73.2.2 +7 -10 src/sys/scsi/cd.c From owner-cvs-sys Sun Jan 12 14:09:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA27219 for cvs-sys-outgoing; Sun, 12 Jan 1997 14:09:56 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA27210; Sun, 12 Jan 1997 14:09:54 -0800 (PST) Date: Sun, 12 Jan 1997 14:09:54 -0800 (PST) From: Joerg Wunsch Message-Id: <199701122209.OAA27210@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi scsi_base.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/12 14:09:54 Branch: sys/scsi RELENG_2_2 Modified: sys/scsi scsi_base.c Log: YAMFC (The ``Logical unit is in the process of becoming ready'' fix from rev 1.40) Revision Changes Path 1.39.4.1 +18 -4 src/sys/scsi/scsi_base.c From owner-cvs-sys Sun Jan 12 20:13:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA17547 for cvs-sys-outgoing; Sun, 12 Jan 1997 20:13:20 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA17537; Sun, 12 Jan 1997 20:13:18 -0800 (PST) Date: Sun, 12 Jan 1997 20:13:18 -0800 (PST) From: Michael Smith Message-Id: <199701130413.UAA17537@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 97/01/12 20:13:17 Modified: sys/i386/i386 userconfig.c Log: - Add [?] key and corresponding helptext/pager. (helptext from Philippe Regnauld) - Make introfunc() work with serial terminals. (submitted by Jean-Marc Zucconi) - Eliminate excessive statusline redraw during screen updates. (requested by Peter Wemm) - Some trivial output formatting dinks. Revision Changes Path 1.80 +172 -36 src/sys/i386/i386/userconfig.c From owner-cvs-sys Sun Jan 12 21:21:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA19700 for cvs-sys-outgoing; Sun, 12 Jan 1997 21:21:12 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA19693; Sun, 12 Jan 1997 21:21:10 -0800 (PST) Date: Sun, 12 Jan 1997 21:21:10 -0800 (PST) From: Nate Williams Message-Id: <199701130521.VAA19693@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/12 21:21:10 Modified: sys/i386/conf LINT Log: Added options 'LINT_PCCARD_HACK' which (will very soon) allow LINT to compile again. The code to protect users from combining the dedicated PCCARD drivers and the generic code is a warning if the above option is included in the config file. Demanded by: bde Revision Changes Path 1.303 +4 -1 src/sys/i386/conf/LINT From owner-cvs-sys Sun Jan 12 21:22:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA19775 for cvs-sys-outgoing; Sun, 12 Jan 1997 21:22:43 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA19768; Sun, 12 Jan 1997 21:22:41 -0800 (PST) Date: Sun, 12 Jan 1997 21:22:41 -0800 (PST) From: Nate Williams Message-Id: <199701130522.VAA19768@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ze.c if_zp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/12 21:22:41 Modified: sys/i386/isa if_ze.c if_zp.c Log: Just 'warn' the user that they are mixing dedicated drivers and generic code if the option 'LINT_PCCARD_HACK' is specified (which should only be used in LINT). Demanded by: bde Revision Changes Path 1.37 +5 -1 src/sys/i386/isa/if_ze.c 1.31 +5 -1 src/sys/i386/isa/if_zp.c From owner-cvs-sys Mon Jan 13 04:32:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA10201 for cvs-sys-outgoing; Mon, 13 Jan 1997 04:32:18 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA10190; Mon, 13 Jan 1997 04:32:15 -0800 (PST) Date: Mon, 13 Jan 1997 04:32:15 -0800 (PST) From: KATO Takenori Message-Id: <199701131232.EAA10190@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/13 04:32:14 Modified: sys/pc98/i386 userconfig.c Log: Synchronize with sys/i386/i386/userconfig.c revision 1.80. Revision Changes Path 1.23 +172 -36 src/sys/pc98/i386/userconfig.c From owner-cvs-sys Mon Jan 13 13:26:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA06702 for cvs-sys-outgoing; Mon, 13 Jan 1997 13:26:58 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA06694; Mon, 13 Jan 1997 13:26:55 -0800 (PST) Date: Mon, 13 Jan 1997 13:26:55 -0800 (PST) From: Garrett Wollman Message-Id: <199701132126.NAA06694@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/vx if_vx.c src/sys/i386/isa if_ed.c if_fe.c if_ie.c if_le.c if_lnc.c src/sys/net if.c if.h if_ethersubr.c route.h rtsock.c src/sys/netinet if_ether.h in.c in_var.h ip_mroute.c src/sys/pci if_de.c if_fxp.c if_pdq.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 97/01/13 13:26:54 Modified: sys/dev/vx if_vx.c sys/i386/isa if_ed.c if_fe.c if_ie.c if_le.c if_lnc.c sys/net if.c if.h if_ethersubr.c route.h rtsock.c sys/netinet if_ether.h in.c in_var.h ip_mroute.c sys/pci if_de.c if_fxp.c if_pdq.c Log: Use the new if_multiaddrs list for multicast addresses rather than the previous hackery involving struct in_ifaddr and arpcom. Get rid of the abominable multi_kludge. Update all network interfaces to use the new machanism. Distressingly few Ethernet drivers program the multicast filter properly (assuming the hardware has one, which it usually does). Revision Changes Path 1.6 +9 -15 src/sys/dev/vx/if_vx.c 1.112 +12 -27 src/sys/i386/isa/if_ed.c 1.23 +14 -31 src/sys/i386/isa/if_fe.c 1.37 +20 -24 src/sys/i386/isa/if_ie.c 1.35 +13 -32 src/sys/i386/isa/if_le.c 1.30 +7 -26 src/sys/i386/isa/if_lnc.c 1.42 +24 -7 src/sys/net/if.c 1.43 +14 -1 src/sys/net/if.h 1.31 +1 -183 src/sys/net/if_ethersubr.c 1.24 +7 -1 src/sys/net/route.h 1.23 +40 -1 src/sys/net/rtsock.c 1.18 +1 -73 src/sys/netinet/if_ether.h 1.28 +50 -156 src/sys/netinet/in.c 1.20 +23 -33 src/sys/netinet/in_var.h 1.36 +4 -6 src/sys/netinet/ip_mroute.c 1.57 +52 -58 src/sys/pci/if_de.c 1.24 +5 -15 src/sys/pci/if_fxp.c 1.19 +21 -25 src/sys/pci/if_pdq.c From owner-cvs-sys Mon Jan 13 13:51:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA08481 for cvs-sys-outgoing; Mon, 13 Jan 1997 13:51:16 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA08473; Mon, 13 Jan 1997 13:51:15 -0800 (PST) Date: Mon, 13 Jan 1997 13:51:15 -0800 (PST) From: Nate Williams Message-Id: <199701132151.NAA08473@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pccard pccard.c pcic.c skel.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/13 13:51:15 Modified: sys/pccard pccard.c pcic.c skel.c Log: Include file cleanups. Submitted by: bde Revision Changes Path 1.31 +2 -11 src/sys/pccard/pccard.c 1.29 +4 -23 src/sys/pccard/pcic.c 1.2 +0 -2 src/sys/pccard/skel.c From owner-cvs-sys Tue Jan 14 04:37:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA10488 for cvs-sys-outgoing; Tue, 14 Jan 1997 04:37:43 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA10481; Tue, 14 Jan 1997 04:37:40 -0800 (PST) Date: Tue, 14 Jan 1997 04:37:40 -0800 (PST) From: KATO Takenori Message-Id: <199701141237.EAA10481@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 if_ed.c if_fe.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/14 04:37:38 Modified: sys/pc98/pc98 if_ed.c if_fe.c Log: Synchronize with sys/i386/isa/if_ed.c revision 1.112 and sys/i386/isa/if_fe.c revision 1.23 (new if_multiaddrs list). Revision Changes Path 1.18 +11 -26 src/sys/pc98/pc98/if_ed.c 1.16 +13 -30 src/sys/pc98/pc98/if_fe.c From owner-cvs-sys Tue Jan 14 08:17:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA20193 for cvs-sys-outgoing; Tue, 14 Jan 1997 08:17:27 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA20178; Tue, 14 Jan 1997 08:17:24 -0800 (PST) Date: Tue, 14 Jan 1997 08:17:24 -0800 (PST) From: Bruce Evans Message-Id: <199701141617.IAA20178@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 support.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/14 08:17:23 Branch: sys/i386/i386 RELENG_2_2 Modified: sys/i386/i386 support.s Log: YAMFC (fixed context switching of FPU state after a fault in i586_optimized_copyin/out). i586_optimized_copyin/out is still disabled in 2.2. Not a full merge - $FreeBSD$ gets in the way now. Revision Changes Path 1.41.2.5 +20 -3 src/sys/i386/i386/support.s From owner-cvs-sys Tue Jan 14 08:29:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA20734 for cvs-sys-outgoing; Tue, 14 Jan 1997 08:29:08 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA20727; Tue, 14 Jan 1997 08:29:06 -0800 (PST) Date: Tue, 14 Jan 1997 08:29:06 -0800 (PST) From: Nate Williams Message-Id: <199701141629.IAA20727@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/14 08:29:06 Modified: sys/pccard pcic.c Log: One other minor include file change. Submitted by: bde Revision Changes Path 1.30 +3 -2 src/sys/pccard/pcic.c From owner-cvs-sys Tue Jan 14 08:43:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA21380 for cvs-sys-outgoing; Tue, 14 Jan 1997 08:43:56 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA21373; Tue, 14 Jan 1997 08:43:54 -0800 (PST) Date: Tue, 14 Jan 1997 08:43:54 -0800 (PST) From: Bruce Evans Message-Id: <199701141643.IAA21373@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_disasm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/14 08:43:53 Branch: sys/i386/i386 RELENG_2_2 Modified: sys/i386/i386 db_disasm.c Log: YAMFC (everything from rev.1.17). Revision Changes Path 1.16.2.1 +147 -128 src/sys/i386/i386/db_disasm.c From owner-cvs-sys Tue Jan 14 08:54:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA22150 for cvs-sys-outgoing; Tue, 14 Jan 1997 08:54:25 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA22138; Tue, 14 Jan 1997 08:54:23 -0800 (PST) Date: Tue, 14 Jan 1997 08:54:23 -0800 (PST) From: Bruce Evans Message-Id: <199701141654.IAA22138@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 swapgeneric.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/14 08:54:22 Branch: sys/i386/i386 RELENG_2_2 Modified: sys/i386/i386 swapgeneric.c Log: YAMFC (made this work again). Revision Changes Path 1.17.2.1 +5 -9 src/sys/i386/i386/swapgeneric.c From owner-cvs-sys Tue Jan 14 09:32:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA24714 for cvs-sys-outgoing; Tue, 14 Jan 1997 09:32:11 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA24707; Tue, 14 Jan 1997 09:32:09 -0800 (PST) Date: Tue, 14 Jan 1997 09:32:09 -0800 (PST) From: Bruce Evans Message-Id: <199701141732.JAA24707@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa wdreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/14 09:32:09 Branch: sys/i386/isa RELENG_2_2 Modified: sys/i386/isa wdreg.h Log: YAMFC (fixed type of wdp_cylinders, etc.). Revision Changes Path 1.12.2.3 +4 -4 src/sys/i386/isa/wdreg.h From owner-cvs-sys Tue Jan 14 10:25:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA28214 for cvs-sys-outgoing; Tue, 14 Jan 1997 10:25:05 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA28207; Tue, 14 Jan 1997 10:25:03 -0800 (PST) Date: Tue, 14 Jan 1997 10:25:03 -0800 (PST) From: Garrett Wollman Message-Id: <199701141825.KAA28207@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/ic mb86960.h src/sys/i386/isa if_fe.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 97/01/14 10:25:02 Modified: sys/i386/isa if_fe.c sys/i386/isa/ic mb86960.h Log: Update from driver author. Closes PR#2421. Submitted by: seki@sysrap.cs.fujitsu.co.jp Revision Changes Path 1.25 +108 -44 src/sys/i386/isa/if_fe.c 1.2 +33 -15 src/sys/i386/isa/ic/mb86960.h From owner-cvs-sys Tue Jan 14 19:42:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA01587 for cvs-sys-outgoing; Tue, 14 Jan 1997 19:42:33 -0800 (PST) Received: (from jfieber@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA01580; Tue, 14 Jan 1997 19:42:32 -0800 (PST) Date: Tue, 14 Jan 1997 19:42:32 -0800 (PST) From: John Fieber Message-Id: <199701150342.TAA01580@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound soundcard.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jfieber 97/01/14 19:42:31 Modified: sys/i386/isa/sound soundcard.c Log: Make the sound drivers work with DEVFS. If you have something other than a Soundblaster 16, please try this out! Revision Changes Path 1.47 +73 -42 src/sys/i386/isa/sound/soundcard.c From owner-cvs-sys Tue Jan 14 21:39:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA08862 for cvs-sys-outgoing; Tue, 14 Jan 1997 21:39:15 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA08855; Tue, 14 Jan 1997 21:39:13 -0800 (PST) Date: Tue, 14 Jan 1997 21:39:13 -0800 (PST) From: KATO Takenori Message-Id: <199701150539.VAA08855@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 wd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/14 21:39:13 Branch: sys/pc98/pc98 RELENG_2_2 Modified: sys/pc98/pc98 wd.c Log: Undo dirty fix for the overfolw of wdp_cylinder, becasue wdreg.h revision 1.15, was merged. Revision Changes Path 1.9.2.5 +5 -8 src/sys/pc98/pc98/wd.c From owner-cvs-sys Wed Jan 15 04:04:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA23819 for cvs-sys-outgoing; Wed, 15 Jan 1997 04:04:24 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA23804; Wed, 15 Jan 1997 04:04:16 -0800 (PST) Date: Wed, 15 Jan 1997 04:04:16 -0800 (PST) From: Soren Schmidt Message-Id: <199701151204.EAA23804@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-share Subject: cvs commit: src/sys/i386/isa psm.c kbdio.c kbdio.h src/sys/i386/conf LINT src/share/man/man4/man4.i386 psm.4 src/share/doc/FAQ FAQ.sgml Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 97/01/15 04:04:15 Branch: sys/i386/isa RELENG_2_2 sys/i386/conf RELENG_2_2 Modified: sys/i386/isa psm.c kbdio.c kbdio.h sys/i386/conf LINT share/man/man4/man4.i386 psm.4 share/doc/FAQ FAQ.sgml Log: Latest fixes for the psm mouse device, also updates the docs to reflect the new options etc.. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.25.2.5 +67 -12 src/sys/i386/isa/psm.c 1.1.2.3 +31 -19 src/sys/i386/isa/kbdio.c 1.1.2.3 +2 -1 src/sys/i386/isa/kbdio.h 1.286.2.11 +2 -3 src/sys/i386/conf/LINT 1.5 +275 -205 src/share/man/man4/man4.i386/psm.4 1.25 +25 -27 src/share/doc/FAQ/FAQ.sgml From owner-cvs-sys Wed Jan 15 10:16:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA15050 for cvs-sys-outgoing; Wed, 15 Jan 1997 10:16:37 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA15031; Wed, 15 Jan 1997 10:16:33 -0800 (PST) Date: Wed, 15 Jan 1997 10:16:33 -0800 (PST) From: Soren Schmidt Message-Id: <199701151816.KAA15031@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-user Subject: cvs commit: src/sys/i386/isa syscons.c syscons.h kbdio.c kbdio.h psm.c src/lkm/syscons/fade fade_saver.c src/sys/i386/conf files.i386 options.i386 src/lkm/syscons saver.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 97/01/15 10:16:33 Modified: sys/i386/isa syscons.c syscons.h kbdio.c kbdio.h psm.c sys/i386/conf files.i386 options.i386 lkm/syscons saver.h lkm/syscons/fade fade_saver.c Log: Upgrade the kbdio rutines to provide queued kbd & mouse events. Minor other updates to syscons by me. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.194 +150 -56 src/sys/i386/isa/syscons.c 1.26 +2 -2 src/sys/i386/isa/syscons.h 1.5 +639 -156 src/sys/i386/isa/kbdio.c 1.5 +55 -77 src/sys/i386/isa/kbdio.h 1.35 +410 -347 src/sys/i386/isa/psm.c 1.149 +1 -0 src/sys/i386/conf/files.i386 1.33 +9 -0 src/sys/i386/conf/options.i386 1.6 +34 -2 src/lkm/syscons/saver.h 1.8 +2 -2 src/lkm/syscons/fade/fade_saver.c From owner-cvs-sys Wed Jan 15 10:58:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA17102 for cvs-sys-outgoing; Wed, 15 Jan 1997 10:58:44 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA17093; Wed, 15 Jan 1997 10:58:43 -0800 (PST) Date: Wed, 15 Jan 1997 10:58:43 -0800 (PST) From: Bruce Evans Message-Id: <199701151858.KAA17093@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_fork.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/15 10:58:43 Modified: sys/kern kern_fork.c Log: Fixed interrupt unmasking for child processes which I broke in rev.1.10 two years ago. Children continued to run at splhigh() after returning from vm_fork(). This mainly affected kernel processes and init. For ordinary processes, interrupts are normally unmasked a few instructions later after fork() returns (it may be important for syscall() not to reschedule the child processes). Kernel processes had workarounds for the problem. Init manages to start because some routines "know" that it is safe to go to sleep despite their caller starting them at a high ipl. Then its ipl gets fixed on its first normal return from a syscall. Revision Changes Path 1.29 +1 -0 src/sys/kern/kern_fork.c From owner-cvs-sys Wed Jan 15 11:05:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA17486 for cvs-sys-outgoing; Wed, 15 Jan 1997 11:05:11 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA17478; Wed, 15 Jan 1997 11:05:09 -0800 (PST) Date: Wed, 15 Jan 1997 11:05:09 -0800 (PST) From: Bruce Evans Message-Id: <199701151905.LAA17478@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c src/sys/vm vm_glue.c vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/15 11:05:09 Modified: sys/kern vfs_bio.c sys/vm vm_glue.c vm_pageout.c Log: Removed redundant spl0()'s from kernel processes. They were work-arounds for a bug in fork(). Revision Changes Path 1.111 +0 -1 src/sys/kern/vfs_bio.c 1.59 +0 -1 src/sys/vm/vm_glue.c 1.92 +0 -4 src/sys/vm/vm_pageout.c From owner-cvs-sys Wed Jan 15 11:21:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA18374 for cvs-sys-outgoing; Wed, 15 Jan 1997 11:21:22 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id LAA18365; Wed, 15 Jan 1997 11:21:11 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id GAA00823; Thu, 16 Jan 1997 06:17:33 +1100 Date: Thu, 16 Jan 1997 06:17:33 +1100 From: Bruce Evans Message-Id: <199701151917.GAA00823@godzilla.zeta.org.au> To: bde@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c src/sys/vm vm_glue.c vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >bde 97/01/15 11:05:09 > > Modified: sys/kern vfs_bio.c > sys/vm vm_glue.c vm_pageout.c > Log: > Removed redundant spl0()'s from kernel processes. They were work-arounds > for a bug in fork(). > > Revision Changes Path > 1.111 +0 -1 src/sys/kern/vfs_bio.c > 1.59 +0 -1 src/sys/vm/vm_glue.c > 1.92 +0 -4 src/sys/vm/vm_pageout.c $FreeBSD$ is good for showing negative lines of code properly :-). Bruce From owner-cvs-sys Wed Jan 15 11:24:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA18519 for cvs-sys-outgoing; Wed, 15 Jan 1997 11:24:16 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA18507; Wed, 15 Jan 1997 11:24:13 -0800 (PST) Date: Wed, 15 Jan 1997 11:24:13 -0800 (PST) From: Bruce Evans Message-Id: <199701151924.LAA18507@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_interface.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/15 11:24:13 Modified: sys/i386/i386 db_interface.c Log: Fixed longstanding annoying warning about a type mismatch. pmap doesn't really uses pt_entry_t internally, so don't use it here. Fixed range checking for writing. The partial page (if any) following etext wasn't writable. Revision Changes Path 1.25 +8 -7 src/sys/i386/i386/db_interface.c From owner-cvs-sys Wed Jan 15 12:46:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA23866 for cvs-sys-outgoing; Wed, 15 Jan 1997 12:46:07 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA23859; Wed, 15 Jan 1997 12:46:05 -0800 (PST) Date: Wed, 15 Jan 1997 12:46:05 -0800 (PST) From: David Greenman Message-Id: <199701152046.MAA23859@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/conf param.c src/sys/i386/i386 machdep.c src/sys/vm vm_kern.c vm_kern.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/01/15 12:46:05 Modified: sys/conf param.c sys/i386/i386 machdep.c sys/kern uipc_mbuf.c sys/vm vm_kern.c vm_kern.h Log: Fix bug related to map entry allocations where a sleep might be attempted when allocating memory for network buffers at interrupt time. This is due to inadequate checking for the new mcl_map. Fixed by merging mb_map and mcl_map into a single mb_map. Reviewed by: wollman Revision Changes Path 1.22 +2 -2 src/sys/conf/param.c 1.225 +8 -9 src/sys/i386/i386/machdep.c 1.26 +2 -2 src/sys/kern/uipc_mbuf.c 1.31 +3 -11 src/sys/vm/vm_kern.c 1.10 +0 -2 src/sys/vm/vm_kern.h From owner-cvs-sys Wed Jan 15 13:25:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA25876 for cvs-sys-outgoing; Wed, 15 Jan 1997 13:25:04 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA25866; Wed, 15 Jan 1997 13:25:00 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id NAA08502; Wed, 15 Jan 1997 13:23:01 -0800 (PST) Message-Id: <199701152123.NAA08502@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: David Greenman cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c src/sys/conf param.c src/sys/i386/i386 machdep.c src/sys/vm vm_kern.c vm_kern.h In-reply-to: Your message of "Wed, 15 Jan 1997 12:46:05 PST." <199701152046.MAA23859@freefall.freebsd.org> From: David Greenman Reply-To: dg@root.com Date: Wed, 15 Jan 1997 13:23:01 -0800 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >davidg 97/01/15 12:46:05 > > Modified: sys/conf param.c > sys/i386/i386 machdep.c > sys/kern uipc_mbuf.c > sys/vm vm_kern.c vm_kern.h > Log: > Fix bug related to map entry allocations where a sleep might be attempted > when allocating memory for network buffers at interrupt time. This is due > to inadequate checking for the new mcl_map. Fixed by merging mb_map and > mcl_map into a single mb_map. This needs to be brought into the 2.2 tree in a day or two. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-cvs-sys Wed Jan 15 20:16:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA28477 for cvs-sys-outgoing; Wed, 15 Jan 1997 20:16:31 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA28469; Wed, 15 Jan 1997 20:16:28 -0800 (PST) Date: Wed, 15 Jan 1997 20:16:28 -0800 (PST) From: John Dyson Message-Id: <199701160416.UAA28469@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c vm_map.c vm_map.h vm_meter.c vm_mmap.c vm_object.c vm_pageout.c src/sys/miscfs/procfs procfs_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/01/15 20:16:26 Modified: sys/vm vm_fault.c vm_map.c vm_map.h vm_meter.c vm_mmap.c vm_object.c vm_pageout.c sys/miscfs/procfs procfs_map.c Log: Change the map entry flags from bitfields to bitmasks. Allows for some code simplification. Revision Changes Path 1.64 +2 -2 src/sys/vm/vm_fault.c 1.68 +61 -82 src/sys/vm/vm_map.c 1.21 +10 -0 src/sys/vm/vm_map.h 1.18 +1 -1 src/sys/vm/vm_meter.c 1.60 +1 -1 src/sys/vm/vm_mmap.c 1.87 +1 -1 src/sys/vm/vm_object.c 1.93 +2 -2 src/sys/vm/vm_pageout.c 1.8 +2 -2 src/sys/miscfs/procfs/procfs_map.c From owner-cvs-sys Wed Jan 15 21:27:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA01555 for cvs-sys-outgoing; Wed, 15 Jan 1997 21:27:14 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA01548; Wed, 15 Jan 1997 21:27:12 -0800 (PST) Date: Wed, 15 Jan 1997 21:27:12 -0800 (PST) From: KATO Takenori Message-Id: <199701160527.VAA01548@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 diskslice_machdep.c src/sys/sys diskslice.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/15 21:27:12 Modified: sys/pc98/pc98 diskslice_machdep.c sys/sys diskslice.h Log: Re-enable ds_subtype, and ds_name (included in #ifdef PC98). Userland programs which access partition information require ds_subtype and ds_name on PC98. Revision Changes Path 1.7 +6 -0 src/sys/pc98/pc98/diskslice_machdep.c 1.19 +8 -0 src/sys/sys/diskslice.h From owner-cvs-sys Wed Jan 15 23:43:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA08254 for cvs-sys-outgoing; Wed, 15 Jan 1997 23:43:31 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA08242; Wed, 15 Jan 1997 23:43:29 -0800 (PST) Date: Wed, 15 Jan 1997 23:43:29 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701160743.XAA08242@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/15 23:43:29 Modified: sys/i386/conf LINT Log: Document INCLUDE_CONFIG_FILE. Revision Changes Path 1.305 +6 -0 src/sys/i386/conf/LINT From owner-cvs-sys Thu Jan 16 00:28:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA10088 for cvs-sys-outgoing; Thu, 16 Jan 1997 00:28:37 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id AAA10073; Thu, 16 Jan 1997 00:28:25 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id TAA28517; Thu, 16 Jan 1997 19:24:37 +1100 Date: Thu, 16 Jan 1997 19:24:37 +1100 From: Bruce Evans Message-Id: <199701160824.TAA28517@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/conf LINT > Log: > Document INCLUDE_CONFIG_FILE. Does anyone really want it? It isn't used in GENERIC or /usr/src/release. One of the improvements in 2.0 vs 1.1.5 was that the config file went away :-). Bruce From owner-cvs-sys Thu Jan 16 00:31:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA10301 for cvs-sys-outgoing; Thu, 16 Jan 1997 00:31:49 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA10294; Thu, 16 Jan 1997 00:31:48 -0800 (PST) Date: Thu, 16 Jan 1997 00:31:48 -0800 (PST) From: KATO Takenori Message-Id: <199701160831.AAA10294@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 diskslice_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/16 00:31:48 Branch: sys/pc98/pc98 RELENG_2_2 Modified: sys/pc98/pc98 diskslice_machdep.c Log: YAMFC (ds_subtype and ds_name fix in revision 1.7). Revision Changes Path 1.3.2.3 +7 -1 src/sys/pc98/pc98/diskslice_machdep.c From owner-cvs-sys Thu Jan 16 01:03:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA11444 for cvs-sys-outgoing; Thu, 16 Jan 1997 01:03:15 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA11436; Thu, 16 Jan 1997 01:03:10 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id BAA08927; Thu, 16 Jan 1997 01:02:51 -0800 (PST) To: Bruce Evans cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf LINT In-reply-to: Your message of "Thu, 16 Jan 1997 19:24:37 +1100." <199701160824.TAA28517@godzilla.zeta.org.au> Date: Thu, 16 Jan 1997 01:02:51 -0800 Message-ID: <8923.853405371@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified: sys/i386/conf LINT > > Log: > > Document INCLUDE_CONFIG_FILE. > > Does anyone really want it? It isn't used in GENERIC or > /usr/src/release. One of the improvements in 2.0 vs 1.1.5 was that the > config file went away :-). I like this feature a lot! It's saved quite a few people's bacon when a source tree went away and took /sys/i386/conf with it, and we'd have had freefall's kernel resurrected in no time if this had been compiled in after our recent drive outtage which took freefall's own /usr/src away. Jordan From owner-cvs-sys Thu Jan 16 03:27:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA16909 for cvs-sys-outgoing; Thu, 16 Jan 1997 03:27:13 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA16902; Thu, 16 Jan 1997 03:27:12 -0800 (PST) Date: Thu, 16 Jan 1997 03:27:12 -0800 (PST) From: Bruce Evans Message-Id: <199701161127.DAA16902@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ddb db_sym.c src/sys/i386/include db_machdep.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/16 03:27:12 Modified: sys/ddb db_sym.c sys/i386/include db_machdep.h Log: Fixed printing of small offsets. E.g., -4(%ebp) is now printed as -0x4(%ebp) instead of as _APTD+0xffc(%ebp), and if GUPROF is defined, 8(%ebp) is now printed as 0x8(%ebp) instead of as GMON_PROF_HIRES+0x4(%ebp). Revision Changes Path 1.17 +8 -2 src/sys/ddb/db_sym.c 1.11 +15 -0 src/sys/i386/include/db_machdep.h From owner-cvs-sys Thu Jan 16 04:19:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA18909 for cvs-sys-outgoing; Thu, 16 Jan 1997 04:19:24 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA18902; Thu, 16 Jan 1997 04:19:22 -0800 (PST) Date: Thu, 16 Jan 1997 04:19:22 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701161219.EAA18902@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ex.c if_exreg.h src/sys/i386/conf GENERIC LINT files.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/16 04:19:22 Modified: sys/i386/conf GENERIC LINT files.i386 Added: sys/i386/isa if_ex.c if_exreg.h Log: Add the ex driver (Intel EtherExpress Pro/10). I have no idea if this works since I don't have one of the cards to test. I also don't know what the LINT and GENERIC entries should look like, so I just made up some values for now and left them commented out. Someone who knows the factory settings for a Pro/10, please contact me! Submitted-By: Javier Martín Rueda Revision Changes Path 1.84 +1 -0 src/sys/i386/conf/GENERIC 1.306 +1 -0 src/sys/i386/conf/LINT 1.150 +1 -0 src/sys/i386/conf/files.i386 From owner-cvs-sys Thu Jan 16 05:16:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA20495 for cvs-sys-outgoing; Thu, 16 Jan 1997 05:16:12 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA20488; Thu, 16 Jan 1997 05:16:11 -0800 (PST) Date: Thu, 16 Jan 1997 05:16:11 -0800 (PST) From: Bruce Evans Message-Id: <199701161316.FAA20488@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/conf options param.c src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/16 05:16:11 Modified: sys/conf options param.c sys/i386/conf LINT sys/kern vfs_subr.c sys/sys vnode.h Log: Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctl variable `kern.maxvnodes' which gives much better control over vnode allocation than EXTRAVNODES (except in -current between 1995/10/28 and 1996/11/12, kern.maxvnodes was read-only and thus useless). Revision Changes Path 1.25 +1 -1 src/sys/conf/options 1.23 +0 -5 src/sys/conf/param.c 1.307 +0 -10 src/sys/i386/conf/LINT 1.68 +1 -1 src/sys/kern/vfs_subr.c 1.39 +0 -1 src/sys/sys/vnode.h From owner-cvs-sys Thu Jan 16 05:31:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA21128 for cvs-sys-outgoing; Thu, 16 Jan 1997 05:31:58 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA21121; Thu, 16 Jan 1997 05:31:56 -0800 (PST) Date: Thu, 16 Jan 1997 05:31:56 -0800 (PST) From: Bruce Evans Message-Id: <199701161331.FAA21121@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf files src/sys/kern kern_opt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/16 05:31:55 Modified: sys/conf files Added: sys/kern kern_opt.c Log: Added file kern_opt.c for putting warnings about defunct options in. Warn about recently removed option EXTRAVNODES and about other rubbish that hasn't been put in opt_defunct.h yet. Revision Changes Path 1.84 +1 -0 src/sys/conf/files From owner-cvs-sys Thu Jan 16 06:50:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA24302 for cvs-sys-outgoing; Thu, 16 Jan 1997 06:50:20 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA24294; Thu, 16 Jan 1997 06:50:19 -0800 (PST) Date: Thu, 16 Jan 1997 06:50:19 -0800 (PST) From: KATO Takenori Message-Id: <199701161450.GAA24294@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/conf files.pc98 options.pc98 src/sys/pc98/pc98 if_fe.c syscons.c syscons.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/16 06:50:18 Modified: sys/pc98/conf files.pc98 options.pc98 sys/pc98/pc98 if_fe.c syscons.c syscons.h Log: Synchronize with followings: sys/i386/conf/files.i386 revision 1.149 sys/i386/conf/options.i386 revision 1.33 sys/i386/isa/if_fe.c revision 1.25 sys/i386/isa/syscons.c revision 1.194 sys/i386/isa/syscons.h revision 1.26 Revision Changes Path 1.14 +1 -0 src/sys/pc98/conf/files.pc98 1.14 +9 -0 src/sys/pc98/conf/options.pc98 1.17 +108 -44 src/sys/pc98/pc98/if_fe.c 1.19 +178 -54 src/sys/pc98/pc98/syscons.c 1.10 +1 -1 src/sys/pc98/pc98/syscons.h From owner-cvs-sys Thu Jan 16 06:56:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA24777 for cvs-sys-outgoing; Thu, 16 Jan 1997 06:56:20 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA24770; Thu, 16 Jan 1997 06:56:18 -0800 (PST) Date: Thu, 16 Jan 1997 06:56:18 -0800 (PST) From: KATO Takenori Message-Id: <199701161456.GAA24770@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa kbdio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/16 06:56:18 Modified: sys/i386/isa kbdio.c Log: - Modified for PC-98. - Included IBM-PC specific code in #ifndef PC98. Revision Changes Path 1.6 +34 -5 src/sys/i386/isa/kbdio.c From owner-cvs-sys Thu Jan 16 07:58:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA27349 for cvs-sys-outgoing; Thu, 16 Jan 1997 07:58:36 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA27342; Thu, 16 Jan 1997 07:58:34 -0800 (PST) Date: Thu, 16 Jan 1997 07:58:34 -0800 (PST) From: Bruce Evans Message-Id: <199701161558.HAA27342@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern init_main.c kern_shutdown.c makesyscalls.sh syscalls.master Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/16 07:58:34 Modified: sys/kern init_main.c kern_shutdown.c makesyscalls.sh syscalls.master Log: Reduced #include spam in and fixed things that depended on it. makesyscalls.sh: This parsed $Id$. Fixed(?) to parse $FreeBSD$. The output is wrong when the id is not expanded in the source file. syscalls.master: Fixed declaration of sigsuspend(). There are still some bogons and spam involving sigset_t. Use `struct foo *' instead of the equivalent `foo_t *' for some nfs and lfs syscalls so that doesn't depend on . Revision Changes Path 1.54 +1 -0 src/sys/kern/init_main.c 1.12 +1 -0 src/sys/kern/kern_shutdown.c 1.20 +2 -4 src/sys/kern/makesyscalls.sh 1.31 +13 -8 src/sys/kern/syscalls.master From owner-cvs-sys Thu Jan 16 07:59:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA27450 for cvs-sys-outgoing; Thu, 16 Jan 1997 07:59:34 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA27443; Thu, 16 Jan 1997 07:59:33 -0800 (PST) Date: Thu, 16 Jan 1997 07:59:33 -0800 (PST) From: Bruce Evans Message-Id: <199701161559.HAA27443@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall-hide.h syscall.h sysproto.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/16 07:59:32 Modified: sys/kern init_sysent.c syscalls.c sys/sys syscall-hide.h syscall.h sysproto.h Log: Updated generated files. Revision Changes Path 1.37 +1 -3 src/sys/kern/init_sysent.c 1.32 +1 -1 src/sys/kern/syscalls.c 1.26 +1 -1 src/sys/sys/syscall-hide.h 1.30 +1 -1 src/sys/sys/syscall.h 1.16 +8 -10 src/sys/sys/sysproto.h From owner-cvs-sys Thu Jan 16 08:49:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA29811 for cvs-sys-outgoing; Thu, 16 Jan 1997 08:49:02 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id IAA29804; Thu, 16 Jan 1997 08:48:57 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id IAA12027; Thu, 16 Jan 1997 08:46:52 -0800 (PST) Message-Id: <199701161646.IAA12027@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa if_ex.c if_exreg.h src/sys/i386/conf GENERIC LINT files.i386 In-reply-to: Your message of "Thu, 16 Jan 1997 04:19:22 PST." <199701161219.EAA18902@freefall.freebsd.org> From: David Greenman Reply-To: dg@root.com Date: Thu, 16 Jan 1997 08:46:52 -0800 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >jkh 97/01/16 04:19:22 > > Modified: sys/i386/conf GENERIC LINT files.i386 > Added: sys/i386/isa if_ex.c if_exreg.h > Log: > Add the ex driver (Intel EtherExpress Pro/10). > > I have no idea if this works since I don't have one of the cards to test. > I also don't know what the LINT and GENERIC entries should look like, > so I just made up some values for now and left them commented out. > Someone who knows the factory settings for a Pro/10, please contact me! > > Submitted-By: Javier Martín Rueda THANK YOU!!! I completely failed to deal with this, and I've been feeling guilty for far too long. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-cvs-sys Thu Jan 16 10:28:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA04734 for cvs-sys-outgoing; Thu, 16 Jan 1997 10:28:24 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA04727; Thu, 16 Jan 1997 10:28:22 -0800 (PST) Date: Thu, 16 Jan 1997 10:28:22 -0800 (PST) From: Bruce Evans Message-Id: <199701161828.KAA04727@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/16 10:28:21 Modified: sys/i386/isa clock.c Log: Guard against the i8254 timer being uninitialzed if DELAY() is called early for console i/o. The timer is usually in BIOS mode if it isn't explicitly initialized. Then it counts twice as fast and has a max count of 65535 instead of 11932. The larger count tended to cause infinite loops for delays of > 20 us. Such delays are rare. For syscons and kbdio, DELAY() is only called early enough to matter for ddb input after booting with -d, and the delay is too small to matter (and too small to be correct) except in the PC98 case. For pcvt, DELAY() is not used for small delays (pcvt uses its own broken routine instead of the standard broken one), but some versions call DELAY() with a large arg when they unnecessarily initialize the keyboard for doing console output. The problem is more serious for pcvt because there is always some early console output. Guard against the i8254 timer being partially or incorrectly initialized. This would have prevented the endless loop. Should be in 2.2. Revision Changes Path 1.74 +22 -5 src/sys/i386/isa/clock.c From owner-cvs-sys Thu Jan 16 10:57:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA06221 for cvs-sys-outgoing; Thu, 16 Jan 1997 10:57:22 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA06212; Thu, 16 Jan 1997 10:57:21 -0800 (PST) Date: Thu, 16 Jan 1997 10:57:21 -0800 (PST) From: Nate Williams Message-Id: <199701161857.KAA06212@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa psm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/16 10:57:20 Modified: sys/i386/isa psm.c Log: Bring back the fix from 1.32 that got spammed by recent changes. Revision Changes Path 1.36 +6 -1 src/sys/i386/isa/psm.c From owner-cvs-sys Thu Jan 16 13:04:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA13453 for cvs-sys-outgoing; Thu, 16 Jan 1997 13:04:38 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA13435; Thu, 16 Jan 1997 13:04:32 -0800 (PST) Date: Thu, 16 Jan 1997 13:04:32 -0800 (PST) From: Adam David Message-Id: <199701162104.NAA13435@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-sbin Subject: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk adam 97/01/16 13:04:31 Modified: sys/netinet ip_fw.c ip_fw.h sbin/ipfw ipfw.8 ipfw.c Log: implement "not" keyword for inverting the address logic Revision Changes Path 1.54 +4 -2 src/sys/netinet/ip_fw.c 1.25 +2 -0 src/sys/netinet/ip_fw.h 1.26 +11 -10 src/sbin/ipfw/ipfw.8 1.37 +12 -2 src/sbin/ipfw/ipfw.c From owner-cvs-sys Thu Jan 16 13:18:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA14092 for cvs-sys-outgoing; Thu, 16 Jan 1997 13:18:40 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA14056; Thu, 16 Jan 1997 13:17:10 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id VAA20499; Thu, 16 Jan 1997 21:26:10 GMT From: Adam David Message-Id: <199701162126.VAA20499@veda.is> Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c In-Reply-To: <199701162104.NAA13435@freefall.freebsd.org> from Adam David at "Jan 16, 97 01:04:32 pm" To: adam@freefall.freebsd.org (Adam David) Date: Thu, 16 Jan 1997 21:26:09 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/netinet ip_fw.c ip_fw.h > sbin/ipfw ipfw.8 ipfw.c > Log: > implement "not" keyword for inverting the address logic > > Revision Changes Path > 1.54 +4 -2 src/sys/netinet/ip_fw.c > 1.25 +2 -0 src/sys/netinet/ip_fw.h > 1.26 +11 -10 src/sbin/ipfw/ipfw.8 > 1.37 +12 -2 src/sbin/ipfw/ipfw.c forgot this part... partly Reviewed by: phk partly Submitted by: phk partly Suggested by: proff@suburbia.net :-) Adam From owner-cvs-sys Fri Jan 17 06:19:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA03452 for cvs-sys-outgoing; Fri, 17 Jan 1997 06:19:21 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA03440; Fri, 17 Jan 1997 06:19:15 -0800 (PST) Date: Fri, 17 Jan 1997 06:19:15 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701171419.GAA03440@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/17 06:19:13 Modified: sys/i386/conf GENERIC LINT Log: Adjust ex0 entries properly after talking with Javier. Revision Changes Path 1.85 +1 -1 src/sys/i386/conf/GENERIC 1.308 +1 -1 src/sys/i386/conf/LINT From owner-cvs-sys Fri Jan 17 06:43:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA05676 for cvs-sys-outgoing; Fri, 17 Jan 1997 06:43:41 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA05668; Fri, 17 Jan 1997 06:43:38 -0800 (PST) Date: Fri, 17 Jan 1997 06:43:38 -0800 (PST) From: KATO Takenori Message-Id: <199701171443.GAA05668@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa lptreg.h src/sys/pc98/pc98 lpt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/17 06:43:37 Modified: sys/i386/isa lptreg.h Log: Moved the definition of LPC_ENA into #else ... #endif. Changed comment of LPC_ENA. Submitted by: Bruce Evans Revision Changes Path 1.5 +1 -1 src/sys/i386/isa/lptreg.h Modified: sys/pc98/pc98 lpt.c Log: Disabled LPC_ENA related I/O access. This I/O access clobbers i8255 mode register on PC98. Revision Changes Path 1.9 +7 -1 src/sys/pc98/pc98/lpt.c From owner-cvs-sys Fri Jan 17 06:56:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA06264 for cvs-sys-outgoing; Fri, 17 Jan 1997 06:56:57 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA06257; Fri, 17 Jan 1997 06:56:55 -0800 (PST) Date: Fri, 17 Jan 1997 06:56:55 -0800 (PST) From: KATO Takenori Message-Id: <199701171456.GAA06257@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa lptreg.h src/sys/pc98/pc98 lpt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/17 06:56:55 Branch: sys/i386/isa RELENG_2_2 sys/pc98/pc98 RELENG_2_2 Modified: sys/i386/isa lptreg.h sys/pc98/pc98 lpt.c Log: YAMFC (LPC_ENA in lpt driver related change). Revision Changes Path 1.2.16.2 +2 -2 src/sys/i386/isa/lptreg.h 1.5.2.3 +8 -2 src/sys/pc98/pc98/lpt.c From owner-cvs-sys Fri Jan 17 07:49:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA09904 for cvs-sys-outgoing; Fri, 17 Jan 1997 07:49:20 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA09895; Fri, 17 Jan 1997 07:49:17 -0800 (PST) Date: Fri, 17 Jan 1997 07:49:17 -0800 (PST) From: Soren Schmidt Message-Id: <199701171549.HAA09895@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 97/01/17 07:49:17 Modified: sys/i386/isa syscons.c Log: Bruce pointed out a bogon: cur_console is NULL when copy_font() is first called from scinit(). This is apparently harmless when scinit() is called early from sccninit() - page 0 is apparently mapped r/w then, and 0->status contains suitable garbage. However, when there is a serial console, scinit() is first called from scattach() when the page tables are completely initialized, so the NULL pointer causes a panic. Submitted by: bruce Revision Changes Path 1.195 +11 -3 src/sys/i386/isa/syscons.c From owner-cvs-sys Fri Jan 17 08:58:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA14012 for cvs-sys-outgoing; Fri, 17 Jan 1997 08:58:42 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA14005; Fri, 17 Jan 1997 08:58:40 -0800 (PST) Date: Fri, 17 Jan 1997 08:58:40 -0800 (PST) From: KATO Takenori Message-Id: <199701171658.IAA14005@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa atapi.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/17 08:58:39 Modified: sys/i386/isa atapi.c Log: Fixed unit select code in atapi_probe (PC98 specific). Revision Changes Path 1.16 +4 -0 src/sys/i386/isa/atapi.c From owner-cvs-sys Fri Jan 17 09:02:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA14262 for cvs-sys-outgoing; Fri, 17 Jan 1997 09:02:37 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA14254; Fri, 17 Jan 1997 09:02:35 -0800 (PST) Date: Fri, 17 Jan 1997 09:02:35 -0800 (PST) From: KATO Takenori Message-Id: <199701171702.JAA14254@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa atapi.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/17 09:02:35 Branch: sys/i386/isa RELENG_2_2 Modified: sys/i386/isa atapi.c Log: YAMFC (fix unit select; revision 1.16). Revision Changes Path 1.15.2.1 +4 -0 src/sys/i386/isa/atapi.c From owner-cvs-sys Fri Jan 17 09:27:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA15305 for cvs-sys-outgoing; Fri, 17 Jan 1997 09:27:16 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA15296; Fri, 17 Jan 1997 09:27:15 -0800 (PST) Date: Fri, 17 Jan 1997 09:27:15 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701171727.JAA15296@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/17 09:27:15 Modified: sys/i386/i386 userconfig.c Log: Add Intel EtherExpress Pro/10 Ethernet adapter to list of supported devices. Revision Changes Path 1.82 +1 -0 src/sys/i386/i386/userconfig.c From owner-cvs-sys Fri Jan 17 11:28:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA20876 for cvs-sys-outgoing; Fri, 17 Jan 1997 11:28:45 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA20869; Fri, 17 Jan 1997 11:28:42 -0800 (PST) Date: Fri, 17 Jan 1997 11:28:42 -0800 (PST) From: David Greenman Message-Id: <199701171928.LAA20869@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/conf param.c src/sys/i386/i386 machdep.c src/sys/vm vm_kern.c vm_kern.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/01/17 11:28:40 Branch: sys/conf RELENG_2_2 sys/i386/i386 RELENG_2_2 sys/kern RELENG_2_2 sys/vm RELENG_2_2 Modified: sys/conf param.c sys/i386/i386 machdep.c sys/kern uipc_mbuf.c sys/vm vm_kern.c vm_kern.h Log: Brought in fixes from current: fix for network/map entry alloc panic. Revision Changes Path 1.20.2.1 +3 -3 src/sys/conf/param.c 1.209.2.8 +9 -10 src/sys/i386/i386/machdep.c 1.24.2.1 +3 -3 src/sys/kern/uipc_mbuf.c 1.27.2.1 +4 -12 src/sys/vm/vm_kern.c 1.8.2.1 +1 -3 src/sys/vm/vm_kern.h From owner-cvs-sys Fri Jan 17 11:38:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA21758 for cvs-sys-outgoing; Fri, 17 Jan 1997 11:38:19 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA21751; Fri, 17 Jan 1997 11:38:17 -0800 (PST) Date: Fri, 17 Jan 1997 11:38:17 -0800 (PST) From: Garrett Wollman Message-Id: <199701171938.LAA21751@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if_ppp.c if_sl.c if_tun.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 97/01/17 11:38:17 Modified: sys/net if_ppp.c if_sl.c if_tun.c Log: Don't try to do anything with the `ifr' parameter for SIOCADDMULTI and SIOCDELMULTI; it is guaranteed to be null in the new system. Revision Changes Path 1.38 +0 -13 src/sys/net/if_ppp.c 1.48 +0 -15 src/sys/net/if_sl.c 1.33 +0 -15 src/sys/net/if_tun.c From owner-cvs-sys Fri Jan 17 15:19:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA04134 for cvs-sys-outgoing; Fri, 17 Jan 1997 15:19:53 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA04123; Fri, 17 Jan 1997 15:19:50 -0800 (PST) Date: Fri, 17 Jan 1997 15:19:50 -0800 (PST) From: Joerg Wunsch Message-Id: <199701172319.PAA04123@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys - Imported sources Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/17 15:19:49 src/sys - Imported sources Update of /home/ncvs/src/sys In directory freefall.freebsd.org:/a/joerg/sys Revision/Branch: 1.1.1 Log Message: Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'm importing it onto a vendor branch first, in the hope that this will make future maintenance easier. The conflicts are (hopefully) unimportant. More commits that actually bring this into the source tree will follow. Submitted by: Matt Thomas (thomas@lkg.dec.com) Status: Vendor Tag: MATT_THOMAS Release Tags: v960801 C src/sys/net/if_fddisubr.c C src/sys/netinet/if_fddi.h N src/sys/dev/pdq/pdq.c N src/sys/dev/pdq/pdq_ifsubr.c N src/sys/dev/pdq/pdqvar.h N src/sys/dev/pdq/pdqreg.h N src/sys/i386/eisa/if_fea.c N src/sys/pci/if_fpa.c 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jMATT_THOMAS:yesterday -jMATT_THOMAS src/sys From owner-cvs-sys Fri Jan 17 15:54:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA06736 for cvs-sys-outgoing; Fri, 17 Jan 1997 15:54:47 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA06729; Fri, 17 Jan 1997 15:54:46 -0800 (PST) Date: Fri, 17 Jan 1997 15:54:46 -0800 (PST) From: Joerg Wunsch Message-Id: <199701172354.PAA06729@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf files src/sys/dev/pdq pdq.c pdq_ifsubr.c src/sys/net if_fddisubr.c src/sys/pci if_fpa.c if_pdq.c pdq.c pdq_os.h pdqreg.h src/sys/i386/conf files.i386 src/sys/i386/eisa if_fea.c src/sys/netinet if_fddi.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/17 15:54:45 Modified: sys/conf files sys/dev/pdq pdq.c pdq_ifsubr.c sys/i386/conf files.i386 sys/i386/eisa if_fea.c sys/net if_fddisubr.c sys/netinet if_fddi.h sys/pci if_fpa.c Removed: sys/pci if_pdq.c pdq.c pdq_os.h pdqreg.h Log: This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) up to -current. Thanks goes to Ulrike Nitzsche for giving me a chance to test this. Only the PCI driver is tested though. One final patch will follow in a separate commit. This is so that everything up to here can be dragged into 2.2, if we decide so. Reviewed by: joerg Submitted by: Matt Thomas Revision Changes Path 1.85 +5 -4 src/sys/conf/files 1.2 +6 -1 src/sys/dev/pdq/pdq.c 1.2 +7 -4 src/sys/dev/pdq/pdq_ifsubr.c 1.151 +1 -0 src/sys/i386/conf/files.i386 1.2 +10 -25 src/sys/i386/eisa/if_fea.c 1.13 +187 -52 src/sys/net/if_fddisubr.c 1.5 +6 -2 src/sys/netinet/if_fddi.h 1.2 +11 -12 src/sys/pci/if_fpa.c From owner-cvs-sys Fri Jan 17 15:56:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA06867 for cvs-sys-outgoing; Fri, 17 Jan 1997 15:56:25 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA06858; Fri, 17 Jan 1997 15:56:24 -0800 (PST) Date: Fri, 17 Jan 1997 15:56:24 -0800 (PST) From: Joerg Wunsch Message-Id: <199701172356.PAA06858@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if_fddisubr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/17 15:56:23 Modified: sys/net if_fddisubr.c Log: Round #2. This basically brings back the changes from rev 1.12. I have only separated both to make it more convenient merging all this into 2.2. Revision Changes Path 1.14 +9 -1 src/sys/net/if_fddisubr.c From owner-cvs-sys Sat Jan 18 01:41:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA03916 for cvs-sys-outgoing; Sat, 18 Jan 1997 01:41:14 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA03903; Sat, 18 Jan 1997 01:41:02 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id UAA13800; Sat, 18 Jan 1997 20:39:11 +1100 Date: Sat, 18 Jan 1997 20:39:11 +1100 From: Bruce Evans Message-Id: <199701180939.UAA13800@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, joerg@freefall.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/pdq pdq.c pdq_ifsubr.c src/sys/net if_fddisubr.c src/sys/pci if_fpa.c if_pdq.c pdq.c pdq_os.h pdqreg.h src/sys/i386/conf files.i386 src/sys/i386/eisa if_fea.c src/sys/netinet if_fddi.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >joerg 97/01/17 15:54:45 > > Modified: sys/conf files > sys/dev/pdq pdq.c pdq_ifsubr.c > sys/i386/conf files.i386 > sys/i386/eisa if_fea.c > sys/net if_fddisubr.c > sys/netinet if_fddi.h > sys/pci if_fpa.c > Removed: sys/pci if_pdq.c pdq.c pdq_os.h pdqreg.h > Log: > This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) up > to -current. Please keep "files" and files.i386 sorted. Please don't move files to /sys/dev, losing history. Please don't put anything into /sys/dev until it is organized properly. The current organization, with one driver per subdirectory and and 1-4 files per subdirectory could hardly be worse. LINT no longer compiles: ... ../../net/if_fddisubr.c: In function `fddi_output': ../../net/if_fddisubr.c:225: structure has no member named `if_addrlist' ../../dev/pdq/pdq_ifsubr.c: In function `pdq_os_addr_fill': ../../dev/pdq/pdq_ifsubr.c:253: storage size of `step' isn't known ../../dev/pdq/pdq_ifsubr.c:256: warning: implicit declaration of function `ETHER_FIRST_MULTI' ../../dev/pdq/pdq_ifsubr.c:258: dereferencing pointer to incomplete type ../../dev/pdq/pdq_ifsubr.c:259: dereferencing pointer to incomplete type ../../dev/pdq/pdq_ifsubr.c:260: dereferencing pointer to incomplete type ../../dev/pdq/pdq_ifsubr.c:261: warning: implicit declaration of function `ETHER_NEXT_MULTI' ../../dev/pdq/pdq_ifsubr.c: In function `pdq_ifioctl': ../../dev/pdq/pdq_ifsubr.c:339: warning: implicit declaration of function `ether_addmulti' ../../dev/pdq/pdq_ifsubr.c:341: warning: implicit declaration of function `ether_delmulti' ... ../../i386/eisa/if_fea.c: In function `pdq_eisa_probe': ../../i386/eisa/if_fea.c:206: warning: passing arg 2 of `eisa_match_dev' from incompatible pointer type > One final patch will follow in a separate commit. This is so that > everything up to here can be dragged into 2.2, if we decide so. This patch only reduced the bug in if_fddisubr.c. if_addrlist was previously dereferenced. Bruce From owner-cvs-sys Sat Jan 18 02:16:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA04991 for cvs-sys-outgoing; Sat, 18 Jan 1997 02:16:09 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA04984; Sat, 18 Jan 1997 02:16:07 -0800 (PST) Date: Sat, 18 Jan 1997 02:16:07 -0800 (PST) From: KATO Takenori Message-Id: <199701181016.CAA04984@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/18 02:16:06 Modified: sys/pc98/i386 userconfig.c Log: Synchronize with sys/i386/i386/userconfig.s (revision 1.82). Revision Changes Path 1.25 +1 -0 src/sys/pc98/i386/userconfig.c From owner-cvs-sys Sat Jan 18 02:21:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05198 for cvs-sys-outgoing; Sat, 18 Jan 1997 02:21:50 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05191; Sat, 18 Jan 1997 02:21:48 -0800 (PST) Date: Sat, 18 Jan 1997 02:21:48 -0800 (PST) From: KATO Takenori Message-Id: <199701181021.CAA05191@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/18 02:21:48 Modified: sys/pc98/i386 machdep.c Log: Synchronize with sys/i386/i386/machdep.c (revision 1.225). Revision Changes Path 1.25 +8 -9 src/sys/pc98/i386/machdep.c From owner-cvs-sys Sat Jan 18 02:25:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05337 for cvs-sys-outgoing; Sat, 18 Jan 1997 02:25:10 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05330; Sat, 18 Jan 1997 02:25:08 -0800 (PST) Date: Sat, 18 Jan 1997 02:25:08 -0800 (PST) From: KATO Takenori Message-Id: <199701181025.CAA05330@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/18 02:25:07 Modified: sys/pc98/pc98 clock.c Log: Synchronize with sys/i386/isa/clock.c (revision 1.74). Revision Changes Path 1.14 +26 -9 src/sys/pc98/pc98/clock.c From owner-cvs-sys Sat Jan 18 02:26:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05453 for cvs-sys-outgoing; Sat, 18 Jan 1997 02:26:50 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05446; Sat, 18 Jan 1997 02:26:48 -0800 (PST) Date: Sat, 18 Jan 1997 02:26:48 -0800 (PST) From: KATO Takenori Message-Id: <199701181026.CAA05446@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/18 02:26:45 Modified: sys/pc98/pc98 syscons.c Log: Synchronize with sys/i386/isa/syscons.c (revision 1.195). Revision Changes Path 1.20 +13 -5 src/sys/pc98/pc98/syscons.c From owner-cvs-sys Sat Jan 18 02:29:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05579 for cvs-sys-outgoing; Sat, 18 Jan 1997 02:29:58 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA05572; Sat, 18 Jan 1997 02:29:56 -0800 (PST) Date: Sat, 18 Jan 1997 02:29:56 -0800 (PST) From: KATO Takenori Message-Id: <199701181029.CAA05572@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/18 02:29:56 Modified: sys/pc98/conf files.pc98 Log: Synchronize with sys/i386/conf/files.i386 (revision 1.151). Revision Changes Path 1.15 +2 -0 src/sys/pc98/conf/files.pc98 From owner-cvs-sys Sat Jan 18 05:03:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA09617 for cvs-sys-outgoing; Sat, 18 Jan 1997 05:03:24 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA09610; Sat, 18 Jan 1997 05:03:22 -0800 (PST) Date: Sat, 18 Jan 1997 05:03:22 -0800 (PST) From: Joerg Wunsch Message-Id: <199701181303.FAA09610@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/pdq pdq_ifsubr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/18 05:03:22 Modified: sys/dev/pdq pdq_ifsubr.c Log: Catch up with the moving target: merge the change from rev 1.19 of the now dead sys/pci/if_pdq.c which has been committed about by the same time i made my tests with Matt's code. LINT should compile now again. Well, that's a clear case where ``CVS writer locks'' would certainly (not) have helped. :-] Revision Changes Path 1.3 +21 -25 src/sys/dev/pdq/pdq_ifsubr.c From owner-cvs-sys Sat Jan 18 06:09:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA11336 for cvs-sys-outgoing; Sat, 18 Jan 1997 06:09:19 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA11328; Sat, 18 Jan 1997 06:09:17 -0800 (PST) Date: Sat, 18 Jan 1997 06:09:17 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199701181409.GAA11328@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys msgbuf.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 97/01/18 06:09:17 Modified: sys/sys msgbuf.h Log: Increase default msgbuf to 8k. Revision Changes Path 1.8 +1 -1 src/sys/sys/msgbuf.h From owner-cvs-sys Sat Jan 18 07:51:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA14124 for cvs-sys-outgoing; Sat, 18 Jan 1997 07:51:45 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA14117; Sat, 18 Jan 1997 07:51:44 -0800 (PST) Date: Sat, 18 Jan 1997 07:51:44 -0800 (PST) From: KATO Takenori Message-Id: <199701181551.HAA14117@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 fd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/18 07:51:44 Modified: sys/pc98/pc98 fd.c Log: - Changed retry count from 1000000 to 10000 (same as IBM-PC's). - Deleted unnecessary DELAY(). - Deleted space character at the end of line. Revision Changes Path 1.13 +8 -13 src/sys/pc98/pc98/fd.c From owner-cvs-sys Sat Jan 18 07:52:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA14166 for cvs-sys-outgoing; Sat, 18 Jan 1997 07:52:57 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id HAA14090; Sat, 18 Jan 1997 07:51:04 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id QAA28048; Sat, 18 Jan 1997 16:51:02 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id QAA24958; Sat, 18 Jan 1997 16:24:42 +0100 (MET) Message-ID: Date: Sat, 18 Jan 1997 16:24:41 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: phk@freefall.freebsd.org (Poul-Henning Kamp) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/sys msgbuf.h References: <199701181409.GAA11328@freefall.freebsd.org> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199701181409.GAA11328@freefall.freebsd.org>; from Poul-Henning Kamp on Jan 18, 1997 06:09:17 -0800 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Poul-Henning Kamp wrote: > phk 97/01/18 06:09:17 > > Modified: sys/sys msgbuf.h > Log: > Increase default msgbuf to 8k. Does anyone think this would be a problem to have in 2.2? I think at least Bruce and me have been debugging this in real life tests for quite some time now. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-sys Sat Jan 18 07:53:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA14241 for cvs-sys-outgoing; Sat, 18 Jan 1997 07:53:51 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA14232; Sat, 18 Jan 1997 07:53:49 -0800 (PST) Date: Sat, 18 Jan 1997 07:53:49 -0800 (PST) From: Soren Schmidt Message-Id: <199701181553.HAA14232@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 97/01/18 07:53:49 Modified: sys/i386/isa syscons.c Log: Oops! I commented out the waiting for retrace loops, because the one in draw_mouse causes spontanious hangs on my p5-100 when I move the mouse excessively. Forgot that on the last commit, so using the mouse or destructive cursor would produce large amounts of flicker.. Revision Changes Path 1.196 +5 -5 src/sys/i386/isa/syscons.c From owner-cvs-sys Sat Jan 18 07:59:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA14441 for cvs-sys-outgoing; Sat, 18 Jan 1997 07:59:49 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA14434; Sat, 18 Jan 1997 07:59:48 -0800 (PST) Date: Sat, 18 Jan 1997 07:59:48 -0800 (PST) From: KATO Takenori Message-Id: <199701181559.HAA14434@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/18 07:59:47 Modified: sys/pc98/i386 userconfig.c Log: Re-construct PC-98 code of device_infor[] entries. Enabled all devices which was #ifndef PC98'ed. This makes diff small between i386/i386/userconfig.c and pc98/i386/userconfig.c. Revision Changes Path 1.26 +1 -18 src/sys/pc98/i386/userconfig.c From owner-cvs-sys Sat Jan 18 08:01:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA14593 for cvs-sys-outgoing; Sat, 18 Jan 1997 08:01:44 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA14586; Sat, 18 Jan 1997 08:01:42 -0800 (PST) Date: Sat, 18 Jan 1997 08:01:42 -0800 (PST) From: KATO Takenori Message-Id: <199701181601.IAA14586@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/18 08:01:41 Branch: sys/pc98/i386 RELENG_2_2 Modified: sys/pc98/i386 userconfig.c Log: YAMFC (device_info[]; revision 1.26). Revision Changes Path 1.10.2.6 +3 -20 src/sys/pc98/i386/userconfig.c From owner-cvs-sys Sat Jan 18 08:16:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA16679 for cvs-sys-outgoing; Sat, 18 Jan 1997 08:16:56 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA16668; Sat, 18 Jan 1997 08:16:54 -0800 (PST) Date: Sat, 18 Jan 1997 08:16:54 -0800 (PST) From: KATO Takenori Message-Id: <199701181616.IAA16668@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include clock.h src/sys/pc98/pc98 clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/18 08:16:53 Branch: sys/i386/include RELENG_2_2 sys/pc98/pc98 RELENG_2_2 Modified: sys/i386/include clock.h sys/pc98/pc98 clock.c Log: YAMFC (staticize PC98 functions). Revision Changes Path 1.21.2.1 +1 -4 src/sys/i386/include/clock.h 1.10.2.2 +9 -7 src/sys/pc98/pc98/clock.c From owner-cvs-sys Sat Jan 18 08:26:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA17080 for cvs-sys-outgoing; Sat, 18 Jan 1997 08:26:33 -0800 (PST) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id IAA17012; Sat, 18 Jan 1997 08:24:45 -0800 (PST) Received: from schizo.dk.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0vldYz-0003wuC; Sat, 18 Jan 97 08:24 PST Received: from critter.dk.tfs.com (critter-home [193.162.32.19]) by schizo.dk.tfs.com (8.8.2/8.7.3) with ESMTP id RAA19958; Sat, 18 Jan 1997 17:24:09 +0100 (MET) Received: from critter.dk.tfs.com (localhost [127.0.0.1]) by critter.dk.tfs.com (8.8.2/8.8.2) with ESMTP id RAA07639; Sat, 18 Jan 1997 17:04:31 +0100 (MET) To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: phk@freefall.freebsd.org (Poul-Henning Kamp), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/sys msgbuf.h In-reply-to: Your message of "Sat, 18 Jan 1997 16:24:41 +0100." Date: Sat, 18 Jan 1997 17:04:31 +0100 Message-ID: <7637.853603471@critter.dk.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message , J Wunsch writes: >As Poul-Henning Kamp wrote: > >> phk 97/01/18 06:09:17 >> >> Modified: sys/sys msgbuf.h >> Log: >> Increase default msgbuf to 8k. > >Does anyone think this would be a problem to have in 2.2? I dunno, if it doesn't give us trouble in current in the next week, I'd say go for it. I just increased it to 40k on this system, in an attempt to see if there were any problems... -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@tfs.com TRW Financial Systems, Inc. Power and ignorance is a disgusting cocktail. From owner-cvs-sys Sat Jan 18 17:56:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA12181 for cvs-sys-outgoing; Sat, 18 Jan 1997 17:56:59 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA12167; Sat, 18 Jan 1997 17:56:57 -0800 (PST) Date: Sat, 18 Jan 1997 17:56:57 -0800 (PST) From: "David E. O'Brien" Message-Id: <199701190156.RAA12167@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 identcpu.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 97/01/18 17:56:56 Modified: sys/i386/i386 identcpu.c Log: Add bits to identify AMD K5 and K6 cpu's. Tested only on my AMD K5 PR-133. Bit values for K6 taken from AMD document on how to test such things. 2.2 Candidate. Revision Changes Path 1.11 +18 -6 src/sys/i386/i386/identcpu.c From owner-cvs-sys Sat Jan 18 23:46:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA22343 for cvs-sys-outgoing; Sat, 18 Jan 1997 23:46:33 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA22336; Sat, 18 Jan 1997 23:46:31 -0800 (PST) Date: Sat, 18 Jan 1997 23:46:31 -0800 (PST) From: KATO Takenori Message-Id: <199701190746.XAA22336@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/18 23:46:30 Modified: sys/pc98/pc98 syscons.c Log: Synchronize with sys/i386/isa/syscons.c revision 1.196. Revision Changes Path 1.21 +5 -5 src/sys/pc98/pc98/syscons.c