From owner-cvs-sys Sun Feb 15 00:17:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20502 for cvs-sys-outgoing; Sun, 15 Feb 1998 00:17:11 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20276; Sun, 15 Feb 1998 00:14:46 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA03085; Sun, 15 Feb 1998 00:14:41 -0800 (PST) Date: Sun, 15 Feb 1998 00:14:41 -0800 (PST) Message-Id: <199802150814.AAA03085@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ccd ccd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/15 00:14:40 PST Modified files: sys/dev/ccd ccd.c Log: missing spl() call and off by one error in the handling of the partitions. Submitted by: Chris Csanady Obtained from: OpenBSD Revision Changes Path 1.29 +3 -2 src/sys/dev/ccd/ccd.c From owner-cvs-sys Sun Feb 15 00:17:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20508 for cvs-sys-outgoing; Sun, 15 Feb 1998 00:17:14 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20318; Sun, 15 Feb 1998 00:15:15 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA03125; Sun, 15 Feb 1998 00:15:09 -0800 (PST) Date: Sun, 15 Feb 1998 00:15:09 -0800 (PST) Message-Id: <199802150815.AAA03125@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ccd ccd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/15 00:15:09 PST Modified files: (Branch: RELENG_2_2) sys/dev/ccd ccd.c Log: MFC: Chris Csanady's OpenBSD fixes. Revision Changes Path 1.17.2.2 +3 -2 src/sys/dev/ccd/ccd.c From owner-cvs-sys Sun Feb 15 00:28:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA22175 for cvs-sys-outgoing; Sun, 15 Feb 1998 00:28:46 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22080; Sun, 15 Feb 1998 00:28:34 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA03206; Sun, 15 Feb 1998 00:28:28 -0800 (PST) Date: Sun, 15 Feb 1998 00:28:28 -0800 (PST) Message-Id: <199802150828.AAA03206@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ccd ccd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/15 00:28:28 PST Modified files: sys/dev/ccd ccd.c Log: Revert part of my previous patch - I don't see the *need* to call splbio() from within an interrupt handler here. :-) Revision Changes Path 1.30 +1 -3 src/sys/dev/ccd/ccd.c From owner-cvs-sys Sun Feb 15 00:29:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA22313 for cvs-sys-outgoing; Sun, 15 Feb 1998 00:29:43 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22275; Sun, 15 Feb 1998 00:29:34 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA03242; Sun, 15 Feb 1998 00:29:29 -0800 (PST) Date: Sun, 15 Feb 1998 00:29:29 -0800 (PST) Message-Id: <199802150829.AAA03242@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ccd ccd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/15 00:29:29 PST Modified files: (Branch: RELENG_2_2) sys/dev/ccd ccd.c Log: MFC: remove extra splbio(). I will read through diffs more carefully before committing. I will read through diffs more carefully before committing. I will read through diffs more carefully before committing. :-) Revision Changes Path 1.17.2.3 +1 -3 src/sys/dev/ccd/ccd.c From owner-cvs-sys Sun Feb 15 03:19:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20549 for cvs-sys-outgoing; Sun, 15 Feb 1998 03:19:20 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20427; Sun, 15 Feb 1998 03:18:57 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA04216; Sun, 15 Feb 1998 03:18:50 -0800 (PST) Date: Sun, 15 Feb 1998 03:18:50 -0800 (PST) Message-Id: <199802151118.DAA04216@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/15 03:18:49 PST Modified files: sys/pc98/pc98 sio.c Log: Sync with sys/i386/isa/sio.c revision 1.197. Revision Changes Path 1.53 +2 -2 src/sys/pc98/pc98/sio.c From owner-cvs-sys Sun Feb 15 03:19:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20636 for cvs-sys-outgoing; Sun, 15 Feb 1998 03:19:37 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20569; Sun, 15 Feb 1998 03:19:24 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA04246; Sun, 15 Feb 1998 03:19:17 -0800 (PST) Date: Sun, 15 Feb 1998 03:19:17 -0800 (PST) Message-Id: <199802151119.DAA04246@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 npx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/15 03:19:17 PST Modified files: sys/pc98/pc98 npx.c Log: Sync with sys/i386/isa/npx.c revision 1.57. Revision Changes Path 1.32 +1 -2 src/sys/pc98/pc98/npx.c From owner-cvs-sys Sun Feb 15 05:36:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA05316 for cvs-sys-outgoing; Sun, 15 Feb 1998 05:36:04 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA05143; Sun, 15 Feb 1998 05:35:41 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05072; Sun, 15 Feb 1998 05:35:33 -0800 (PST) Date: Sun, 15 Feb 1998 05:35:33 -0800 (PST) Message-Id: <199802151335.FAA05072@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/15 05:35:33 PST Modified files: (Branch: RELENG_2_2) sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision 1.9.2.6. Submitted by: NOKUBI Hirotaka Revision Changes Path 1.5.2.6 +2 -3 src/sys/pc98/conf/majors.pc98 From owner-cvs-sys Sun Feb 15 05:50:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07239 for cvs-sys-outgoing; Sun, 15 Feb 1998 05:50:28 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA07161; Sun, 15 Feb 1998 05:50:20 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05202; Sun, 15 Feb 1998 05:50:13 -0800 (PST) Date: Sun, 15 Feb 1998 05:50:13 -0800 (PST) Message-Id: <199802151350.FAA05202@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_ntptime.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/02/15 05:50:13 PST Modified files: sys/kern kern_ntptime.c Log: unifdef -UEXT_CLOCK fdef -UEXT_CLOCK, it is irrelevant. Fix a couple of nits from bde while here anyway. Revision Changes Path 1.14 +3 -21 src/sys/kern/kern_ntptime.c From owner-cvs-sys Sun Feb 15 05:55:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07852 for cvs-sys-outgoing; Sun, 15 Feb 1998 05:55:22 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA07816; Sun, 15 Feb 1998 05:55:14 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05315; Sun, 15 Feb 1998 05:55:07 -0800 (PST) Date: Sun, 15 Feb 1998 05:55:07 -0800 (PST) Message-Id: <199802151355.FAA05315@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/02/15 05:55:07 PST Modified files: sys/kern kern_clock.c Log: Add a nanotime() function so that we can start to use this call. Revision Changes Path 1.56 +10 -1 src/sys/kern/kern_clock.c From owner-cvs-sys Sun Feb 15 05:57:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07975 for cvs-sys-outgoing; Sun, 15 Feb 1998 05:57:09 -0800 (PST) (envelope-from owner-cvs-sys) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA07950; Sun, 15 Feb 1998 05:56:39 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost.cybercity.dk [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id OAA13175; Sun, 15 Feb 1998 14:51:55 +0100 (CET) cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_ntptime.c In-reply-to: Your message of "Sun, 15 Feb 1998 05:50:13 PST." <199802151350.FAA05202@freefall.freebsd.org> Date: Sun, 15 Feb 1998 14:51:55 +0100 Message-ID: <13173.887550715@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199802151350.FAA05202@freefall.freebsd.org>, Poul-Henning Kamp writ es: >phk 1998/02/15 05:50:13 PST > > Modified files: > sys/kern kern_ntptime.c > Log: > unifdef -UEXT_CLOCK fdef -UEXT_CLOCK, it is irrelevant. > Fix a couple of nits from bde while here anyway. Sorry, vi on very bad lines is not an easy thing. The meaning should be obvious. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "Drink MONO-tonic, it goes down but it will NEVER come back up!" From owner-cvs-sys Sun Feb 15 06:15:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09917 for cvs-sys-outgoing; Sun, 15 Feb 1998 06:15:43 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09877; Sun, 15 Feb 1998 06:15:30 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA05389; Sun, 15 Feb 1998 06:15:23 -0800 (PST) Date: Sun, 15 Feb 1998 06:15:23 -0800 (PST) Message-Id: <199802151415.GAA05389@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_timeout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/02/15 06:15:22 PST Modified files: sys/kern kern_timeout.c Log: A bunch of nits from bde. Revision Changes Path 1.53 +13 -15 src/sys/kern/kern_timeout.c From owner-cvs-sys Sun Feb 15 06:42:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14038 for cvs-sys-outgoing; Sun, 15 Feb 1998 06:42:48 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13994; Sun, 15 Feb 1998 06:42:42 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA05988; Sun, 15 Feb 1998 06:42:34 -0800 (PST) Date: Sun, 15 Feb 1998 06:42:34 -0800 (PST) Message-Id: <199802151442.GAA05988@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf files.i386 src/sys/i386/include si.h src/sys/i386/isa si_jet.c si.c sireg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/02/15 06:42:34 PST Modified files: sys/i386/conf files.i386 sys/i386/include si.h sys/i386/isa si.c sireg.h Added files: sys/i386/isa si_jet.c Log: Update to support SI/XIO PCI host cards (Z280 based) and the enhanced SXISA and SXPCI host cards (Transputer based). PR: 4836, 5021, 5654 Submitted by: Nick Sayer Revision Changes Path 1.189 +2 -1 src/sys/i386/conf/files.i386 1.10 +5 -1 src/sys/i386/include/si.h 1.67 +208 -8 src/sys/i386/isa/si.c 1.5 +22 -1 src/sys/i386/isa/sireg.h From owner-cvs-sys Sun Feb 15 06:54:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14744 for cvs-sys-outgoing; Sun, 15 Feb 1998 06:54:34 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14704; Sun, 15 Feb 1998 06:54:25 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA06038; Sun, 15 Feb 1998 06:54:12 -0800 (PST) Date: Sun, 15 Feb 1998 06:54:12 -0800 (PST) Message-Id: <199802151454.GAA06038@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus pps.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/02/15 06:54:12 PST Modified files: sys/dev/ppbus pps.c Log: A bunch of nits from bde. Make the name "pps" all over the place. Remove the hardcoded 10us offset, use sawtooth for it. Revision Changes Path 1.3 +60 -68 src/sys/dev/ppbus/pps.c From owner-cvs-sys Sun Feb 15 07:35:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17636 for cvs-sys-outgoing; Sun, 15 Feb 1998 07:35:21 -0800 (PST) (envelope-from owner-cvs-sys) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17612; Sun, 15 Feb 1998 07:35:02 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id XAA07703; Sun, 15 Feb 1998 23:34:57 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199802151534.XAA07703@spinner.netplex.com.au> X-Mailer: exmh version 2.0.1 12/23/97 To: Peter Wemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf files.i386 src/sys/i386/include si.h src/sys/i386/isa si_jet.c si.c sireg.h In-reply-to: Your message of "Sun, 15 Feb 1998 06:42:34 PST." <199802151442.GAA05988@freefall.freebsd.org> Date: Sun, 15 Feb 1998 23:34:56 +0800 From: Peter Wemm Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > peter 1998/02/15 06:42:34 PST > > Modified files: > sys/i386/conf files.i386 > sys/i386/include si.h > sys/i386/isa si.c sireg.h > Added files: > sys/i386/isa si_jet.c > Log: > Update to support SI/XIO PCI host cards (Z280 based) and the enhanced > SXISA and SXPCI host cards (Transputer based). There are a couple of things I'm not particularly happy about here.. The pci attach and unit number assignment in particular. I'll have a go at these shortly. Cheers, -Peter From owner-cvs-sys Sun Feb 15 08:57:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23907 for cvs-sys-outgoing; Sun, 15 Feb 1998 08:57:09 -0800 (PST) (envelope-from owner-cvs-sys) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23886; Sun, 15 Feb 1998 08:56:58 -0800 (PST) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id JAA23799; Sun, 15 Feb 1998 09:56:57 -0700 (MST) Message-Id: <199802151656.JAA23799@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ccd ccd.c In-reply-to: Your message of "Sun, 15 Feb 1998 00:28:28 PST." <199802150828.AAA03206@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 15 Feb 1998 09:54:08 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >jkh 1998/02/15 00:28:28 PST > > Modified files: > sys/dev/ccd ccd.c > Log: > Revert part of my previous patch - I don't see the *need* > to call splbio() from within an interrupt handler here. :-) Probably because it is not a real interrupt handler and is not always called from an splbio() interrupt context. -- Justin From owner-cvs-sys Sun Feb 15 09:05:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24828 for cvs-sys-outgoing; Sun, 15 Feb 1998 09:05:10 -0800 (PST) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24806; Sun, 15 Feb 1998 09:04:58 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id JAA14951; Sun, 15 Feb 1998 09:05:03 -0800 (PST) To: "Justin T. Gibbs" cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ccd ccd.c In-reply-to: Your message of "Sun, 15 Feb 1998 09:54:08 MST." <199802151656.JAA23799@pluto.plutotech.com> Date: Sun, 15 Feb 1998 09:05:02 -0800 Message-ID: <14944.887562302@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As far as I can tell, it's only called from ccdiodone() and that's already got it wrapped in an splbio(). Jordan > >jkh 1998/02/15 00:28:28 PST > > > > Modified files: > > sys/dev/ccd ccd.c > > Log: > > Revert part of my previous patch - I don't see the *need* > > to call splbio() from within an interrupt handler here. :-) > > Probably because it is not a real interrupt handler and is not > always called from an splbio() interrupt context. > > -- > Justin > > From owner-cvs-sys Sun Feb 15 10:42:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05741 for cvs-sys-outgoing; Sun, 15 Feb 1998 10:42:20 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05708; Sun, 15 Feb 1998 10:42:07 -0800 (PST) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA01117; Sun, 15 Feb 1998 10:41:58 -0800 (PST) Date: Sun, 15 Feb 1998 10:41:58 -0800 (PST) Message-Id: <199802151841.KAA01117@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 1998/02/15 10:41:58 PST Modified files: (Branch: RELENG_2_2) sys/netinet ip_input.c Log: MFC: Only forward source routed packets when ipforwarding is set to 1. (including Andrews fix for my typo, thanks) Obtained from: Thomas Ptacek Revision Changes Path 1.50.2.11 +2 -2 src/sys/netinet/ip_input.c From owner-cvs-sys Sun Feb 15 13:38:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25745 for cvs-sys-outgoing; Sun, 15 Feb 1998 13:38:40 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25707; Sun, 15 Feb 1998 13:38:29 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01800; Sun, 15 Feb 1998 13:38:19 -0800 (PST) Date: Sun, 15 Feb 1998 13:38:19 -0800 (PST) Message-Id: <199802152138.NAA01800@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot Makefile src/sys/i386/boot/kzipboot Makefile src/sys/i386/boot/netboot Makefile makerom.c src/sys/i386/boot/rawboot Makefile Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1998/02/15 13:38:19 PST Modified files: sys/i386/boot/biosboot Makefile sys/i386/boot/kzipboot Makefile sys/i386/boot/netboot Makefile makerom.c sys/i386/boot/rawboot Makefile Log: Make bootblock building independent of /usr/include if relative includes are available. Revision Changes Path 1.62 +12 -4 src/sys/i386/boot/biosboot/Makefile 1.7 +17 -1 src/sys/i386/boot/kzipboot/Makefile 1.15 +15 -2 src/sys/i386/boot/netboot/Makefile 1.4 +1 -1 src/sys/i386/boot/netboot/makerom.c 1.9 +14 -3 src/sys/i386/boot/rawboot/Makefile From owner-cvs-sys Sun Feb 15 15:30:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13589 for cvs-sys-outgoing; Sun, 15 Feb 1998 15:30:25 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13312; Sun, 15 Feb 1998 15:29:30 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02540; Sun, 15 Feb 1998 15:29:19 -0800 (PST) Date: Sun, 15 Feb 1998 15:29:19 -0800 (PST) Message-Id: <199802152329.PAA02540@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd README ad1848.c dmabuf.c sb_dsp.c sbcard.h sound.c sound.h soundcard.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/15 15:29:19 PST Modified files: (Branch: RELENG_2_2) sys/i386/isa/snd README ad1848.c dmabuf.c sb_dsp.c sbcard.h sound.c sound.h soundcard.h Log: Update to luigi's latest. Compiles OK for me under 2.2 (of course, so did the previous version). Revision Changes Path 1.2.2.1 +211 -123 src/sys/i386/isa/snd/README 1.5.2.2 +31 -29 src/sys/i386/isa/snd/ad1848.c 1.4.2.1 +19 -8 src/sys/i386/isa/snd/dmabuf.c 1.5.2.2 +183 -125 src/sys/i386/isa/snd/sb_dsp.c 1.3.2.1 +6 -3 src/sys/i386/isa/snd/sbcard.h 1.8.2.3 +122 -87 src/sys/i386/isa/snd/sound.c 1.5.2.2 +12 -40 src/sys/i386/isa/snd/sound.h 1.2.2.1 +43 -1 src/sys/i386/isa/snd/soundcard.h From owner-cvs-sys Sun Feb 15 15:46:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17832 for cvs-sys-outgoing; Sun, 15 Feb 1998 15:46:44 -0800 (PST) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17783; Sun, 15 Feb 1998 15:46:16 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA19514; Mon, 16 Feb 1998 10:43:37 +1100 Date: Mon, 16 Feb 1998 10:43:37 +1100 From: Bruce Evans Message-Id: <199802152343.KAA19514@godzilla.zeta.org.au> To: gibbs@plutotech.com, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ccd ccd.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>jkh 1998/02/15 00:28:28 PST >> >> Modified files: >> sys/dev/ccd ccd.c >> Log: >> Revert part of my previous patch - I don't see the *need* >> to call splbio() from within an interrupt handler here. :-) > >Probably because it is not a real interrupt handler and is not >always called from an splbio() interrupt context. But it was always called from an splbio() context - it is only called from cciodone() which begins with splbio() and finishes with splx(). I think this spl pair is bogus too. cciodone() is only called via the b_iodone callback, and I think b_iodone is only called from biodone() where it is always called in an splbio() context. The call in ccdintr() was even more bogus: - the result was assigned to a nonexistent variable. - there was no matching splx() (this wouldn't have mattered because of two unnecessary layers of splbio()s). "Reverting" part of the previous patch introduced a style bug by removing an empty line. Bruce From owner-cvs-sys Sun Feb 15 16:29:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23411 for cvs-sys-outgoing; Sun, 15 Feb 1998 16:29:24 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23375; Sun, 15 Feb 1998 16:29:17 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA03106; Sun, 15 Feb 1998 16:29:06 -0800 (PST) Date: Sun, 15 Feb 1998 16:29:06 -0800 (PST) Message-Id: <199802160029.QAA03106@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf GENERIC Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/02/15 16:29:06 PST Modified files: sys/i386/conf GENERIC Log: TEMPORARILY disable support for the 4MB kernel page, as it appears to be causing installation images for -current to be unbootable. Submitted by: phk Revision Changes Path 1.106 +3 -1 src/sys/i386/conf/GENERIC From owner-cvs-sys Sun Feb 15 21:59:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA08602 for cvs-sys-outgoing; Sun, 15 Feb 1998 21:59:26 -0800 (PST) (envelope-from owner-cvs-sys) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA08546; Sun, 15 Feb 1998 21:59:16 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id WAA14182; Sun, 15 Feb 1998 22:59:15 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id WAA22000; Sun, 15 Feb 1998 22:59:13 -0700 Date: Sun, 15 Feb 1998 22:59:13 -0700 Message-Id: <199802160559.WAA22000@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd README ad1848.c dmabuf.c sb_dsp.c sbcard.h sound.c sound.h soundcard.h In-Reply-To: <199802152329.PAA02540@freefall.freebsd.org> References: <199802152329.PAA02540@freefall.freebsd.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > jkh 1998/02/15 15:29:19 PST > > Modified files: (Branch: RELENG_2_2) > sys/i386/isa/snd README ad1848.c dmabuf.c sb_dsp.c > sbcard.h sound.c sound.h soundcard.h > Log: > Update to luigi's latest. > > Compiles OK for me under 2.2 (of course, so did the previous version). And works for me under 2.2 (I hand-massaged the patches Jordan applied, so they are slightly different from the ones on luigi's site, and may not work completely in conjunction with the Voxware stuff w/regards to the soundcard.h file.) Nate From owner-cvs-sys Sun Feb 15 22:15:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12022 for cvs-sys-outgoing; Sun, 15 Feb 1998 22:15:21 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA11939; Sun, 15 Feb 1998 22:15:00 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05292; Sun, 15 Feb 1998 22:14:47 -0800 (PST) Date: Sun, 15 Feb 1998 22:14:47 -0800 (PST) Message-Id: <199802160614.WAA05292@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd soundcard.h ulaw.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/02/15 22:14:47 PST Removed files: (Branch: RELENG_2_2) sys/i386/isa/snd soundcard.h ulaw.h Log: - Removed these files as they are no longer necessary. (The soundcard.h file is exactly the same as the version in i386/include/soundcard.h, which is now shared by both luigi's and the Voxware drivers.) Submitted by: luigi From owner-cvs-sys Sun Feb 15 23:01:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16859 for cvs-sys-outgoing; Sun, 15 Feb 1998 23:01:42 -0800 (PST) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16759; Sun, 15 Feb 1998 23:01:08 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id XAA23943; Sun, 15 Feb 1998 23:01:19 -0800 (PST) To: Nate Williams cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd soundcard.h ulaw.h In-reply-to: Your message of "Sun, 15 Feb 1998 22:14:47 PST." <199802160614.WAA05292@freefall.freebsd.org> Date: Sun, 15 Feb 1998 23:01:19 -0800 Message-ID: <23940.887612479@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks, Nate! > nate 1998/02/15 22:14:47 PST > > Removed files: (Branch: RELENG_2_2) > sys/i386/isa/snd soundcard.h ulaw.h > Log: > - Removed these files as they are no longer necessary. (The soundcard.h > file is exactly the same as the version in i386/include/soundcard.h, whic h > is now shared by both luigi's and the Voxware drivers.) > > Submitted by: luigi From owner-cvs-sys Mon Feb 16 01:38:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07673 for cvs-sys-outgoing; Mon, 16 Feb 1998 01:38:17 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07544; Mon, 16 Feb 1998 01:37:34 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA06162; Mon, 16 Feb 1998 01:37:20 -0800 (PST) Date: Mon, 16 Feb 1998 01:37:20 -0800 (PST) Message-Id: <199802160937.BAA06162@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/boot/biosboot Makefile src/sys/pc98/boot/kzipboot Makefile src/sys/pc98/boot/netboot Makefile src/sys/pc98/boot/rawboot Makefile Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/16 01:37:19 PST Modified files: sys/pc98/boot/biosboot Makefile sys/pc98/boot/kzipboot Makefile sys/pc98/boot/netboot Makefile sys/pc98/boot/rawboot Makefile Log: Sync with sys/i386/boot/*/Makefile (Eivind's change: Make bootblock building independent of /usr/include if relative includes are available). Revision Changes Path 1.16 +12 -4 src/sys/pc98/boot/biosboot/Makefile 1.4 +17 -1 src/sys/pc98/boot/kzipboot/Makefile 1.4 +14 -1 src/sys/pc98/boot/netboot/Makefile 1.8 +14 -3 src/sys/pc98/boot/rawboot/Makefile From owner-cvs-sys Mon Feb 16 01:38:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07718 for cvs-sys-outgoing; Mon, 16 Feb 1998 01:38:28 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07668; Mon, 16 Feb 1998 01:38:13 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA06192; Mon, 16 Feb 1998 01:37:58 -0800 (PST) Date: Mon, 16 Feb 1998 01:37:58 -0800 (PST) Message-Id: <199802160937.BAA06192@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf GENERIC98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/16 01:37:58 PST Modified files: sys/pc98/conf GENERIC98 Log: Sync with sys/i386/conf/GENERIC revision 1.106. Revision Changes Path 1.34 +3 -1 src/sys/pc98/conf/GENERIC98 From owner-cvs-sys Mon Feb 16 01:39:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07799 for cvs-sys-outgoing; Mon, 16 Feb 1998 01:39:06 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07752; Mon, 16 Feb 1998 01:38:52 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA06223; Mon, 16 Feb 1998 01:38:38 -0800 (PST) Date: Mon, 16 Feb 1998 01:38:38 -0800 (PST) Message-Id: <199802160938.BAA06223@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/16 01:38:38 PST Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.189. Revision Changes Path 1.52 +2 -1 src/sys/pc98/conf/files.pc98 From owner-cvs-sys Mon Feb 16 03:16:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27004 for cvs-sys-outgoing; Mon, 16 Feb 1998 03:16:16 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26822; Mon, 16 Feb 1998 03:15:57 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA06924; Mon, 16 Feb 1998 03:15:42 -0800 (PST) Date: Mon, 16 Feb 1998 03:15:42 -0800 (PST) Message-Id: <199802161115.DAA06924@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/02/16 03:15:40 PST Modified files: sys/scsi scsiconf.c Log: Based on the following message, disable tagged command queueing for all Iomaga Jaz drives. From: Steve Logue To: freebsd-current@freebsd.org, freebsd-scsi@freebsd.org Subject: Jaz Drives / Tagged Command Queuing FreeBSD Lists, Due to my own problems as the owner of a Jaz drive, I have gotten word from Iomega that confirms the state of Tagged Command Queuing as the underlying problem. There is an error in all Jaz, and Jaz2 drives prior to BIOS level J.86 that has not shipped yet. Read the following, and make the appropriate corrections to your system present, and future: > Steve, > > I got a very fast response from the hardware engineer (Jaz and Jaz 2 > designer). The problem is this - The Jaz drive does not support > command queing, and revisions older than J.86 do not report it correctly. > For example, when your SCSI adapter says "I'm going to use command > queing" to the Jaz drive, the drive answers "OK, lets go", even though its > not supported. The J.86 drives will now answer "Sorry, command > queing is not supported". Iomega does not have any current plans to > support command queing. > > Thank's for your report, I will continue to forward it to the hardware > engineers. -STEVEl -- --------------------------------------------------------------------- Steve Logue http://home.cdsnet.net/~stevel Systems Integration nettek LLC --------------------------------------------------------------------- Submitted by: Steve Logue Revision Changes Path 1.103 +5 -1 src/sys/scsi/scsiconf.c From owner-cvs-sys Mon Feb 16 03:17:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27344 for cvs-sys-outgoing; Mon, 16 Feb 1998 03:17:30 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA27240; Mon, 16 Feb 1998 03:17:05 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA06956; Mon, 16 Feb 1998 03:16:50 -0800 (PST) Date: Mon, 16 Feb 1998 03:16:50 -0800 (PST) Message-Id: <199802161116.DAA06956@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/02/16 03:16:49 PST Modified files: (Branch: RELENG_2_2) sys/scsi scsiconf.c Log: Merge from -current; disable tagged command queueing for all Jaz drives. Submitted by: Steve Logue Revision Changes Path 1.64.2.24 +5 -1 src/sys/scsi/scsiconf.c From owner-cvs-sys Mon Feb 16 11:27:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00981 for cvs-sys-outgoing; Mon, 16 Feb 1998 11:27:48 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA00542; Mon, 16 Feb 1998 11:26:03 -0800 (PST) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02775; Mon, 16 Feb 1998 11:25:44 -0800 (PST) Date: Mon, 16 Feb 1998 11:25:44 -0800 (PST) Message-Id: <199802161925.LAA02775@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/etc rc.conf rc.network src/sys/netinet in.h ip_input.c src/share/man/man5 rc.conf.5 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 1998/02/16 11:25:43 PST Modified files: etc rc.conf rc.network Log: Add 2 new rc.conf variables: forward_sourceroute : controls setting of existing net.inet.ip.sourceroute accept_sourceroute : control setting of new net.inet.ip.accept_sourceroute Revision Changes Path 1.38 +3 -1 src/etc/rc.conf 1.18 +11 -1 src/etc/rc.network Modified files: sys/netinet in.h ip_input.c Log: Add new sysctl variable: net.inet.ip.accept_sourceroute It controls if the system is to accept source routed packets. It used to be such that, no matter if the setting of net.inet.ip.sourceroute, source routed packets destined at us would be accepted. Now it is controllable with eth default set to NOT accept those. Revision Changes Path 1.28 +4 -2 src/sys/netinet/in.h 1.78 +7 -1 src/sys/netinet/ip_input.c Modified files: share/man/man5 rc.conf.5 Log: Document new variables forward_sourceroute and accept_sourceroute. While we're at it: also document the already existing arpproxy. Revision Changes Path 1.12 +17 -1 src/share/man/man5/rc.conf.5 From owner-cvs-sys Mon Feb 16 15:54:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09183 for cvs-sys-outgoing; Mon, 16 Feb 1998 15:54:32 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08530; Mon, 16 Feb 1998 15:51:29 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA03316; Mon, 16 Feb 1998 15:51:02 -0800 (PST) Date: Mon, 16 Feb 1998 15:51:02 -0800 (PST) Message-Id: <199802162351.PAA03316@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus pps.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1998/02/16 15:51:02 PST Modified files: sys/dev/ppbus pps.c Log: Delete apparently unused DEVFS control device creation code - code didn't even compile. A (now seemingly correct) devfs node is still created. Revision Changes Path 1.4 +1 -4 src/sys/dev/ppbus/pps.c From owner-cvs-sys Mon Feb 16 16:01:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10769 for cvs-sys-outgoing; Mon, 16 Feb 1998 16:01:34 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09969; Mon, 16 Feb 1998 15:58:14 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA03524; Mon, 16 Feb 1998 15:57:50 -0800 (PST) Date: Mon, 16 Feb 1998 15:57:50 -0800 (PST) Message-Id: <199802162357.PAA03524@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/i386/isa wd.c src/sys/kern kern_shutdown.c src/sys/pc98/pc98 wd.c src/sys/scsi sd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1998/02/16 15:57:50 PST Modified files: sys/conf options sys/i386/conf LINT sys/i386/isa wd.c sys/kern kern_shutdown.c sys/pc98/pc98 wd.c sys/scsi sd.c Log: Add HW_WDOG to LINT, and turn it into a new-style option. Revision Changes Path 1.61 +2 -1 src/sys/conf/options 1.408 +7 -1 src/sys/i386/conf/LINT 1.151 +2 -1 src/sys/i386/isa/wd.c 1.28 +2 -1 src/sys/kern/kern_shutdown.c 1.44 +2 -1 src/sys/pc98/pc98/wd.c 1.121 +2 -1 src/sys/scsi/sd.c From owner-cvs-sys Mon Feb 16 17:24:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28405 for cvs-sys-outgoing; Mon, 16 Feb 1998 17:24:56 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28083; Mon, 16 Feb 1998 17:24:08 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA03368; Mon, 16 Feb 1998 15:55:54 -0800 (PST) Date: Mon, 16 Feb 1998 15:55:54 -0800 (PST) Message-Id: <199802162355.PAA03368@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/mfs mfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/02/16 15:55:54 PST Modified files: sys/ufs/mfs mfs_vnops.c Log: Fix a panic resulting from executing off an MFS image. This corrects the recently observed problem with the install image. Submitted by: Tor Egge Revision Changes Path 1.35 +12 -2 src/sys/ufs/mfs/mfs_vnops.c From owner-cvs-sys Mon Feb 16 17:25:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28438 for cvs-sys-outgoing; Mon, 16 Feb 1998 17:25:02 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28060; Mon, 16 Feb 1998 17:24:02 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA03402; Mon, 16 Feb 1998 15:57:04 -0800 (PST) Date: Mon, 16 Feb 1998 15:57:04 -0800 (PST) Message-Id: <199802162357.PAA03402@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf GENERIC Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/02/16 15:57:04 PST Modified files: sys/i386/conf GENERIC Log: Remove DISABLE_PSE option which was masking (but not fixing) the problem. A correct fix for execution off MFS filesystems has been committed. Revision Changes Path 1.107 +1 -3 src/sys/i386/conf/GENERIC From owner-cvs-sys Mon Feb 16 19:16:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14803 for cvs-sys-outgoing; Mon, 16 Feb 1998 19:16:04 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14714; Mon, 16 Feb 1998 19:15:52 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA04398; Mon, 16 Feb 1998 19:15:32 -0800 (PST) Date: Mon, 16 Feb 1998 19:15:32 -0800 (PST) Message-Id: <199802170315.TAA04398@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include soundcard.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/16 19:15:31 PST Modified files: sys/i386/include soundcard.h Log: Enable NEC 86 sound card when PC98 is defined. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.24 +3 -0 src/sys/i386/include/soundcard.h From owner-cvs-sys Mon Feb 16 19:17:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14988 for cvs-sys-outgoing; Mon, 16 Feb 1998 19:17:47 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14949; Mon, 16 Feb 1998 19:17:32 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA04437; Mon, 16 Feb 1998 19:17:12 -0800 (PST) Date: Mon, 16 Feb 1998 19:17:12 -0800 (PST) Message-Id: <199802170317.TAA04437@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include soundcard.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/16 19:17:11 PST Modified files: (Branch: RELENG_2_2) sys/i386/include soundcard.h Log: MFC: revision 1.24 (NEC 86 card). Submitted by: Takahashi Yoshihiro Revision Changes Path 1.17.2.4 +4 -1 src/sys/i386/include/soundcard.h From owner-cvs-sys Mon Feb 16 19:20:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15219 for cvs-sys-outgoing; Mon, 16 Feb 1998 19:20:35 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15078; Mon, 16 Feb 1998 19:19:24 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA04473; Mon, 16 Feb 1998 19:19:04 -0800 (PST) Date: Mon, 16 Feb 1998 19:19:04 -0800 (PST) Message-Id: <199802170319.TAA04473@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/16 19:19:04 PST Modified files: (Branch: RELENG_2_2) sys/pc98/conf files.pc98 Log: Disable Luigi's sound driver. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.9.2.20 +6 -6 src/sys/pc98/conf/files.pc98 From owner-cvs-sys Tue Feb 17 00:30:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05011 for cvs-sys-outgoing; Tue, 17 Feb 1998 00:30:27 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04894; Tue, 17 Feb 1998 00:30:12 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA05670; Tue, 17 Feb 1998 00:29:50 -0800 (PST) Date: Tue, 17 Feb 1998 00:29:50 -0800 (PST) Message-Id: <199802170829.AAA05670@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf GENERIC98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/17 00:29:50 PST Modified files: sys/pc98/conf GENERIC98 Log: Sync with sys/i386/conf/GENERIC revision 1.107. Revision Changes Path 1.35 +1 -3 src/sys/pc98/conf/GENERIC98 From owner-cvs-sys Tue Feb 17 02:45:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA23415 for cvs-sys-outgoing; Tue, 17 Feb 1998 02:45:05 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA23385; Tue, 17 Feb 1998 02:44:52 -0800 (PST) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06378; Tue, 17 Feb 1998 02:44:30 -0800 (PST) Date: Tue, 17 Feb 1998 02:44:30 -0800 (PST) Message-Id: <199802171044.CAA06378@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/02/17 02:44:24 PST Modified files: sys/i386/conf majors.i386 Log: Reserve major # for the atapi tape device Revision Changes Path 1.28 +3 -1 src/sys/i386/conf/majors.i386 From owner-cvs-sys Tue Feb 17 02:51:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24714 for cvs-sys-outgoing; Tue, 17 Feb 1998 02:51:04 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24620; Tue, 17 Feb 1998 02:50:45 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06428; Tue, 17 Feb 1998 02:50:22 -0800 (PST) Date: Tue, 17 Feb 1998 02:50:22 -0800 (PST) Message-Id: <199802171050.CAA06428@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys disklabel.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/17 02:50:22 PST Modified files: sys/sys disklabel.h Log: Reserve ID for Greg Lehey's Veritas look-alike. Revision Changes Path 1.30 +3 -1 src/sys/sys/disklabel.h From owner-cvs-sys Tue Feb 17 02:53:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA25303 for cvs-sys-outgoing; Tue, 17 Feb 1998 02:53:38 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA25206; Tue, 17 Feb 1998 02:53:21 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06463; Tue, 17 Feb 1998 02:52:57 -0800 (PST) Date: Tue, 17 Feb 1998 02:52:57 -0800 (PST) Message-Id: <199802171052.CAA06463@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/17 02:52:57 PST Modified files: sys/i386/conf majors.i386 Log: Add entry for Greg Lehey's "vinum" fs - don't know what to call it in here so I just called it a RAID fs. Revision Changes Path 1.29 +2 -1 src/sys/i386/conf/majors.i386 From owner-cvs-sys Tue Feb 17 03:34:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA04153 for cvs-sys-outgoing; Tue, 17 Feb 1998 03:34:38 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03733; Tue, 17 Feb 1998 03:33:05 -0800 (PST) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA06659; Tue, 17 Feb 1998 03:32:37 -0800 (PST) Date: Tue, 17 Feb 1998 03:32:37 -0800 (PST) Message-Id: <199802171132.DAA06659@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf files.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/02/17 03:32:35 PST Modified files: sys/i386/conf files.i386 Log: Add 'wst" atapi tape devicefile. Revision Changes Path 1.190 +3 -2 src/sys/i386/conf/files.i386 From owner-cvs-sys Tue Feb 17 03:34:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA04162 for cvs-sys-outgoing; Tue, 17 Feb 1998 03:34:39 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03908; Tue, 17 Feb 1998 03:33:58 -0800 (PST) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA06694; Tue, 17 Feb 1998 03:33:34 -0800 (PST) Date: Tue, 17 Feb 1998 03:33:34 -0800 (PST) Message-Id: <199802171133.DAA06694@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf devices.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/02/17 03:33:33 PST Modified files: sys/i386/conf devices.i386 Log: Correct the use of major 1 its now the wfd device Also add wst device Revision Changes Path 1.13 +3 -3 src/sys/i386/conf/devices.i386 From owner-cvs-sys Tue Feb 17 06:17:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27897 for cvs-sys-outgoing; Tue, 17 Feb 1998 06:17:51 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27864; Tue, 17 Feb 1998 06:17:39 -0800 (PST) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA07742; Tue, 17 Feb 1998 06:17:15 -0800 (PST) Date: Tue, 17 Feb 1998 06:17:15 -0800 (PST) Message-Id: <199802171417.GAA07742@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include soundcard.h src/sys/i386/isa/snd CARDS README ad1848.c dmabuf.c sb_dsp.c sbcard.h sound.c sound.h soundcard.h src/sys/i386/isa/snd/doc Makefile sound.ps.gz sound.tex src/sys/i386/isa/snd/misc README audio-voxware.cc ... Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 1998/02/17 06:17:15 PST Modified files: sys/i386/include soundcard.h sys/i386/isa/snd README ad1848.c dmabuf.c sb_dsp.c sbcard.h sound.c sound.h soundcard.h Added files: sys/i386/isa/snd CARDS sys/i386/isa/snd/doc Makefile sound.ps.gz sound.tex sys/i386/isa/snd/misc README audio-voxware.cc auvoxware.c files.i386 linux.patch linux_a.c mmap_test.c pcmio.c soundbyte.c test.c Log: Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15th version as soon as I've tested it... Installed/tested on my home machine...any problems, please report directly to me. Revision Changes Path 1.25 +459 -304 src/sys/i386/include/soundcard.h 1.3 +285 -123 src/sys/i386/isa/snd/README 1.6 +34 -32 src/sys/i386/isa/snd/ad1848.c 1.5 +19 -8 src/sys/i386/isa/snd/dmabuf.c 1.6 +171 -126 src/sys/i386/isa/snd/sb_dsp.c 1.4 +6 -3 src/sys/i386/isa/snd/sbcard.h 1.9 +157 -125 src/sys/i386/isa/snd/sound.c 1.6 +25 -13 src/sys/i386/isa/snd/sound.h 1.3 +1 -1 src/sys/i386/isa/snd/soundcard.h From owner-cvs-sys Tue Feb 17 07:38:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13236 for cvs-sys-outgoing; Tue, 17 Feb 1998 07:38:40 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12921; Tue, 17 Feb 1998 07:37:24 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27424; Tue, 17 Feb 1998 07:36:54 -0800 (PST) Date: Tue, 17 Feb 1998 07:36:54 -0800 (PST) Message-Id: <199802171536.HAA27424@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa rp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/17 07:36:53 PST Modified files: sys/i386/isa rp.c Log: Support for >32 ports. PR: 5765 Submitted by: Steve Gericke Revision Changes Path 1.12 +50 -58 src/sys/i386/isa/rp.c From owner-cvs-sys Tue Feb 17 08:08:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18083 for cvs-sys-outgoing; Tue, 17 Feb 1998 08:08:44 -0800 (PST) (envelope-from owner-cvs-sys) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA18044; Tue, 17 Feb 1998 08:08:30 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id PAA00598; Tue, 17 Feb 1998 15:41:39 +0100 From: Luigi Rizzo Message-Id: <199802171441.PAA00598@labinfo.iet.unipi.it> Subject: Re: cvs commit: src/sys/i386/include soundcard.h src/sys/i386/isa/snd To: scrappy@FreeBSD.ORG (Marc G. Fournier) Date: Tue, 17 Feb 1998 15:41:39 +0100 (MET) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG In-Reply-To: <199802171417.GAA07742@freefall.freebsd.org> from "Marc G. Fournier" at Feb 17, 98 06:16:56 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > scrappy 1998/02/17 06:17:15 PST > > Modified files: > sys/i386/include soundcard.h > sys/i386/isa/snd README ad1848.c dmabuf.c sb_dsp.c > sbcard.h sound.c sound.h soundcard.h > Added files: > sys/i386/isa/snd CARDS > sys/i386/isa/snd/doc Makefile sound.ps.gz sound.tex > sys/i386/isa/snd/misc README audio-voxware.cc auvoxware.c > files.i386 linux.patch linux_a.c > mmap_test.c pcmio.c soundbyte.c test.c > Log: > Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15th > version as soon as I've tested it... sorry but this is not a very good move for the following reasons: 1) together with Nate and Jordan we have done some work to do a proper merge of the code to minimize differences between -stable, -current, my snapshot, and the common files (soundcard.h and ulaw.h) and remove some of the confusion with audio driver. The Jan23 code, although basically the same as Feb15, does not contains all these little but significantly fixes; and especially: 2) doc/ and misc/ DO NOT BELONG in the kernel source tree. I put them there just to make life easier for those who download the tarball from my side. But a) the paper documenting the code should go in some directory in /usr/share/doc/papers/; b) some of the files in misc/ should be used by port maintainers to fix the audio modules of the various apps involved; some others (e.g. linux.patch) should be used to fix other parts of the kernel, e.g. linux emulator; finally, some of them are just sample applications or testing tools which at most should go into /usr/bin (pcmio) or even left alone. So, although (I hope) you are working on -current, can you please remove the doc/ and misc/ stuff at least, and ask Nate what goes into -current (basically the same bits as in -stable, except a few lines of diffs for select/poll and DEVFS) cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ From owner-cvs-sys Tue Feb 17 10:51:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23820 for cvs-sys-outgoing; Tue, 17 Feb 1998 10:51:47 -0800 (PST) (envelope-from owner-cvs-sys) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23588; Tue, 17 Feb 1998 10:50:04 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA27511; Tue, 17 Feb 1998 11:49:51 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA28952; Tue, 17 Feb 1998 11:49:48 -0700 Date: Tue, 17 Feb 1998 11:49:48 -0700 Message-Id: <199802171849.LAA28952@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Luigi Rizzo Cc: scrappy@freebsd.org (Marc G. Fournier), cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-sys@freebsd.org Subject: Re: cvs commit: src/sys/i386/include soundcard.h src/sys/i386/isa/snd In-Reply-To: <199802171441.PAA00598@labinfo.iet.unipi.it> References: <199802171417.GAA07742@freefall.freebsd.org> <199802171441.PAA00598@labinfo.iet.unipi.it> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Luigi Rizzo writes: > > scrappy 1998/02/17 06:17:15 PST ... > > Log: > > Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15th > > version as soon as I've tested it... > > sorry but this is not a very good move for the following reasons: My fault. I told Mark to go ahead and do it, and I assummed he was going to commit the most recent version since I (wrong) assumed that he had the same snapshot I had and would follow the previous commit practice. My bad. Nate From owner-cvs-sys Tue Feb 17 11:00:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25631 for cvs-sys-outgoing; Tue, 17 Feb 1998 11:00:41 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25403; Tue, 17 Feb 1998 10:59:46 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA01823; Tue, 17 Feb 1998 10:59:18 -0800 (PST) Date: Tue, 17 Feb 1998 10:59:18 -0800 (PST) Message-Id: <199802171859.KAA01823@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd/doc Makefile sound.ps.gz sound.tex src/sys/i386/isa/snd/misc README audio-voxware.cc auvoxware.c files.i386 linux.patch linux_a.c mmap_test.c pcmio.c soundbyte.c test.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/02/17 10:59:17 PST Removed files: sys/i386/isa/snd/doc Makefile sound.ps.gz sound.tex sys/i386/isa/snd/misc README audio-voxware.cc auvoxware.c files.i386 linux.patch linux_a.c mmap_test.c pcmio.c soundbyte.c test.c Log: - Remove files at shouldn't be in the tree. From owner-cvs-sys Tue Feb 17 11:15:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28758 for cvs-sys-outgoing; Tue, 17 Feb 1998 11:15:20 -0800 (PST) (envelope-from owner-cvs-sys) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28583; Tue, 17 Feb 1998 11:14:44 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA27482; Tue, 17 Feb 1998 11:47:12 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA28943; Tue, 17 Feb 1998 11:47:11 -0700 Date: Tue, 17 Feb 1998 11:47:11 -0700 Message-Id: <199802171847.LAA28943@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Marc G. Fournier" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include soundcard.h src/sys/i386/isa/snd CARDS README ad1848.c dmabuf.c sb_dsp.c sbcard.h sound.c sound.h soundcard.h src/sys/i386/isa/snd/doc Makefile sound.ps.gz sound.tex src/sys/i386/isa/snd/misc README audio-voxware.cc ... In-Reply-To: <199802171417.GAA07742@freefall.freebsd.org> References: <199802171417.GAA07742@freefall.freebsd.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Marc G. Fournier writes: > scrappy 1998/02/17 06:17:15 PST > > Modified files: > sys/i386/include soundcard.h > sys/i386/isa/snd README ad1848.c dmabuf.c sb_dsp.c > sbcard.h sound.c sound.h soundcard.h > Added files: > sys/i386/isa/snd CARDS > sys/i386/isa/snd/doc Makefile sound.ps.gz sound.tex > sys/i386/isa/snd/misc README audio-voxware.cc auvoxware.c > files.i386 linux.patch linux_a.c > mmap_test.c pcmio.c soundbyte.c test.c Argh. None of the doc/misc stuff needed to go in. Cany ou blow them away? Nate From owner-cvs-sys Tue Feb 17 11:18:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29659 for cvs-sys-outgoing; Tue, 17 Feb 1998 11:18:23 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29386; Tue, 17 Feb 1998 11:17:41 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02238; Tue, 17 Feb 1998 11:17:14 -0800 (PST) Date: Tue, 17 Feb 1998 11:17:14 -0800 (PST) Message-Id: <199802171917.LAA02238@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd ad1848.c dmabuf.c sb_dsp.c sound.c sound.h README CARDS Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/02/17 11:17:14 PST Modified files: sys/i386/isa/snd ad1848.c dmabuf.c sb_dsp.c sound.c sound.h README CARDS Log: - Updated to Luigi's 2-15-98 code. The code in 2.2 is the same except for select/poll and DEVFS changes, which are limited to an include/define in sound.h and the actual select/poll implementation in sound.c [ This commit is blind, but the code is similar enough that there will hopefully be no problems. ] Revision Changes Path 1.7 +4 -4 src/sys/i386/isa/snd/ad1848.c 1.6 +3 -3 src/sys/i386/isa/snd/dmabuf.c 1.7 +14 -1 src/sys/i386/isa/snd/sb_dsp.c 1.10 +39 -40 src/sys/i386/isa/snd/sound.c 1.7 +7 -45 src/sys/i386/isa/snd/sound.h 1.4 +1 -75 src/sys/i386/isa/snd/README 1.2 +1 -1 src/sys/i386/isa/snd/CARDS From owner-cvs-sys Tue Feb 17 11:19:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00213 for cvs-sys-outgoing; Tue, 17 Feb 1998 11:19:28 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29864; Tue, 17 Feb 1998 11:18:40 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA02303; Tue, 17 Feb 1998 11:18:14 -0800 (PST) Date: Tue, 17 Feb 1998 11:18:14 -0800 (PST) Message-Id: <199802171918.LAA02303@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd soundcard.h ulaw.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/02/17 11:18:14 PST Removed files: sys/i386/isa/snd soundcard.h ulaw.h Log: - Removed unused files. From owner-cvs-sys Tue Feb 17 18:31:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25341 for cvs-sys-outgoing; Tue, 17 Feb 1998 18:31:10 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24608; Tue, 17 Feb 1998 18:27:38 -0800 (PST) (envelope-from scrappy@FreeBSD.org) From: "Marc G. Fournier" Received: (from scrappy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA05179; Tue, 17 Feb 1998 18:27:06 -0800 (PST) Date: Tue, 17 Feb 1998 18:27:06 -0800 (PST) Message-Id: <199802180227.SAA05179@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include soundcard.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 1998/02/17 18:27:06 PST Modified files: sys/i386/include soundcard.h Log: soundcard.h wasn't upgraded when i386/isa/snd was Revision Changes Path 1.26 +42 -0 src/sys/i386/include/soundcard.h From owner-cvs-sys Tue Feb 17 18:34:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25681 for cvs-sys-outgoing; Tue, 17 Feb 1998 18:34:34 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24864; Tue, 17 Feb 1998 18:28:46 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA05207; Tue, 17 Feb 1998 18:28:15 -0800 (PST) Date: Tue, 17 Feb 1998 18:28:15 -0800 (PST) Message-Id: <199802180228.SAA05207@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys md5.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/17 18:28:15 PST Modified files: (Branch: RELENG_2_2) sys/sys md5.h Log: MFC: constify Revision Changes Path 1.6.2.1 +2 -2 src/sys/sys/md5.h From owner-cvs-sys Wed Feb 18 01:29:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23869 for cvs-sys-outgoing; Wed, 18 Feb 1998 01:29:59 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23795; Wed, 18 Feb 1998 01:29:23 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10008; Wed, 18 Feb 1998 01:28:51 -0800 (PST) Date: Wed, 18 Feb 1998 01:28:51 -0800 (PST) Message-Id: <199802180928.BAA10008@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs bootsect.h bpb.h denode.h direntry.h fat.h msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/18 01:28:50 PST Modified files: sys/msdosfs bootsect.h bpb.h denode.h direntry.h fat.h msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h Log: Update MSDOSFS code using NetBSD's msdosfs as a guide to support FAT32 partitions. Unfortunately, we looked around here at Walnut Creek CDROM for any newer FAT32-supporting versions of Win95 and we were unsuccessful; only the older stuff here. So this is untested beyond simply making sure it compiles and someone with access to an actual FAT32 fs will have to let us know how well it actually works. Submitted by: Dmitrij Tejblum Obtained from: NetBSD Revision Changes Path 1.6 +65 -22 src/sys/msdosfs/bootsect.h 1.6 +153 -64 src/sys/msdosfs/bpb.h 1.15 +76 -38 src/sys/msdosfs/denode.h 1.5 +62 -26 src/sys/msdosfs/direntry.h 1.7 +30 -32 src/sys/msdosfs/fat.h 1.15 +579 -109 src/sys/msdosfs/msdosfs_conv.c 1.32 +117 -168 src/sys/msdosfs/msdosfs_denode.c 1.17 +282 -172 src/sys/msdosfs/msdosfs_fat.c 1.15 +609 -275 src/sys/msdosfs/msdosfs_lookup.c 1.24 +541 -303 src/sys/msdosfs/msdosfs_vfsops.c 1.56 +756 -657 src/sys/msdosfs/msdosfs_vnops.c 1.13 +88 -57 src/sys/msdosfs/msdosfsmount.h From owner-cvs-sys Wed Feb 18 01:41:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25744 for cvs-sys-outgoing; Wed, 18 Feb 1998 01:41:42 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25689; Wed, 18 Feb 1998 01:41:27 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10125; Wed, 18 Feb 1998 01:40:56 -0800 (PST) Date: Wed, 18 Feb 1998 01:40:56 -0800 (PST) Message-Id: <199802180940.BAA10125@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/02/18 01:40:56 PST Modified files: sys/scsi scsiconf.c Log: Put the SC_Q_NO_TAGS value in the correct field for the Iomega Jaz quirk entry, and move it down with the other NO_TAGS device. Submitted by: bde Revision Changes Path 1.104 +5 -5 src/sys/scsi/scsiconf.c From owner-cvs-sys Wed Feb 18 04:35:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25191 for cvs-sys-outgoing; Wed, 18 Feb 1998 04:35:56 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24572; Wed, 18 Feb 1998 04:34:09 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA12075; Wed, 18 Feb 1998 04:33:36 -0800 (PST) Date: Wed, 18 Feb 1998 04:33:36 -0800 (PST) Message-Id: <199802181233.EAA12075@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf devices.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/18 04:33:36 PST Modified files: sys/pc98/conf devices.pc98 Log: Sync with sys/i386/conf/devices.i386 revision 1.13. Revision Changes Path 1.5 +3 -3 src/sys/pc98/conf/devices.pc98 From owner-cvs-sys Wed Feb 18 04:35:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25197 for cvs-sys-outgoing; Wed, 18 Feb 1998 04:35:58 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24741; Wed, 18 Feb 1998 04:34:38 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA12105; Wed, 18 Feb 1998 04:34:03 -0800 (PST) Date: Wed, 18 Feb 1998 04:34:03 -0800 (PST) Message-Id: <199802181234.EAA12105@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/18 04:34:03 PST Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.190. Revision Changes Path 1.53 +3 -2 src/sys/pc98/conf/files.pc98 From owner-cvs-sys Wed Feb 18 04:36:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25401 for cvs-sys-outgoing; Wed, 18 Feb 1998 04:36:38 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24906; Wed, 18 Feb 1998 04:35:09 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA12136; Wed, 18 Feb 1998 04:34:34 -0800 (PST) Date: Wed, 18 Feb 1998 04:34:34 -0800 (PST) Message-Id: <199802181234.EAA12136@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/18 04:34:33 PST Modified files: sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision 1.29. Revision Changes Path 1.23 +4 -1 src/sys/pc98/conf/majors.pc98 From owner-cvs-sys Wed Feb 18 05:54:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10508 for cvs-sys-outgoing; Wed, 18 Feb 1998 05:54:28 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA10413; Wed, 18 Feb 1998 05:54:15 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA13777; Wed, 18 Feb 1998 05:44:00 -0800 (PST) Date: Wed, 18 Feb 1998 05:44:00 -0800 (PST) Message-Id: <199802181344.FAA13777@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamdefs.h qcamio.c qcamreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/02/18 05:44:00 PST Modified files: sys/i386/conf LINT files.i386 majors.i386 Removed files: sys/i386/include qcam.h sys/i386/isa qcam.c qcamdefs.h qcamio.c qcamreg.h Log: Remove the 'qcam' driver. Development has ceased, and the driver is nonfunctional. Submitted by: pst (conversation some time ago) Revision Changes Path 1.409 +1 -2 src/sys/i386/conf/LINT 1.191 +1 -3 src/sys/i386/conf/files.i386 1.30 +2 -2 src/sys/i386/conf/majors.i386 From owner-cvs-sys Wed Feb 18 05:58:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10826 for cvs-sys-outgoing; Wed, 18 Feb 1998 05:58:25 -0800 (PST) (envelope-from owner-cvs-sys) Received: from sos.freebsd.dk (sos.freebsd.dk [195.8.129.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA10802; Wed, 18 Feb 1998 05:58:17 -0800 (PST) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id OAA02628; Wed, 18 Feb 1998 14:58:10 +0100 (MET) (envelope-from sos) Message-Id: <199802181358.OAA02628@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamdefs.h In-Reply-To: <199802181344.FAA13777@freefall.freebsd.org> from Michael Smith at "Feb 18, 98 05:44:00 am" To: msmith@FreeBSD.ORG (Michael Smith) Date: Wed, 18 Feb 1998 14:58:09 +0100 (MET) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to Michael Smith who wrote: > msmith 1998/02/18 05:44:00 PST > > Modified files: > sys/i386/conf LINT files.i386 majors.i386 > Removed files: > sys/i386/include qcam.h > sys/i386/isa qcam.c qcamdefs.h qcamio.c qcamreg.h > Log: > Remove the 'qcam' driver. Development has ceased, and the driver is > nonfunctional. WHAT!!!!! YOU MUST BE KIDDING!!!!! I use it with my BW quickcam, I want it back!!! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-sys Wed Feb 18 06:09:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA12589 for cvs-sys-outgoing; Wed, 18 Feb 1998 06:09:39 -0800 (PST) (envelope-from owner-cvs-sys) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA12460; Wed, 18 Feb 1998 06:08:52 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id GAA02973; Wed, 18 Feb 1998 06:08:23 -0800 (PST) Message-Id: <199802181408.GAA02973@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: sos@FreeBSD.ORG cc: msmith@FreeBSD.ORG (Michael Smith), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamdefs.h In-reply-to: Your message of "Wed, 18 Feb 1998 14:58:09 +0100." <199802181358.OAA02628@sos.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Wed, 18 Feb 1998 06:08:20 -0800 From: Mike Smith Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id GAB12470 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > In reply to Michael Smith who wrote: > > msmith 1998/02/18 05:44:00 PST > > > > Modified files: > > sys/i386/conf LINT files.i386 majors.i386 > > Removed files: > > sys/i386/include qcam.h > > sys/i386/isa qcam.c qcamdefs.h qcamio.c qcamreg.h > > Log: > > Remove the 'qcam' driver. Development has ceased, and the driver is > > nonfunctional. > > WHAT!!!!! YOU MUST BE KIDDING!!!!! > > I use it with my BW quickcam, I want it back!!! Uh, I discussed this with Paul last year when the ppbus stuff was coming in. At that time, he said that it was dead and that the user-mode code was the only code being maintained. Since then, Jordan tells me that the driver actually toasts the system if you try to use it. How about a port for the user-mode tools instead? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-sys Wed Feb 18 06:15:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13714 for cvs-sys-outgoing; Wed, 18 Feb 1998 06:15:37 -0800 (PST) (envelope-from owner-cvs-sys) Received: from sos.freebsd.dk (sos.freebsd.dk [195.8.129.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13594; Wed, 18 Feb 1998 06:15:16 -0800 (PST) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id PAA02684; Wed, 18 Feb 1998 15:14:36 +0100 (MET) (envelope-from sos) Message-Id: <199802181414.PAA02684@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamdefs.h In-Reply-To: <199802181408.GAA02973@dingo.cdrom.com> from Mike Smith at "Feb 18, 98 06:08:20 am" To: mike@smith.net.au (Mike Smith) Date: Wed, 18 Feb 1998 15:14:36 +0100 (MET) Cc: sos@FreeBSD.ORG, msmith@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to Mike Smith who wrote: > > > > WHAT!!!!! YOU MUST BE KIDDING!!!!! > > > > I use it with my BW quickcam, I want it back!!! > > Uh, I discussed this with Paul last year when the ppbus stuff was > coming in. At that time, he said that it was dead and that the > user-mode code was the only code being maintained. > > Since then, Jordan tells me that the driver actually toasts the system > if you try to use it. Now way it does not, I run it on my dual P6 machine, and it works (for me). > How about a port for the user-mode tools instead? Sure go ahead make my day, if you come up with a module to the ppbus system, that'll be nice, but until then I'd like to have my Quickcam functional, thanks! (read it should be put back in if you dont have a replacement ready to go in).... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-sys Wed Feb 18 07:26:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA26757 for cvs-sys-outgoing; Wed, 18 Feb 1998 07:26:53 -0800 (PST) (envelope-from owner-cvs-sys) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA26617; Wed, 18 Feb 1998 07:25:22 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id OAA02792; Wed, 18 Feb 1998 14:38:00 +0100 From: Luigi Rizzo Message-Id: <199802181338.OAA02792@labinfo.iet.unipi.it> Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamde To: sos@FreeBSD.ORG Date: Wed, 18 Feb 1998 14:38:00 +0100 (MET) Cc: msmith@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG In-Reply-To: <199802181358.OAA02628@sos.freebsd.dk> from "Søren Schmidt" at Feb 18, 98 02:57:50 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Log: > > Remove the 'qcam' driver. Development has ceased, and the driver is > > nonfunctional. > > WHAT!!!!! YOU MUST BE KIDDING!!!!! > > I use it with my BW quickcam, I want it back!!! obviously there is no reason to remove a driver, even if only partly functional, unless there is a better alternative. This said, honestly, i tried the qcam driver and while it might be ok for taking single snapshots, it is far from being useful for things like vic. The problem with the quickcam and the kernel driver is that acquisition takes a loooong time during which no other processes (except for interrupt drivers) can get the CPU. This means that responsiveness of the system becomes awful, even the cursor has a long lag wrt/ mouse movements. The user-space driver works much better since the process can be preempted as needed, so you don't feel the same degradation of performance of the whole machine. I have no idea if it is possible to pre-empt a process while in the kernel, possibly, even by periodically calling some function like kick_me_off_if_there_is_something_more_important(); That would at least make the kernel quickcam driver usable. cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ From owner-cvs-sys Wed Feb 18 07:53:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00902 for cvs-sys-outgoing; Wed, 18 Feb 1998 07:53:27 -0800 (PST) (envelope-from owner-cvs-sys) Received: from d198-232.uoregon.edu (d198-232.uoregon.edu [128.223.198.232]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA00772; Wed, 18 Feb 1998 07:52:47 -0800 (PST) (envelope-from mini@d198-232.uoregon.edu) Received: (from mini@localhost) by d198-232.uoregon.edu (8.8.5/8.8.5) id HAA23405; Wed, 18 Feb 1998 07:36:50 -0800 (PST) Message-ID: <19980218073649.18973@micron.mini.net> Date: Wed, 18 Feb 1998 07:36:49 -0800 From: Jonathan Mini To: Luigi Rizzo Cc: sos@FreeBSD.ORG, msmith@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamde Reply-To: Jonathan Mini References: <199802181358.OAA02628@sos.freebsd.dk> <199802181338.OAA02792@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199802181338.OAA02792@labinfo.iet.unipi.it>; from Luigi Rizzo on Wed, Feb 18, 1998 at 02:38:00PM +0100 X-files: The Truth is Out There Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Luigi Rizzo stands accused of saying: > I have no idea if it is possible to pre-empt a process while in > the kernel, possibly, even by periodically calling some function > like > > kick_me_off_if_there_is_something_more_important(); Sounds like a kernel thread to me. -- Jonathan Mini (j_mini@efn.org) "A child of five could understand this! Quick -- Fetch me a child of five." From owner-cvs-sys Wed Feb 18 09:30:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20248 for cvs-sys-outgoing; Wed, 18 Feb 1998 09:30:36 -0800 (PST) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20064; Wed, 18 Feb 1998 09:29:45 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id JAA26858; Wed, 18 Feb 1998 09:29:19 -0800 (PST) To: Mike Smith cc: sos@FreeBSD.ORG, msmith@FreeBSD.ORG (Michael Smith), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamdefs.h In-reply-to: Your message of "Wed, 18 Feb 1998 06:08:20 PST." <199802181408.GAA02973@dingo.cdrom.com> Date: Wed, 18 Feb 1998 09:29:19 -0800 Message-ID: <26855.887822959@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Since then, Jordan tells me that the driver actually toasts the system > if you try to use it. Well, to be more specific, if you try and plug a Quickcam VC in there instead. Unfortunately, the Quickcam VC is all that's being sold over here and it's pretty nasty to have it crash your system. If we can't make it work, we should definitely shoot it. Jordan From owner-cvs-sys Wed Feb 18 09:32:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20783 for cvs-sys-outgoing; Wed, 18 Feb 1998 09:32:50 -0800 (PST) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20660; Wed, 18 Feb 1998 09:32:17 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id JAA26828; Wed, 18 Feb 1998 09:27:17 -0800 (PST) To: sos@FreeBSD.ORG cc: msmith@FreeBSD.ORG (Michael Smith), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamdefs.h In-reply-to: Your message of "Wed, 18 Feb 1998 14:58:09 +0100." <199802181358.OAA02628@sos.freebsd.dk> Date: Wed, 18 Feb 1998 09:27:16 -0800 Message-ID: <26824.887822836@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > WHAT!!!!! YOU MUST BE KIDDING!!!!! > > I use it with my BW quickcam, I want it back!!! Well, I think he's right about the "development has ceased" part - you ever try hooking up a color quickcam with that driver? From what I hear, it crashes your system. :-) What's wrong with the userland stuff? It seems to be *far* more actively maintained. Jordan From owner-cvs-sys Wed Feb 18 12:06:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29234 for cvs-sys-outgoing; Wed, 18 Feb 1998 12:06:07 -0800 (PST) (envelope-from owner-cvs-sys) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28650; Wed, 18 Feb 1998 12:03:53 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA07245; Wed, 18 Feb 1998 13:03:35 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA05195; Wed, 18 Feb 1998 13:03:33 -0700 Date: Wed, 18 Feb 1998 13:03:33 -0700 Message-Id: <199802182003.NAA05195@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: sos@freebsd.org Cc: mike@smith.net.au (Mike Smith), msmith@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-sys@freebsd.org Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamdefs.h In-Reply-To: <199802181414.PAA02684@sos.freebsd.dk> References: <199802181408.GAA02973@dingo.cdrom.com> <199802181414.PAA02684@sos.freebsd.dk> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [ QCAM removed ] > > > I use it with my BW quickcam, I want it back!!! > > > > Uh, I discussed this with Paul last year when the ppbus stuff was > > coming in. At that time, he said that it was dead and that the > > user-mode code was the only code being maintained. > > > > Since then, Jordan tells me that the driver actually toasts the system > > if you try to use it. > > Now way it does not, I run it on my dual P6 machine, and it works (for me). Wow, it blows chunks on my box, and I'm forced to use the user-mode stuff. I haven't tried it recently, but the bits haven't changed at all and it blew up my system in the 2.2 days. Nate From owner-cvs-sys Wed Feb 18 12:19:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02953 for cvs-sys-outgoing; Wed, 18 Feb 1998 12:19:05 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA02265; Wed, 18 Feb 1998 12:16:36 -0800 (PST) (envelope-from dima@FreeBSD.org) From: Dima Ruban Received: (from dima@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10088; Wed, 18 Feb 1998 12:15:53 -0800 (PST) Date: Wed, 18 Feb 1998 12:15:53 -0800 (PST) Message-Id: <199802182015.MAA10088@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/kern kern_lkm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dima 1998/02/18 12:15:53 PST Modified files: (Branch: RELENG_2_2) sys/conf options sys/i386/conf LINT sys/kern kern_lkm.c Log: MFC: NO_LKM option Revision Changes Path 1.18.2.9 +2 -1 src/sys/conf/options 1.286.2.44 +5 -1 src/sys/i386/conf/LINT 1.32.2.2 +5 -3 src/sys/kern/kern_lkm.c From owner-cvs-sys Wed Feb 18 14:20:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27830 for cvs-sys-outgoing; Wed, 18 Feb 1998 14:20:42 -0800 (PST) (envelope-from owner-cvs-sys) Received: from sos.freebsd.dk (sos.freebsd.dk [195.8.129.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27469; Wed, 18 Feb 1998 14:19:26 -0800 (PST) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id WAA00993; Wed, 18 Feb 1998 22:51:09 +0100 (MET) (envelope-from sos) Message-Id: <199802182151.WAA00993@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamdefs.h In-Reply-To: <26824.887822836@time.cdrom.com> from "Jordan K. Hubbard" at "Feb 18, 98 09:27:16 am" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Wed, 18 Feb 1998 22:51:04 +0100 (MET) Cc: sos@FreeBSD.ORG, msmith@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to Jordan K. Hubbard who wrote: > > WHAT!!!!! YOU MUST BE KIDDING!!!!! > > > > I use it with my BW quickcam, I want it back!!! > > Well, I think he's right about the "development has ceased" part - you > ever try hooking up a color quickcam with that driver? From what I > hear, it crashes your system. :-) Possibly, but iot works with the BW cam. > What's wrong with the userland stuff? It seems to be *far* more > actively maintained. WHAT usrland stuff ?? the only thing we have in ports is the cqcam bloatware, I've no need to bring in tcl and shit just to take a couple of pictures (if it even works with the BW cam)... I still think that removal is wrong, and it *could* have been warned about beforehand. I can now spend a couple of hours to bring back my app to working state after an update of the system where the driver disappeared :( :( Oh, well, time is plenty at hand, NOT!... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-sys Wed Feb 18 15:34:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10738 for cvs-sys-outgoing; Wed, 18 Feb 1998 15:34:25 -0800 (PST) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10444; Wed, 18 Feb 1998 15:32:56 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id PAA29188; Wed, 18 Feb 1998 15:14:29 -0800 (PST) To: sos@FreeBSD.ORG cc: msmith@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamdefs.h In-reply-to: Your message of "Wed, 18 Feb 1998 22:51:04 +0100." <199802182151.WAA00993@sos.freebsd.dk> Date: Wed, 18 Feb 1998 15:14:28 -0800 Message-ID: <29184.887843668@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Well, I think he's right about the "development has ceased" part - you > > ever try hooking up a color quickcam with that driver? From what I > > hear, it crashes your system. :-) > > Possibly, but iot works with the BW cam. I know, but we're not doing this system just for ourselves, we're also doing it for these "user" folks (you remember them? :-) and those users can only buy the color one, one which will crash the system quite nicely when you attempt to use it. Instead of defending the resurrection of the driver, why not defend the resurrection and *fixing* of the driver? That would be a much more popular suggestion. :-) Jordan From owner-cvs-sys Wed Feb 18 16:39:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23408 for cvs-sys-outgoing; Wed, 18 Feb 1998 16:39:14 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23315; Wed, 18 Feb 1998 16:38:14 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA12232; Wed, 18 Feb 1998 16:37:37 -0800 (PST) Date: Wed, 18 Feb 1998 16:37:37 -0800 (PST) Message-Id: <199802190037.QAA12232@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux.h linux_dummy.c linux_ioctl.c linux_misc.c linux_proto.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/18 16:37:37 PST Modified files: (Branch: RELENG_2_2) sys/i386/linux linux.h linux_dummy.c linux_ioctl.c linux_misc.c linux_proto.h Log: MFC: merge just enough of our linux emulator changes to successfully run the Linux RealAudio 5.0 client. I wish my kernel hacking skills were up to merging *all* the nifty new features, like linux_iopl(), but this merge already taught me more than enough about the code to know that I don't really understand it well enough to do that. ;-) Revision Changes Path 1.10.2.6 +15 -1 src/sys/i386/linux/linux.h 1.3.4.1 +1 -8 src/sys/i386/linux/linux_dummy.c 1.11.2.5 +17 -1 src/sys/i386/linux/linux_ioctl.c 1.20.2.2 +13 -1 src/sys/i386/linux/linux_misc.c 1.2.4.1 +1 -1 src/sys/i386/linux/linux_proto.h From owner-cvs-sys Wed Feb 18 18:57:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19742 for cvs-sys-outgoing; Wed, 18 Feb 1998 18:57:38 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19032; Wed, 18 Feb 1998 18:54:21 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA12512; Wed, 18 Feb 1998 17:33:31 -0800 (PST) Date: Wed, 18 Feb 1998 17:33:31 -0800 (PST) Message-Id: <199802190133.RAA12512@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/18 17:33:31 PST Modified files: sys/i386/conf majors.i386 Log: 91 vinum RAID fs Requested by: grog Revision Changes Path 1.31 +2 -1 src/sys/i386/conf/majors.i386 From owner-cvs-sys Thu Feb 19 00:23:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28596 for cvs-sys-outgoing; Thu, 19 Feb 1998 00:23:48 -0800 (PST) (envelope-from owner-cvs-sys) Received: from sos.freebsd.dk (sos.freebsd.dk [195.8.129.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28488; Thu, 19 Feb 1998 00:23:26 -0800 (PST) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id JAA02016; Thu, 19 Feb 1998 09:23:11 +0100 (MET) (envelope-from sos) Message-Id: <199802190823.JAA02016@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 majors.i386 src/sys/i386/include qcam.h src/sys/i386/isa qcam.c qcamdefs.h In-Reply-To: <29184.887843668@time.cdrom.com> from "Jordan K. Hubbard" at "Feb 18, 98 03:14:28 pm" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Thu, 19 Feb 1998 09:23:10 +0100 (MET) Cc: sos@FreeBSD.ORG, msmith@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to Jordan K. Hubbard who wrote: > > > Well, I think he's right about the "development has ceased" part - you > > > ever try hooking up a color quickcam with that driver? From what I > > > hear, it crashes your system. :-) > > > > Possibly, but iot works with the BW cam. > > I know, but we're not doing this system just for ourselves, we're also > doing it for these "user" folks (you remember them? :-) and those > users can only buy the color one, one which will crash the system > quite nicely when you attempt to use it. Might be so in the US, but over here you can buy both types still, so applying US logic to the world doesn't work here (too). I still think its a mistake to remove a driver that works, and NOT providing an alternative. If we should apply this rule all over to protect "users" there wouldn't be much of a system left. > Instead of defending the > resurrection of the driver, why not defend the resurrection and > *fixing* of the driver? That would be a much more popular > suggestion. :-) Fine, I have no problem in seing a new driver being done, but I'd like the old one to stay until then. I dont see however why we should be generating this kind of work for ourselves, there is PLENTY to deal with allready. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-sys Thu Feb 19 00:43:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03254 for cvs-sys-outgoing; Thu, 19 Feb 1998 00:43:55 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03181; Thu, 19 Feb 1998 00:43:39 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15128; Thu, 19 Feb 1998 00:43:00 -0800 (PST) Date: Thu, 19 Feb 1998 00:43:00 -0800 (PST) Message-Id: <199802190843.AAA15128@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/19 00:43:00 PST Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.191. Revision Changes Path 1.54 +1 -3 src/sys/pc98/conf/files.pc98 From owner-cvs-sys Thu Feb 19 00:44:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03341 for cvs-sys-outgoing; Thu, 19 Feb 1998 00:44:32 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03293; Thu, 19 Feb 1998 00:44:05 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15159; Thu, 19 Feb 1998 00:43:26 -0800 (PST) Date: Thu, 19 Feb 1998 00:43:26 -0800 (PST) Message-Id: <199802190843.AAA15159@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/19 00:43:26 PST Modified files: sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.1.31. Revision Changes Path 1.24 +3 -2 src/sys/pc98/conf/majors.pc98 From owner-cvs-sys Thu Feb 19 04:16:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05473 for cvs-sys-outgoing; Thu, 19 Feb 1998 04:16:04 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05407; Thu, 19 Feb 1998 04:15:48 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA17858; Thu, 19 Feb 1998 04:15:08 -0800 (PST) Date: Thu, 19 Feb 1998 04:15:08 -0800 (PST) Message-Id: <199802191215.EAA17858@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf majors.i386 src/sys/vm vm_swap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/02/19 04:15:08 PST Modified files: sys/i386/conf majors.i386 sys/vm vm_swap.c Log: Move the 'sw' device off block major #1, which is now occupied by 'wfd'. Revision Changes Path 1.32 +2 -1 src/sys/i386/conf/majors.i386 1.52 +2 -2 src/sys/vm/vm_swap.c From owner-cvs-sys Thu Feb 19 04:20:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06114 for cvs-sys-outgoing; Thu, 19 Feb 1998 04:20:46 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA06063; Thu, 19 Feb 1998 04:20:31 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA17928; Thu, 19 Feb 1998 04:19:51 -0800 (PST) Date: Thu, 19 Feb 1998 04:19:51 -0800 (PST) Message-Id: <199802191219.EAA17928@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf majors.i386 src/sys/vm vm_swap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/02/19 04:19:51 PST Modified files: (Branch: RELENG_2_2) sys/i386/conf majors.i386 sys/vm vm_swap.c Log: MFC: move 'sw' device away from being trampled by 'wfd'. Revision Changes Path 1.9.2.7 +4 -1 src/sys/i386/conf/majors.i386 1.40.2.1 +2 -2 src/sys/vm/vm_swap.c From owner-cvs-sys Thu Feb 19 11:39:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10344 for cvs-sys-outgoing; Thu, 19 Feb 1998 11:39:27 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10243; Thu, 19 Feb 1998 11:39:03 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA12679; Thu, 19 Feb 1998 11:38:21 -0800 (PST) Date: Thu, 19 Feb 1998 11:38:21 -0800 (PST) Message-Id: <199802191938.LAA12679@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_socket.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/02/19 11:38:21 PST Modified files: sys/kern uipc_socket.c Log: Revert sosend() to its behavior from 4.3-Tahoe and before: if so_error is set, clear it before returning it. The behavior introduced in 4.3-Reno (to not clear so_error) causes potentially transient errors (e.g. ECONNREFUSED if the other end hasn't opened its socket yet) to be permanent on connected datagram sockets that are only used for writing. (soreceive() clears so_error before returning it, as does getsockopt(...,SO_ERROR,...).) Submitted by: Van Jacobson , via a comment in the vat sources. Revision Changes Path 1.37 +7 -3 src/sys/kern/uipc_socket.c From owner-cvs-sys Thu Feb 19 12:21:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15559 for cvs-sys-outgoing; Thu, 19 Feb 1998 12:21:23 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15511; Thu, 19 Feb 1998 12:21:11 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12977; Thu, 19 Feb 1998 12:20:29 -0800 (PST) Date: Thu, 19 Feb 1998 12:20:29 -0800 (PST) Message-Id: <199802192020.MAA12977@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_socket.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/02/19 12:20:29 PST Modified files: (Branch: RELENG_2_2) sys/kern uipc_socket.c Log: Merge rev 1.37: clear so_error after reporting it in sosend(). Revision Changes Path 1.20.2.4 +7 -3 src/sys/kern/uipc_socket.c From owner-cvs-sys Thu Feb 19 18:46:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22275 for cvs-sys-outgoing; Thu, 19 Feb 1998 18:46:51 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22013; Thu, 19 Feb 1998 18:45:35 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA14457; Thu, 19 Feb 1998 18:44:50 -0800 (PST) Date: Thu, 19 Feb 1998 18:44:50 -0800 (PST) Message-Id: <199802200244.SAA14457@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf options.i386 src/sys/i386/isa lpt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/02/19 18:44:50 PST Modified files: sys/i386/conf options.i386 Log: Add an LPT_DEBUG option. PR: 5773 Submitted by: Dag-Erling Coidan Smorgrav Revision Changes Path 1.73 +3 -1 src/sys/i386/conf/options.i386 Modified files: sys/i386/isa lpt.c Log: Cleanup the lpt for probe code. PR: 5773 Submitted by: Dag-Erling Coidan Smorgrav Revision Changes Path 1.66 +16 -24 src/sys/i386/isa/lpt.c From owner-cvs-sys Thu Feb 19 19:20:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27447 for cvs-sys-outgoing; Thu, 19 Feb 1998 19:20:58 -0800 (PST) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27418; Thu, 19 Feb 1998 19:20:36 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id OAA28122; Fri, 20 Feb 1998 14:15:47 +1100 Date: Fri, 20 Feb 1998 14:15:47 +1100 From: Bruce Evans Message-Id: <199802200315.OAA28122@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, steve@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf options.i386 src/sys/i386/isa lpt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sys/i386/conf options.i386 > Log: > Add an LPT_DEBUG option. > > PR: 5773 > Submitted by: Dag-Erling Coidan Smorgrav > > Revision Changes Path > 1.73 +3 -1 src/sys/i386/conf/options.i386 This is probably a regression. From sys/conf/options: # Misc debug flags. Most of these should probably be replaced with # 'DEBUG', and then let people recompile just the interesting modules # with 'make CC="cc -DDEBUG'. The new option is not documented and not in LINT. Bruce From owner-cvs-sys Thu Feb 19 19:57:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03494 for cvs-sys-outgoing; Thu, 19 Feb 1998 19:57:34 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03384; Thu, 19 Feb 1998 19:56:07 -0800 (PST) (envelope-from ahasty@FreeBSD.org) From: Amancio Hasty Received: (from ahasty@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA14757; Thu, 19 Feb 1998 19:55:19 -0800 (PST) Date: Thu, 19 Feb 1998 19:55:19 -0800 (PST) Message-Id: <199802200355.TAA14757@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf majors.i386 src/sys/pci brooktree848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ahasty 1998/02/19 19:55:18 PST Modified files: sys/i386/conf majors.i386 sys/pci brooktree848.c Log: Move Luigi's I2CWR ioctl from the video_ioctl section to the tuner_ioctl section. Changed Major device from 79 to 92 and reserved our Major device number -- hasty@star-gate.com Revision Changes Path 1.33 +2 -1 src/sys/i386/conf/majors.i386 1.29 +26 -22 src/sys/pci/brooktree848.c From owner-cvs-sys Thu Feb 19 20:23:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07474 for cvs-sys-outgoing; Thu, 19 Feb 1998 20:23:20 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06892; Thu, 19 Feb 1998 20:20:35 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA15131; Thu, 19 Feb 1998 20:19:40 -0800 (PST) Date: Thu, 19 Feb 1998 20:19:40 -0800 (PST) Message-Id: <199802200419.UAA15131@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf options.i386 src/sys/i386/isa lpt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/02/19 20:19:40 PST Modified files: sys/i386/conf options.i386 sys/i386/isa lpt.c Log: Don't propogate *_DEBUG options. Use DEBUG and recompile only those parts of the kernel that you are interested in. Prodded by: Bruce Evans Revision Changes Path 1.74 +1 -3 src/sys/i386/conf/options.i386 1.67 +2 -3 src/sys/i386/isa/lpt.c From owner-cvs-sys Thu Feb 19 23:38:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02583 for cvs-sys-outgoing; Thu, 19 Feb 1998 23:38:11 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA02524; Thu, 19 Feb 1998 23:37:55 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA17609; Thu, 19 Feb 1998 23:37:09 -0800 (PST) Date: Thu, 19 Feb 1998 23:37:09 -0800 (PST) Message-Id: <199802200737.XAA17609@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys Makefile Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/02/19 23:37:09 PST Modified files: sys Makefile Log: Test for the existance of ${MACHINE}/boot before trying to build it. The PC98 stuff in this makefile should be removed and that system should build with MACHINE=pc98 and MACHINE_ARCH=i386. Revision Changes Path 1.9 +2 -2 src/sys/Makefile From owner-cvs-sys Fri Feb 20 02:21:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24828 for cvs-sys-outgoing; Fri, 20 Feb 1998 02:21:04 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24717; Fri, 20 Feb 1998 02:20:24 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA19073; Fri, 20 Feb 1998 02:19:36 -0800 (PST) Date: Fri, 20 Feb 1998 02:19:36 -0800 (PST) Message-Id: <199802201019.CAA19073@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include ioctl_bt848.h src/sys/pci brooktree848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/02/20 02:19:35 PST Modified files: (Branch: RELENG_2_2) sys/i386/include ioctl_bt848.h sys/pci brooktree848.c Log: MFC: Added IOCTL's and repair to damage. Revision Changes Path 1.8.2.4 +7 -1 src/sys/i386/include/ioctl_bt848.h 1.14.2.6 +493 -146 src/sys/pci/brooktree848.c From owner-cvs-sys Fri Feb 20 04:27:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09189 for cvs-sys-outgoing; Fri, 20 Feb 1998 04:27:00 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA08638; Fri, 20 Feb 1998 04:25:09 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20214; Fri, 20 Feb 1998 04:24:21 -0800 (PST) Date: Fri, 20 Feb 1998 04:24:21 -0800 (PST) Message-Id: <199802201224.EAA20214@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/20 04:24:20 PST Modified files: sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision 1.33. Revision Changes Path 1.25 +3 -1 src/sys/pc98/conf/majors.pc98 From owner-cvs-sys Fri Feb 20 04:28:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09425 for cvs-sys-outgoing; Fri, 20 Feb 1998 04:28:10 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA08902; Fri, 20 Feb 1998 04:26:13 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20248; Fri, 20 Feb 1998 04:25:25 -0800 (PST) Date: Fri, 20 Feb 1998 04:25:25 -0800 (PST) Message-Id: <199802201225.EAA20248@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 lpt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/20 04:25:25 PST Modified files: sys/pc98/pc98 lpt.c Log: Sync with sys/i386/isa/lpt.c revision 1.167. Revision Changes Path 1.18 +14 -23 src/sys/pc98/pc98/lpt.c From owner-cvs-sys Fri Feb 20 04:30:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09948 for cvs-sys-outgoing; Fri, 20 Feb 1998 04:30:26 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09449; Fri, 20 Feb 1998 04:28:21 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20291; Fri, 20 Feb 1998 04:27:32 -0800 (PST) Date: Fri, 20 Feb 1998 04:27:32 -0800 (PST) Message-Id: <199802201227.EAA20291@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/20 04:27:31 PST Modified files: sys/i386/conf LINT Log: Fixed some stale comments about console drivers. Uncommented css0. It compiles OK. Moved trix0 so that it compiles OK when uncommented. Uncommented it. Drivers with the same interrupt handler must be together in config files so that config(8)'s simple avoidance of redundant declarations of interrupt handlers works (config emits a declaration unless it would duplicate the previous one). Commented out NO_LKM. Negative options should not be configured in LINT. There should be no negative options for subsystems. LKMs should never have been standard or the default. Revision Changes Path 1.410 +6 -9 src/sys/i386/conf/LINT From owner-cvs-sys Fri Feb 20 05:14:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16065 for cvs-sys-outgoing; Fri, 20 Feb 1998 05:14:47 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15854; Fri, 20 Feb 1998 05:12:43 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20615; Fri, 20 Feb 1998 05:11:55 -0800 (PST) Date: Fri, 20 Feb 1998 05:11:55 -0800 (PST) Message-Id: <199802201311.FAA20615@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/dpt dpt_control.c dpt_scsi.c src/sys/dev/pdq pdq_ifsubr.c src/sys/dev/vx if_vx.c src/sys/i386/eisa if_fea.c if_vx_eisa.c src/sys/i386/i386 busdma_machdep.c src/sys/i386/isa if_wl.c src/sys/kern ... Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/20 05:11:55 PST Modified files: sys/dev/dpt dpt_control.c dpt_scsi.c sys/dev/pdq pdq_ifsubr.c sys/dev/vx if_vx.c sys/i386/eisa if_fea.c if_vx_eisa.c sys/i386/i386 busdma_machdep.c sys/i386/isa if_wl.c sys/kern imgact_aout.c uipc_proto.c sys/msdosfs msdosfs_fat.c sys/net if_ethersubr.c if_fddisubr.c sys/pci dpt_pci.c if_de.c if_fpa.c if_fxp.c if_vx_pci.c sys/vm vm_map.c Log: Removed unused #includes. Revision Changes Path 1.3 +1 -12 src/sys/dev/dpt/dpt_control.c 1.3 +1 -11 src/sys/dev/dpt/dpt_scsi.c 1.7 +1 -3 src/sys/dev/pdq/pdq_ifsubr.c 1.14 +0 -6 src/sys/dev/vx/if_vx.c 1.9 +1 -8 src/sys/i386/eisa/if_fea.c 1.8 +0 -12 src/sys/i386/eisa/if_vx_eisa.c 1.4 +1 -2 src/sys/i386/i386/busdma_machdep.c 1.11 +1 -3 src/sys/i386/isa/if_wl.c 1.40 +1 -3 src/sys/kern/imgact_aout.c 1.14 +1 -2 src/sys/kern/uipc_proto.c 1.18 +1 -2 src/sys/msdosfs/msdosfs_fat.c 1.45 +1 -4 src/sys/net/if_ethersubr.c 1.26 +1 -3 src/sys/net/if_fddisubr.c 1.4 +1 -9 src/sys/pci/dpt_pci.c 1.80 +1 -3 src/sys/pci/if_de.c 1.7 +1 -8 src/sys/pci/if_fpa.c 1.49 +1 -7 src/sys/pci/if_fxp.c 1.8 +0 -13 src/sys/pci/if_vx_pci.c 1.115 +1 -2 src/sys/vm/vm_map.c From owner-cvs-sys Fri Feb 20 05:30:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA18960 for cvs-sys-outgoing; Fri, 20 Feb 1998 05:30:34 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA18274; Fri, 20 Feb 1998 05:28:25 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20660; Fri, 20 Feb 1998 05:27:37 -0800 (PST) Date: Fri, 20 Feb 1998 05:27:37 -0800 (PST) Message-Id: <199802201327.FAA20660@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/20 05:27:36 PST Modified files: sys/dev/vn vn.c Log: Removed unused debugging variables and macros. Don't depend on "implicit int" or bloat the data section in the declaration of vn_devsw_installed. Revision Changes Path 1.55 +3 -11 src/sys/dev/vn/vn.c From owner-cvs-sys Fri Feb 20 05:40:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20496 for cvs-sys-outgoing; Fri, 20 Feb 1998 05:40:29 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20230; Fri, 20 Feb 1998 05:38:29 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20803; Fri, 20 Feb 1998 05:37:40 -0800 (PST) Date: Fri, 20 Feb 1998 05:37:40 -0800 (PST) Message-Id: <199802201337.FAA20803@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 swapgeneric.c src/sys/i386/scsi bt.c src/sys/kern kern_ktrace.c uipc_mbuf.c src/sys/netinet ip_output.c tcp_output.c src/sys/scsi scsi_base.c src/sys/ufs/ufs ufs_disksubr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/20 05:37:40 PST Modified files: sys/i386/i386 swapgeneric.c sys/i386/scsi bt.c sys/kern kern_ktrace.c uipc_mbuf.c sys/netinet ip_output.c tcp_output.c sys/scsi scsi_base.c sys/ufs/ufs ufs_disksubr.c Log: Don't depend on "implicit int". Revision Changes Path 1.23 +2 -2 src/sys/i386/i386/swapgeneric.c 1.16 +2 -2 src/sys/i386/scsi/bt.c 1.23 +2 -2 src/sys/kern/kern_ktrace.c 1.34 +2 -2 src/sys/kern/uipc_mbuf.c 1.65 +2 -2 src/sys/netinet/ip_output.c 1.28 +2 -2 src/sys/netinet/tcp_output.c 1.54 +2 -2 src/sys/scsi/scsi_base.c 1.34 +2 -2 src/sys/ufs/ufs/ufs_disksubr.c From owner-cvs-sys Fri Feb 20 05:49:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21521 for cvs-sys-outgoing; Fri, 20 Feb 1998 05:49:53 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA21364; Fri, 20 Feb 1998 05:47:54 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20898; Fri, 20 Feb 1998 05:46:58 -0800 (PST) Date: Fri, 20 Feb 1998 05:46:58 -0800 (PST) Message-Id: <199802201346.FAA20898@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa spkr.c src/sys/kern subr_log.c tty_snoop.c tty_tty.c src/sys/net bpf.c if_tun.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/20 05:46:58 PST Modified files: sys/i386/isa spkr.c sys/kern subr_log.c tty_snoop.c tty_tty.c sys/net bpf.c if_tun.c Log: Don't depend on "implicit int" or bloat the data section in the declaration of xxx_devsw_installed. Revision Changes Path 1.33 +2 -2 src/sys/i386/isa/spkr.c 1.27 +2 -2 src/sys/kern/subr_log.c 1.28 +1 -1 src/sys/kern/tty_snoop.c 1.23 +2 -2 src/sys/kern/tty_tty.c 1.38 +2 -2 src/sys/net/bpf.c 1.44 +1 -1 src/sys/net/if_tun.c From owner-cvs-sys Fri Feb 20 05:54:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21974 for cvs-sys-outgoing; Fri, 20 Feb 1998 05:54:58 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA21723; Fri, 20 Feb 1998 05:53:05 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20953; Fri, 20 Feb 1998 05:52:16 -0800 (PST) Date: Fri, 20 Feb 1998 05:52:16 -0800 (PST) Message-Id: <199802201352.FAA20953@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_proc.c src/sys/sys proc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/20 05:52:16 PST Modified files: sys/kern kern_proc.c sys/sys proc.h Log: Staticized. Don't depend on "implicit int". Revision Changes Path 1.36 +3 -3 src/sys/kern/kern_proc.c 1.54 +1 -2 src/sys/sys/proc.h From owner-cvs-sys Fri Feb 20 06:54:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29358 for cvs-sys-outgoing; Fri, 20 Feb 1998 06:54:19 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29076; Fri, 20 Feb 1998 06:51:24 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA21197; Fri, 20 Feb 1998 06:50:34 -0800 (PST) Date: Fri, 20 Feb 1998 06:50:34 -0800 (PST) Message-Id: <199802201450.GAA21197@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci brktree_reg.h brooktree848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/02/20 06:50:33 PST Modified files: (Branch: RELENG_2_2) sys/pci brktree_reg.h brooktree848.c Log: [More nasty sailor language] - I hate "cvs update -jHEAD". It does not work. Despam the last commit. Revision Changes Path 1.7.2.4 +6 -5 src/sys/pci/brktree_reg.h 1.14.2.7 +0 -18 src/sys/pci/brooktree848.c From owner-cvs-sys Fri Feb 20 08:42:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19740 for cvs-sys-outgoing; Fri, 20 Feb 1998 08:42:41 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18929; Fri, 20 Feb 1998 08:37:12 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA14212; Fri, 20 Feb 1998 08:36:19 -0800 (PST) Date: Fri, 20 Feb 1998 08:36:19 -0800 (PST) Message-Id: <199802201636.IAA14212@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf files.i386 src/sys/i386/i386 microtime.s src/sys/i386/include clock.h src/sys/i386/isa clock.c random_machdep.c src/sys/kern kern_clock.c kern_ntptime.c kern_time.c src/sys/sys time.h timex.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/02/20 08:36:18 PST Modified files: sys/i386/conf files.i386 sys/i386/include clock.h sys/i386/isa clock.c random_machdep.c sys/kern kern_clock.c kern_ntptime.c kern_time.c sys/sys time.h timex.h Removed files: sys/i386/i386 microtime.s Log: Replace TOD clock code with more systematic approach. Highlights: * Simple model for underlying hardware. * Hardware basis for timekeeping can be changed on the fly. * Only one hardware clock responsible for TOD keeping. * Provides a real nanotime() function. * Time granularity: .232E-18 seconds. * Frequency granularity: .238E-12 s/s * Frequency adjustment is continuous in time. * Less overhead for frequency adjustment. * Improves xntpd performance. Reviewed by: bde, bde, bde Revision Changes Path 1.192 +1 -2 src/sys/i386/conf/files.i386 1.32 +1 -65 src/sys/i386/include/clock.h 1.111 +115 -68 src/sys/i386/isa/clock.c 1.21 +3 -16 src/sys/i386/isa/random_machdep.c 1.57 +241 -94 src/sys/kern/kern_clock.c 1.15 +27 -24 src/sys/kern/kern_ntptime.c 1.41 +7 -6 src/sys/kern/kern_time.c 1.17 +73 -3 src/sys/sys/time.h 1.6 +1 -1 src/sys/sys/timex.h From owner-cvs-sys Fri Feb 20 10:11:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05564 for cvs-sys-outgoing; Fri, 20 Feb 1998 10:11:43 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05149; Fri, 20 Feb 1998 10:09:39 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA14789; Fri, 20 Feb 1998 10:08:49 -0800 (PST) Date: Fri, 20 Feb 1998 10:08:49 -0800 (PST) Message-Id: <199802201808.KAA14789@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tx.c smc83c170.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/20 10:08:48 PST Modified files: sys/pci if_tx.c smc83c170.h Log: Update to "stable-167" release; totally reimplements media detection. Submitted by: Ustimenko Semen Revision Changes Path 1.6 +418 -327 src/sys/pci/if_tx.c 1.4 +89 -41 src/sys/pci/smc83c170.h From owner-cvs-sys Fri Feb 20 10:13:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05869 for cvs-sys-outgoing; Fri, 20 Feb 1998 10:13:33 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05514; Fri, 20 Feb 1998 10:11:35 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA14899; Fri, 20 Feb 1998 10:10:45 -0800 (PST) Date: Fri, 20 Feb 1998 10:10:45 -0800 (PST) Message-Id: <199802201810.KAA14899@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tx.c smc83c170.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/20 10:10:45 PST Modified files: (Branch: RELENG_2_2) sys/pci if_tx.c smc83c170.h Log: MFC: update to stable-167. Note to FTL: please regression test. Revision Changes Path 1.1.2.3 +418 -327 src/sys/pci/if_tx.c 1.1.2.3 +89 -41 src/sys/pci/smc83c170.h From owner-cvs-sys Fri Feb 20 10:15:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06276 for cvs-sys-outgoing; Fri, 20 Feb 1998 10:15:16 -0800 (PST) (envelope-from owner-cvs-sys) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05726; Fri, 20 Feb 1998 10:12:40 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id TAA18616; Fri, 20 Feb 1998 19:01:18 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id SAA17319; Fri, 20 Feb 1998 18:58:17 +0100 (CET) (envelope-from andreas) Message-ID: <19980220185817.48332@klemm.gtn.com> Date: Fri, 20 Feb 1998 18:58:17 +0100 From: Andreas Klemm To: Poul-Henning Kamp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf files.i386 src/sys/i386/i386 microtime.s src/sys/i386/include clock.h src/sys/i386/isa clock.c random_machdep.c src/sys/kern kern_clock.c kern_ntptime.c kern_time.c src/sys/sys time.h timex.h References: <199802201636.IAA14212@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199802201636.IAA14212@freefall.freebsd.org>; from Poul-Henning Kamp on Fri, Feb 20, 1998 at 08:36:19AM -0800 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Feb 20, 1998 at 08:36:19AM -0800, Poul-Henning Kamp wrote: > phk 1998/02/20 08:36:18 PST > > Highlights: [...] cool. -- Andreas Klemm powered by ,,symmetric multiprocessor FreeBSD'' From owner-cvs-sys Fri Feb 20 13:08:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03804 for cvs-sys-outgoing; Fri, 20 Feb 1998 13:08:45 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03269; Fri, 20 Feb 1998 13:05:31 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA16119; Fri, 20 Feb 1998 13:04:40 -0800 (PST) Date: Fri, 20 Feb 1998 13:04:40 -0800 (PST) Message-Id: <199802202104.NAA16119@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/02/20 13:04:39 PST Modified files: (Branch: RELENG_2_2) sys/scsi scsiconf.c Log: MFC, use the correct field for the no-tags attribute, avoid spamming probe messages. Submitted by: bde Revision Changes Path 1.64.2.25 +2 -2 src/sys/scsi/scsiconf.c From owner-cvs-sys Fri Feb 20 15:59:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02475 for cvs-sys-outgoing; Fri, 20 Feb 1998 15:59:10 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01649; Fri, 20 Feb 1998 15:56:28 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16851; Fri, 20 Feb 1998 15:55:35 -0800 (PST) Date: Fri, 20 Feb 1998 15:55:35 -0800 (PST) Message-Id: <199802202355.PAA16851@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/20 15:55:34 PST Modified files: sys/i386/conf majors.i386 Log: Reserve cdev 93 for CODA filesystem. Submitted by: "Robert.V.Baron" Revision Changes Path 1.34 +2 -1 src/sys/i386/conf/majors.i386 From owner-cvs-sys Fri Feb 20 19:26:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13577 for cvs-sys-outgoing; Fri, 20 Feb 1998 19:26:45 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13455; Fri, 20 Feb 1998 19:24:37 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA17392; Fri, 20 Feb 1998 19:20:47 -0800 (PST) Date: Fri, 20 Feb 1998 19:20:47 -0800 (PST) Message-Id: <199802210320.TAA17392@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys time.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/02/20 19:20:46 PST Modified files: sys/sys time.h Log: Add #ifndef _POSIX_SOURCE around the timecounter definitions which rely on u_int being defined in sys/types.h, but isn't if _POSIX_SOURCE is defined. This fixes the gnu/lib/libstdc++ breakage. I've successfully completed a make world after this and a kernel (without many devices). Revision Changes Path 1.18 +3 -1 src/sys/sys/time.h From owner-cvs-sys Fri Feb 20 20:56:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25838 for cvs-sys-outgoing; Fri, 20 Feb 1998 20:56:41 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25294; Fri, 20 Feb 1998 20:54:37 -0800 (PST) (envelope-from gpalmer@FreeBSD.org) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA17591; Fri, 20 Feb 1998 20:32:59 -0800 (PST) Date: Fri, 20 Feb 1998 20:32:59 -0800 (PST) Message-Id: <199802210432.UAA17591@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vx if_vx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 1998/02/20 20:32:59 PST Modified files: sys/dev/vx if_vx.c Log: Provide a missing parameter to printf to stop the kernel from panicing. Revision Changes Path 1.15 +1 -1 src/sys/dev/vx/if_vx.c From owner-cvs-sys Fri Feb 20 20:58:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25989 for cvs-sys-outgoing; Fri, 20 Feb 1998 20:58:09 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25628; Fri, 20 Feb 1998 20:55:59 -0800 (PST) (envelope-from gpalmer@FreeBSD.org) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA17686; Fri, 20 Feb 1998 20:55:04 -0800 (PST) Date: Fri, 20 Feb 1998 20:55:04 -0800 (PST) Message-Id: <199802210455.UAA17686@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vx if_vx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 1998/02/20 20:55:04 PST Modified files: (Branch: RELENG_2_2) sys/dev/vx if_vx.c Log: MFC: fix kernel panic caused by bad printf Revision Changes Path 1.2.2.5 +1 -1 src/sys/dev/vx/if_vx.c From owner-cvs-sys Fri Feb 20 21:38:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01675 for cvs-sys-outgoing; Fri, 20 Feb 1998 21:38:02 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01256; Fri, 20 Feb 1998 21:36:01 -0800 (PST) (envelope-from gpalmer@FreeBSD.org) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA17975; Fri, 20 Feb 1998 21:35:03 -0800 (PST) Date: Fri, 20 Feb 1998 21:35:03 -0800 (PST) Message-Id: <199802210535.VAA17975@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vx if_vx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 1998/02/20 21:35:03 PST Modified files: sys/dev/vx if_vx.c Log: Add $Id$ Revision Changes Path 1.16 +2 -0 src/sys/dev/vx/if_vx.c From owner-cvs-sys Sat Feb 21 02:14:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03302 for cvs-sys-outgoing; Sat, 21 Feb 1998 02:14:39 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03189; Sat, 21 Feb 1998 02:12:40 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA18471; Sat, 21 Feb 1998 02:11:44 -0800 (PST) Date: Sat, 21 Feb 1998 02:11:44 -0800 (PST) Message-Id: <199802211011.CAA18471@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT options.i386 src/sys/i386/isa aha1542.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1998/02/21 02:11:44 PST Modified files: sys/i386/conf LINT options.i386 sys/i386/isa aha1542.c Log: Make TUNE_1542 a new-style option, and enable this option in LINT. It has been disabled since 1994 by mistake (or at least I hope so :-) Revision Changes Path 1.411 +2 -2 src/sys/i386/conf/LINT 1.75 +2 -1 src/sys/i386/conf/options.i386 1.75 +2 -1 src/sys/i386/isa/aha1542.c From owner-cvs-sys Sat Feb 21 07:52:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05390 for cvs-sys-outgoing; Sat, 21 Feb 1998 07:52:13 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05017; Sat, 21 Feb 1998 07:50:05 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA13864; Sat, 21 Feb 1998 07:49:07 -0800 (PST) Date: Sat, 21 Feb 1998 07:49:07 -0800 (PST) Message-Id: <199802211549.HAA13864@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/21 07:49:07 PST Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.192. Revision Changes Path 1.55 +1 -2 src/sys/pc98/conf/files.pc98 From owner-cvs-sys Sat Feb 21 07:52:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05504 for cvs-sys-outgoing; Sat, 21 Feb 1998 07:52:41 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05091; Sat, 21 Feb 1998 07:50:46 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA13922; Sat, 21 Feb 1998 07:49:48 -0800 (PST) Date: Sat, 21 Feb 1998 07:49:48 -0800 (PST) Message-Id: <199802211549.HAA13922@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/21 07:49:47 PST Modified files: sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision 1.34. Revision Changes Path 1.26 +2 -1 src/sys/pc98/conf/majors.pc98 From owner-cvs-sys Sat Feb 21 07:53:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05663 for cvs-sys-outgoing; Sat, 21 Feb 1998 07:53:26 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05271; Sat, 21 Feb 1998 07:51:26 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA13964; Sat, 21 Feb 1998 07:50:28 -0800 (PST) Date: Sat, 21 Feb 1998 07:50:28 -0800 (PST) Message-Id: <199802211550.HAA13964@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf options.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/21 07:50:28 PST Modified files: sys/pc98/conf options.pc98 Log: Sync with sys/i386/conf/options.i386 revision 1.21. Revision Changes Path 1.54 +2 -1 src/sys/pc98/conf/options.pc98 From owner-cvs-sys Sat Feb 21 07:55:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05997 for cvs-sys-outgoing; Sat, 21 Feb 1998 07:55:08 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05552; Sat, 21 Feb 1998 07:52:52 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA13998; Sat, 21 Feb 1998 07:51:53 -0800 (PST) Date: Sat, 21 Feb 1998 07:51:53 -0800 (PST) Message-Id: <199802211551.HAA13998@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 spkr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/21 07:51:53 PST Modified files: sys/pc98/pc98 spkr.c Log: Sync with sys/i386/isa/spkr.c revision 1.33. Revision Changes Path 1.12 +2 -2 src/sys/pc98/pc98/spkr.c From owner-cvs-sys Sat Feb 21 07:55:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06146 for cvs-sys-outgoing; Sat, 21 Feb 1998 07:55:49 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05722; Sat, 21 Feb 1998 07:53:39 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA14031; Sat, 21 Feb 1998 07:52:42 -0800 (PST) Date: Sat, 21 Feb 1998 07:52:42 -0800 (PST) Message-Id: <199802211552.HAA14031@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/21 07:52:41 PST Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.111. Revision Changes Path 1.43 +121 -71 src/sys/pc98/pc98/clock.c From owner-cvs-sys Sat Feb 21 07:57:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06642 for cvs-sys-outgoing; Sat, 21 Feb 1998 07:57:43 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06064; Sat, 21 Feb 1998 07:55:24 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA14063; Sat, 21 Feb 1998 07:54:25 -0800 (PST) Date: Sat, 21 Feb 1998 07:54:25 -0800 (PST) Message-Id: <199802211554.HAA14063@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/21 07:54:25 PST Modified files: sys/pc98/pc98 clock.c Log: Oops, previous commit was incomplete. Revision Changes Path 1.44 +2 -5 src/sys/pc98/pc98/clock.c From owner-cvs-sys Sat Feb 21 08:20:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09595 for cvs-sys-outgoing; Sat, 21 Feb 1998 08:20:44 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09330; Sat, 21 Feb 1998 08:18:56 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA14348; Sat, 21 Feb 1998 08:17:58 -0800 (PST) Date: Sat, 21 Feb 1998 08:17:58 -0800 (PST) Message-Id: <199802211617.IAA14348@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/bs bsif.c src/sys/pc98/conf options.pc98 src/sys/pc98/pc98 diskslice_machdep.c pc98_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/21 08:17:57 PST Modified files: sys/i386/isa/bs bsif.c sys/pc98/conf options.pc98 sys/pc98/pc98 diskslice_machdep.c pc98_machdep.c Log: Make pc98 options new-style. Revision Changes Path 1.5 +1 -0 src/sys/i386/isa/bs/bsif.c 1.55 +9 -1 src/sys/pc98/conf/options.pc98 1.12 +3 -1 src/sys/pc98/pc98/diskslice_machdep.c 1.14 +2 -0 src/sys/pc98/pc98/pc98_machdep.c From owner-cvs-sys Sat Feb 21 09:54:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20311 for cvs-sys-outgoing; Sat, 21 Feb 1998 09:54:37 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20092; Sat, 21 Feb 1998 09:52:42 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA14641; Sat, 21 Feb 1998 09:51:44 -0800 (PST) Date: Sat, 21 Feb 1998 09:51:44 -0800 (PST) Message-Id: <199802211751.JAA14641@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd dmabuf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/02/21 09:51:43 PST Modified files: sys/i386/isa/snd dmabuf.c Log: A minor bugfix for my audio driver and pcaudio. The problem is with signals delivered to a process writing to the audio device the system: if you try cat /dev/zero > /dev/dsp (or cat /dev/zero > /dev/pcaudio) and press Ctrl-C : for a second or two the system appears to freeze (e.g. the cursor will disappear if you move the mouse, xclock blocks, etc.). I think that interrupts etc. still run so the problem is not too terrible, but still annoying [ The problems appears to also be in isa/pcaudio.c, though that is ignored ] Submitted by: Luigi Rizzo Revision Changes Path 1.7 +2 -2 src/sys/i386/isa/snd/dmabuf.c From owner-cvs-sys Sat Feb 21 09:55:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20364 for cvs-sys-outgoing; Sat, 21 Feb 1998 09:55:55 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20250; Sat, 21 Feb 1998 09:54:06 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA14671; Sat, 21 Feb 1998 09:53:07 -0800 (PST) Date: Sat, 21 Feb 1998 09:53:07 -0800 (PST) Message-Id: <199802211753.JAA14671@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd sb_dsp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/02/21 09:53:07 PST Modified files: sys/i386/isa/snd sb_dsp.c Log: there is a minor bug in sb_dsp.c -- the driver reports ESS cards as able to do 16-bit, but it has no support for it. Submitted by: Luigi Rizzo Revision Changes Path 1.8 +0 -1 src/sys/i386/isa/snd/sb_dsp.c From owner-cvs-sys Sat Feb 21 09:57:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20555 for cvs-sys-outgoing; Sat, 21 Feb 1998 09:57:48 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20370; Sat, 21 Feb 1998 09:55:59 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA14726; Sat, 21 Feb 1998 09:55:00 -0800 (PST) Date: Sat, 21 Feb 1998 09:55:00 -0800 (PST) Message-Id: <199802211755.JAA14726@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd dmabuf.c sb_dsp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/02/21 09:55:00 PST Modified files: (Branch: RELENG_2_2) sys/i386/isa/snd dmabuf.c sb_dsp.c Log: - MFC: 'hang' and 16-bit ESS support bugs. Revision Changes Path 1.4.2.2 +2 -2 src/sys/i386/isa/snd/dmabuf.c 1.5.2.3 +0 -1 src/sys/i386/isa/snd/sb_dsp.c From owner-cvs-sys Sat Feb 21 11:25:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04214 for cvs-sys-outgoing; Sat, 21 Feb 1998 11:25:23 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03531; Sat, 21 Feb 1998 11:23:15 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA15178; Sat, 21 Feb 1998 11:22:16 -0800 (PST) Date: Sat, 21 Feb 1998 11:22:16 -0800 (PST) Message-Id: <199802211922.LAA15178@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys malloc.h mount.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/21 11:22:15 PST Modified files: (Branch: RELENG_2_2) sys/sys malloc.h mount.h Log: Add entries for CODA filesystem. Not to worry, we're not bringing this into 2.2 at the last minute, these are just here to make it easier for folks to drop it in as an add-on. Revision Changes Path 1.16.2.1 +4 -2 src/sys/sys/malloc.h 1.34.2.2 +5 -3 src/sys/sys/mount.h From owner-cvs-sys Sat Feb 21 11:26:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04370 for cvs-sys-outgoing; Sat, 21 Feb 1998 11:26:10 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03655; Sat, 21 Feb 1998 11:24:06 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA15207; Sat, 21 Feb 1998 11:23:07 -0800 (PST) Date: Sat, 21 Feb 1998 11:23:07 -0800 (PST) Message-Id: <199802211923.LAA15207@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys mount.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/21 11:23:07 PST Modified files: sys/sys mount.h Log: MF22: CODA entries. They'll have to rework their usage of malloc somewhat in -current before this will work, but these should at least serve as place-holders. Revision Changes Path 1.55 +5 -3 src/sys/sys/mount.h From owner-cvs-sys Sat Feb 21 11:27:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04612 for cvs-sys-outgoing; Sat, 21 Feb 1998 11:27:20 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04029; Sat, 21 Feb 1998 11:24:57 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA15244; Sat, 21 Feb 1998 11:23:58 -0800 (PST) Date: Sat, 21 Feb 1998 11:23:58 -0800 (PST) Message-Id: <199802211923.LAA15244@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/21 11:23:58 PST Modified files: (Branch: RELENG_2_2) sys/conf files Log: Add entries for CODA filesystem. Submitted by: "Robert.V.Baron" Revision Changes Path 1.80.2.16 +10 -0 src/sys/conf/files From owner-cvs-sys Sat Feb 21 11:27:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04743 for cvs-sys-outgoing; Sat, 21 Feb 1998 11:27:37 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04261; Sat, 21 Feb 1998 11:25:37 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA15274; Sat, 21 Feb 1998 11:24:36 -0800 (PST) Date: Sat, 21 Feb 1998 11:24:36 -0800 (PST) Message-Id: <199802211924.LAA15274@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/21 11:24:36 PST Modified files: sys/conf files Log: MF22: CODA entries. Submitted by: "Robert.V.Baron" Revision Changes Path 1.124 +10 -0 src/sys/conf/files From owner-cvs-sys Sat Feb 21 12:58:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16514 for cvs-sys-outgoing; Sat, 21 Feb 1998 12:58:25 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14601; Sat, 21 Feb 1998 12:46:29 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA15943; Sat, 21 Feb 1998 12:45:30 -0800 (PST) Date: Sat, 21 Feb 1998 12:45:30 -0800 (PST) Message-Id: <199802212045.MAA15943@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/21 12:45:29 PST Modified files: sys/i386/isa clock.c Log: Add missing CLOCK_UNLOCK() before write_eflags(). Submitted by: dave adkins Revision Changes Path 1.112 +2 -1 src/sys/i386/isa/clock.c From owner-cvs-sys Sat Feb 21 17:20:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21259 for cvs-sys-outgoing; Sat, 21 Feb 1998 17:20:21 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20960; Sat, 21 Feb 1998 17:18:22 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA18220; Sat, 21 Feb 1998 17:17:21 -0800 (PST) Date: Sat, 21 Feb 1998 17:17:21 -0800 (PST) Message-Id: <199802220117.RAA18220@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys mount.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/21 17:17:21 PST Modified files: (Branch: RELENG_2_2) sys/sys mount.h Log: Correct comments for new CFS. Whoops! Pointed-out-by-the-usual-eagle-eye-of: bde Revision Changes Path 1.34.2.3 +3 -3 src/sys/sys/mount.h From owner-cvs-sys Sat Feb 21 17:20:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21396 for cvs-sys-outgoing; Sat, 21 Feb 1998 17:20:51 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21048; Sat, 21 Feb 1998 17:18:53 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA18250; Sat, 21 Feb 1998 17:17:52 -0800 (PST) Date: Sat, 21 Feb 1998 17:17:52 -0800 (PST) Message-Id: <199802220117.RAA18250@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys mount.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/21 17:17:52 PST Modified files: sys/sys mount.h Log: MF22: correct comments. Revision Changes Path 1.56 +3 -3 src/sys/sys/mount.h From owner-cvs-sys Sat Feb 21 23:03:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA26106 for cvs-sys-outgoing; Sat, 21 Feb 1998 23:03:52 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA26058; Sat, 21 Feb 1998 23:03:42 -0800 (PST) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA18902; Sat, 21 Feb 1998 23:02:39 -0800 (PST) Date: Sat, 21 Feb 1998 23:02:39 -0800 (PST) Message-Id: <199802220702.XAA18902@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/02/21 23:02:38 PST Modified files: (Branch: RELENG_2_2) sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision 1.9.2.7. Submitted by: NOKUBI Hirotaka Revision Changes Path 1.5.2.7 +4 -1 src/sys/pc98/conf/majors.pc98