From owner-cvs-sys Sun Sep 3 01:39:38 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA25365 for cvs-sys-outgoing; Sun, 3 Sep 1995 01:39:38 -0700 Received: (from julian@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA25341 ; Sun, 3 Sep 1995 01:39:29 -0700 Date: Sun, 3 Sep 1995 01:39:29 -0700 From: Julian Elischer Message-Id: <199509030839.BAA25341@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_back.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/03 01:39:28 Modified: sys/miscfs/devfs devfs_back.c Log: remove about 50 lines of duplicate code.. the code to create the root directory now calls the generic make directory routine.. From owner-cvs-sys Sun Sep 3 12:53:18 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA27032 for cvs-sys-outgoing; Sun, 3 Sep 1995 12:53:18 -0700 Received: (from jkh@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA27022 ; Sun, 3 Sep 1995 12:53:13 -0700 Date: Sun, 3 Sep 1995 12:53:13 -0700 From: "Jordan K. Hubbard" Message-Id: <199509031953.MAA27022@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 conf.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk jkh 95/09/03 12:53:12 Modified: sys/i386/conf LINT files.i386 sys/i386/i386 conf.c Added: sys/gnu/i386/isa dgb.c dgbios.h dgfep.h dgreg.h Log: Bring the Digiboard driver (ALPHA version) into -current. Includes latest patches for PC/Xe boards. Submitted by: "Serge A. Babkin" From owner-cvs-sys Sun Sep 3 12:56:17 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA27191 for cvs-sys-outgoing; Sun, 3 Sep 1995 12:56:17 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA27181 ; Sun, 3 Sep 1995 12:56:16 -0700 Date: Sun, 3 Sep 1995 12:56:16 -0700 From: John Dyson Message-Id: <199509031956.MAA27181@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c vfs_cluster.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/03 12:56:16 Modified: sys/kern vfs_bio.c vfs_cluster.c Log: Improvements to the cluster code, minor vfs_bio efficiency: Better performance -- more aggressive read-ahead under certain circumstanses. Mods to support clustering on small ( < PAGE_SIZE) block size filesystems (e.g. ext2fs, msdosfs.) From owner-cvs-sys Sun Sep 3 12:57:28 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA27282 for cvs-sys-outgoing; Sun, 3 Sep 1995 12:57:28 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA27272 ; Sun, 3 Sep 1995 12:57:26 -0700 Date: Sun, 3 Sep 1995 12:57:26 -0700 From: John Dyson Message-Id: <199509031957.MAA27272@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_page.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/03 12:57:26 Modified: sys/vm vm_page.c Log: New subroutine "vm_page_set_validclean" for a vfs_bio improvement. From owner-cvs-sys Sun Sep 3 13:11:33 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA28103 for cvs-sys-outgoing; Sun, 3 Sep 1995 13:11:33 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA28093 ; Sun, 3 Sep 1995 13:11:30 -0700 Date: Sun, 3 Sep 1995 13:11:30 -0700 From: John Dyson Message-Id: <199509032011.NAA28093@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_page.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/03 13:11:29 Modified: sys/vm vm_page.h Log: Added prototype for new routine "vm_page_set_validclean" and initial declarations for the prezeroed pages mechanism. From owner-cvs-sys Sun Sep 3 13:32:57 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA28610 for cvs-sys-outgoing; Sun, 3 Sep 1995 13:32:57 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA28596 ; Sun, 3 Sep 1995 13:32:54 -0700 Date: Sun, 3 Sep 1995 13:32:54 -0700 From: John Dyson Message-Id: <199509032032.NAA28596@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/03 13:32:53 Modified: sys/kern vfs_cluster.c Log: VOP_BMAP will eventually need an additional argument, but not yet. This backs out that modification to minimize the window during which this is not yet correct. From owner-cvs-sys Sun Sep 3 13:39:39 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA28923 for cvs-sys-outgoing; Sun, 3 Sep 1995 13:39:39 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA28899 ; Sun, 3 Sep 1995 13:39:24 -0700 Date: Sun, 3 Sep 1995 13:39:24 -0700 From: John Dyson Message-Id: <199509032039.NAA28899@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 swtch.s vm_machdep.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/03 13:39:23 Modified: sys/i386/i386 swtch.s vm_machdep.c Log: Machine dependent routines to support pre-zeroed free pages. This significantly improves demand zero performance. From owner-cvs-sys Sun Sep 3 13:40:46 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA29095 for cvs-sys-outgoing; Sun, 3 Sep 1995 13:40:46 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA29085 ; Sun, 3 Sep 1995 13:40:44 -0700 Date: Sun, 3 Sep 1995 13:40:44 -0700 From: John Dyson Message-Id: <199509032040.NAA29085@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_kern.c vm_fault.c vm_page.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/03 13:40:44 Modified: sys/vm vm_kern.c vm_fault.c vm_page.c Log: Machine independent changes to support pre-zeroed free pages. This significantly improves demand-zero performance. From owner-cvs-sys Sun Sep 3 16:55:57 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA05953 for cvs-sys-outgoing; Sun, 3 Sep 1995 16:55:57 -0700 Received: (from jkh@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA05943 ; Sun, 3 Sep 1995 16:55:55 -0700 Date: Sun, 3 Sep 1995 16:55:55 -0700 From: "Jordan K. Hubbard" Message-Id: <199509032355.QAA05943@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 conf.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk jkh 95/09/03 16:55:54 Modified: sys/i386/i386 conf.c Log: Now apply local changes to make this compile in 2.2-current (sorry about delay between commit of original author's sources and my changes - I was called away). From owner-cvs-sys Sun Sep 3 17:21:24 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA06862 for cvs-sys-outgoing; Sun, 3 Sep 1995 17:21:24 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA06852 ; Sun, 3 Sep 1995 17:21:18 -0700 Date: Sun, 3 Sep 1995 17:21:18 -0700 From: John Dyson Message-Id: <199509040021.RAA06852@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vnode_pager.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/03 17:21:17 Modified: sys/isofs/cd9660 cd9660_bmap.c cd9660_vnops.c sys/kern vfs_bio.c vfs_cluster.c vnode_if.sh vnode_if.src sys/miscfs/deadfs dead_vnops.c sys/miscfs/devfs devfs_vnops.c sys/miscfs/fifofs fifo_vnops.c sys/miscfs/specfs spec_vnops.c sys/miscfs/union union_vnops.c sys/msdosfs msdosfs_vnops.c sys/nfs nfs_vnops.c sys/ufs/ffs ffs_subr.c sys/ufs/lfs lfs_balloc.c lfs_inode.c lfs_segment.c lfs_syscalls.c sys/ufs/ufs ufs_bmap.c ufs_vnops.c sys/vm vnode_pager.c Log: Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count for VOP_BMAP. Updated affected filesystems... From owner-cvs-sys Sun Sep 3 17:23:48 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA06949 for cvs-sys-outgoing; Sun, 3 Sep 1995 17:23:48 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA06939 ; Sun, 3 Sep 1995 17:23:45 -0700 Date: Sun, 3 Sep 1995 17:23:45 -0700 From: John Dyson Message-Id: <199509040023.RAA06939@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys, dyson Subject: Re: cvs commit: src/sys/vm vnode_pager.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk You might want to fully recompile your kernel after these changes. If there are any missing dependencies you might hose your system... John dyson@freebsd.org From owner-cvs-sys Sun Sep 3 18:13:55 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA08228 for cvs-sys-outgoing; Sun, 3 Sep 1995 18:13:55 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA08204 ; Sun, 3 Sep 1995 18:13:43 -0700 Date: Sun, 3 Sep 1995 18:13:43 -0700 From: John Dyson Message-Id: <199509040113.SAA08204@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_extern.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/03 18:13:43 Modified: sys/ufs/ufs ufs_extern.h Log: Correct prototype for ufs_bmaparray() From owner-cvs-sys Sun Sep 3 18:58:47 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA09558 for cvs-sys-outgoing; Sun, 3 Sep 1995 18:58:47 -0700 Received: (from jkh@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA09548 ; Sun, 3 Sep 1995 18:58:42 -0700 Date: Sun, 3 Sep 1995 18:58:42 -0700 From: "Jordan K. Hubbard" Message-Id: <199509040158.SAA09548@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/gnu/i386/isa dgb.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk jkh 95/09/03 18:58:42 Modified: sys/gnu/i386/isa dgb.c Log: Finish bringing this driver up to rev 2.2 - now compiles without warnings. From owner-cvs-sys Sun Sep 3 21:44:33 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA15706 for cvs-sys-outgoing; Sun, 3 Sep 1995 21:44:33 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA15694 ; Sun, 3 Sep 1995 21:44:28 -0700 Date: Sun, 3 Sep 1995 21:44:28 -0700 From: John Dyson Message-Id: <199509040444.VAA15694@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm swap_pager.c vnode_pager.c vm_fault.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/03 21:44:28 Modified: sys/vm swap_pager.c vnode_pager.c vm_fault.c Log: Allow the fault code to use additional clustering info from both bmap and the swap pager. Improved fault clustering performance. From owner-cvs-sys Mon Sep 4 07:58:27 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA08920 for cvs-sys-outgoing; Mon, 4 Sep 1995 07:58:27 -0700 Received: (from dyson@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA08907 ; Mon, 4 Sep 1995 07:58:18 -0700 Date: Mon, 4 Sep 1995 07:58:18 -0700 From: John Dyson Message-Id: <199509041458.HAA08907@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/dev/vn vn.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/04 07:58:17 Modified: sys/dev/vn vn.c Log: Fixed VOP_BMAP. A new argument was added, and I missed this one. Submitted by: Bruce Evans (bde@freebsd.org) From owner-cvs-sys Mon Sep 4 22:45:46 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id WAA04331 for cvs-sys-outgoing; Mon, 4 Sep 1995 22:45:46 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id WAA04318 ; Mon, 4 Sep 1995 22:45:38 -0700 Date: Mon, 4 Sep 1995 22:45:38 -0700 From: Julian Elischer Message-Id: <199509050545.WAA04318@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa wt.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/04 22:45:38 Modified: sys/i386/isa wt.c Log: Submitted by: John Lind (john@starfire.mn.org) /* + * Code for MTERASE added by John Lind (john@starfire.mn.org) 95/09/02. + * This was very easy due to the excellent structure and clear coding + * of the original driver. + */ From owner-cvs-sys Mon Sep 4 23:23:46 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA08423 for cvs-sys-outgoing; Mon, 4 Sep 1995 23:23:46 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA08405 ; Mon, 4 Sep 1995 23:23:41 -0700 Date: Mon, 4 Sep 1995 23:23:41 -0700 From: Bruce Evans Message-Id: <199509050623.XAA08405@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa psm.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk bde 95/09/04 23:23:41 Modified: sys/i386/isa psm.c Log: The `cmd' and `addr' args to psmioctl() were in the wrong order. This probably broke MOUSEIOCREAD which is the only ioctl supported. From owner-cvs-sys Mon Sep 4 23:45:26 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA09703 for cvs-sys-outgoing; Mon, 4 Sep 1995 23:45:26 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.freebsd.org (8.6.11/8.6.6) with ESMTP id XAA09683 ; Mon, 4 Sep 1995 23:45:13 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA27432; Tue, 5 Sep 1995 16:43:11 +1000 Date: Tue, 5 Sep 1995 16:43:11 +1000 From: Bruce Evans Message-Id: <199509050643.QAA27432@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa psm.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk > Modified: sys/i386/isa psm.c > Log: > The `cmd' and `addr' args to psmioctl() were in the wrong order. This > probably broke MOUSEIOCREAD which is the only ioctl supported. This driver also returns EINVAL instead of ENOTTY for ioctls that it doesn't support. Dozens of other drivers have the same bug. Someone who isn't fixing thouands of missing prototypes should fix this. Bruce From owner-cvs-sys Tue Sep 5 12:50:31 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id MAA02241 for cvs-sys-outgoing; Tue, 5 Sep 1995 12:50:31 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id MAA02171 ; Tue, 5 Sep 1995 12:49:01 -0700 Date: Tue, 5 Sep 1995 12:49:01 -0700 From: "Jordan K. Hubbard" Message-Id: <199509051949.MAA02171@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound ad1848.c pas2_pcm.c sb16_dsp.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk jkh 95/09/05 12:49:00 Modified: sys/i386/isa/sound ad1848.c pas2_pcm.c sb16_dsp.c Log: Yet Another Sound Patch (YASP :-). This should fix the problems with the cs4231, soundblaster, and pas-16 that people have been reporting. Submitted by: james From owner-cvs-sys Tue Sep 5 15:38:10 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id PAA09394 for cvs-sys-outgoing; Tue, 5 Sep 1995 15:38:10 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id PAA09382 ; Tue, 5 Sep 1995 15:38:02 -0700 Date: Tue, 5 Sep 1995 15:38:02 -0700 From: Stefan Esser Message-Id: <199509052238.PAA09382@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk se 95/09/05 15:38:02 Modified: sys/pci ncr.c Log: The NCR script has grown beyond one page (4KB). Since malloc() returns contiguous memory in virtual space, but doesn't guarantee any particular physical layout of pages, the script may be not contguous in physical memory. This made the first write command fail in very rare cases. This has been fixed by checking the region returned by malloc() for being contiguous, but there should be a physical memory allocate and later mapping to virtual memory instead. A few assertions and error messages are improved. From owner-cvs-sys Tue Sep 5 15:58:58 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id PAA10011 for cvs-sys-outgoing; Tue, 5 Sep 1995 15:58:58 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.11/8.6.6) with ESMTP id PAA10001 ; Tue, 5 Sep 1995 15:58:47 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.12/8.6.5) with ESMTP id PAA01433; Tue, 5 Sep 1995 15:57:42 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id PAA25428; Tue, 5 Sep 1995 15:59:38 -0700 Message-Id: <199509052259.PAA25428@corbin.Root.COM> To: Stefan Esser cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci ncr.c In-reply-to: Your message of "Tue, 05 Sep 95 15:38:02 PDT." <199509052238.PAA09382@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 05 Sep 1995 15:59:38 -0700 Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk >se 95/09/05 15:38:02 > > Modified: sys/pci ncr.c > Log: > The NCR script has grown beyond one page (4KB). Since malloc() returns > contiguous memory in virtual space, but doesn't guarantee any particular > physical layout of pages, the script may be not contguous in physical > memory. This made the first write command fail in very rare cases. > This has been fixed by checking the region returned by malloc() for > being contiguous, but there should be a physical memory allocate > and later mapping to virtual memory instead. > > A few assertions and error messages are improved. I wrote a routine specifically for allocating physically contiguous memory. Take a look at vm_page_alloc_contig() in vm/vm_page.c. -DG From owner-cvs-sys Tue Sep 5 16:29:00 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id QAA10577 for cvs-sys-outgoing; Tue, 5 Sep 1995 16:29:00 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.11/8.6.6) with ESMTP id QAA10567 ; Tue, 5 Sep 1995 16:28:53 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.12/8.6.5) with ESMTP id QAA01460; Tue, 5 Sep 1995 16:27:49 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id QAA25464; Tue, 5 Sep 1995 16:29:45 -0700 Message-Id: <199509052329.QAA25464@corbin.Root.COM> To: Stefan Esser , CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci ncr.c In-reply-to: Your message of "Tue, 05 Sep 95 15:59:38 PDT." <199509052259.PAA25428@corbin.Root.COM> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 05 Sep 1995 16:29:45 -0700 Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk >>se 95/09/05 15:38:02 >> >> Modified: sys/pci ncr.c >> Log: >> The NCR script has grown beyond one page (4KB). Since malloc() returns >> contiguous memory in virtual space, but doesn't guarantee any particular >> physical layout of pages, the script may be not contguous in physical >> memory. This made the first write command fail in very rare cases. >> This has been fixed by checking the region returned by malloc() for >> being contiguous, but there should be a physical memory allocate >> and later mapping to virtual memory instead. >> >> A few assertions and error messages are improved. > > I wrote a routine specifically for allocating physically contiguous memory. >Take a look at vm_page_alloc_contig() in vm/vm_page.c. BTW, this routine is designed to only be called during system startup. If you need to allocate the memory dynamically, then this won't work... -DG From owner-cvs-sys Tue Sep 5 16:53:57 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id QAA11439 for cvs-sys-outgoing; Tue, 5 Sep 1995 16:53:57 -0700 Received: (from gibbs@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id QAA11424 ; Tue, 5 Sep 1995 16:53:50 -0700 Date: Tue, 5 Sep 1995 16:53:50 -0700 From: "Justin T. Gibbs" Message-Id: <199509052353.QAA11424@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci aic7870.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk gibbs 95/09/05 16:53:49 Modified: sys/i386/isa aic7770.c Log: ahcprobe now takes a flags argument. For EISA/VL adapters set it to AHC_FNONE. Modified: sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h Log: Clean up a few nits in the aic7xxx driver: 1) Make the driver "quiet" by sticking most boot messages behind bootverbose conditionals. This means that you won't see the sync and wide negotiation, but you will find out if they fail. 2) Add support to the 93cx6 serial eeprom code to read at an abitrary offset. This is needed so that we can access the second half of the eeprom on 3940 cards where the second channel's config is stored. 3) Add flags argument to ahcprobe(). This is used by the pci probe code to tell the generic driver that an adapter should be treated as a channel B device as well as notify it of the presence of external SCB SRAM. These are needed for some motherboard implementations of the aic7870 and for the 3940 controllers. 4) Print "Channel A"/"Channel B" instead of "Single Channel" for the two busses of the 3940. I received many reports of confusion about how the 3940 was probed since most people belived that only one ahc entry was needed. This will hopefully make it clearer. 5) Walk the SCBs to determine just how many their are if external SCB ram is detected. 6) Hard code that external SCB ram is present for the 3940 since it doesn't use the documented reporting facility for reporting the SRAM. :( 255 commands per channel are supported on the 3940. 7) Read the seeprom starting at addres 32 for the second channel of the 3940 so we get the right info for that channel. 8) Clean up printing of the "Disabling tagged queuing message". 9) Queue timeouts if they occur while we are handling a timeout. The code was totally unprotected in this scenario. Reviewed by: Timeout code reviewed by David Greenman Modified: sys/pci aic7870.c Log: Detect external SRAM. Count the number of detected 3940 controllers. Tag all even controllers as being the "B Channel". From owner-cvs-sys Tue Sep 5 20:36:43 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id UAA20057 for cvs-sys-outgoing; Tue, 5 Sep 1995 20:36:43 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id UAA20041 ; Tue, 5 Sep 1995 20:36:39 -0700 Date: Tue, 5 Sep 1995 20:36:39 -0700 From: "Jordan K. Hubbard" Message-Id: <199509060336.UAA20041@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk jkh 95/09/05 20:36:38 Modified: sys/i386/i386 userconfig.c Log: New version of userconfig from Michael Smith. Give this one a try, folks! Let him know what you think. Submitted by: Michael Smith From owner-cvs-sys Tue Sep 5 22:06:27 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id WAA29221 for cvs-sys-outgoing; Tue, 5 Sep 1995 22:06:27 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id WAA29211 ; Tue, 5 Sep 1995 22:06:22 -0700 Date: Tue, 5 Sep 1995 22:06:22 -0700 From: John Dyson Message-Id: <199509060506.WAA29211@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa wd.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/05 22:06:21 Modified: sys/i386/isa wd.c Log: Correct the location of a "return". This can/will cause system crashes. From owner-cvs-sys Tue Sep 5 22:38:04 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id WAA00160 for cvs-sys-outgoing; Tue, 5 Sep 1995 22:38:04 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id WAA00142 ; Tue, 5 Sep 1995 22:37:45 -0700 Date: Tue, 5 Sep 1995 22:37:45 -0700 From: John Dyson Message-Id: <199509060537.WAA00142@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c vnode_pager.c vnode_pager.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/05 22:37:44 Modified: sys/vm vm_fault.c vnode_pager.c vnode_pager.h Log: Minor performance improvements, additional prototype for additional exported symbol. From owner-cvs-sys Tue Sep 5 22:39:33 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id WAA00305 for cvs-sys-outgoing; Tue, 5 Sep 1995 22:39:33 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id WAA00290 ; Tue, 5 Sep 1995 22:39:30 -0700 Date: Tue, 5 Sep 1995 22:39:30 -0700 From: John Dyson Message-Id: <199509060539.WAA00290@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_readwrite.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/05 22:39:29 Modified: sys/ufs/ufs ufs_readwrite.c Log: Added new ffs_getpages routine. It isn't optimized yet, but FFS now does it's own getpage -- instead of using the default routine in vnode_pager.c. From owner-cvs-sys Tue Sep 5 22:41:23 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id WAA00491 for cvs-sys-outgoing; Tue, 5 Sep 1995 22:41:23 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id WAA00477 ; Tue, 5 Sep 1995 22:41:18 -0700 Date: Tue, 5 Sep 1995 22:41:18 -0700 From: John Dyson Message-Id: <199509060541.WAA00477@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ffs ffs_extern.h ffs_vnops.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/05 22:41:18 Modified: sys/ufs/ffs ffs_extern.h ffs_vnops.c Log: Added indirect pointer for ffs_getpages, and added external declaration. From owner-cvs-sys Wed Sep 6 00:08:57 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id AAA03766 for cvs-sys-outgoing; Wed, 6 Sep 1995 00:08:57 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id AAA03745 ; Wed, 6 Sep 1995 00:08:47 -0700 Date: Wed, 6 Sep 1995 00:08:47 -0700 From: John Dyson Message-Id: <199509060708.AAA03745@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm swap_pager.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/06 00:08:46 Modified: sys/vm swap_pager.c Log: Fixed a sign reversal problem -- might have cause some Sig-11s that people have been seeing. From owner-cvs-sys Wed Sep 6 01:26:57 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id BAA07755 for cvs-sys-outgoing; Wed, 6 Sep 1995 01:26:57 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id BAA07743 ; Wed, 6 Sep 1995 01:26:52 -0700 Date: Wed, 6 Sep 1995 01:26:52 -0700 From: Julian Elischer Message-Id: <199509060826.BAA07743@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_tree.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/06 01:26:52 Added: sys/miscfs/devfs devfs_tree.c Log: this file replaces two others.. I haven't removed them yet, but when this code seems more solid, they get the bullet. From owner-cvs-sys Wed Sep 6 02:25:20 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id CAA10411 for cvs-sys-outgoing; Wed, 6 Sep 1995 02:25:20 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id CAA10400 ; Wed, 6 Sep 1995 02:25:09 -0700 Date: Wed, 6 Sep 1995 02:25:09 -0700 From: Julian Elischer Message-Id: <199509060925.CAA10400@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/conf files Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/06 02:25:07 Modified: sys/conf files Log: replaced 2 devfs files with one that replaces them From owner-cvs-sys Wed Sep 6 02:29:26 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id CAA10758 for cvs-sys-outgoing; Wed, 6 Sep 1995 02:29:26 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id CAA10743 ; Wed, 6 Sep 1995 02:29:20 -0700 Date: Wed, 6 Sep 1995 02:29:20 -0700 From: Julian Elischer Message-Id: <199509060929.CAA10743@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vfsops.c devfs_vnops.c devfsdefs.h devfs_back.c devfs_front.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/06 02:29:20 Modified: sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vfsops.c devfs_vnops.c devfsdefs.h Removed: sys/miscfs/devfs devfs_back.c devfs_front.c Log: more devfs cleanups.. if this keeps simplifying there won't be any left :) From owner-cvs-sys Wed Sep 6 03:31:52 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id DAA01557 for cvs-sys-outgoing; Wed, 6 Sep 1995 03:31:52 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id DAA01513 ; Wed, 6 Sep 1995 03:31:45 -0700 Date: Wed, 6 Sep 1995 03:31:45 -0700 From: David Greenman Message-Id: <199509061031.DAA01513@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet igmp.c igmp.h igmp_var.h in.h in_proto.c ip_input.c ip_mroute.c ip_mroute.h ip_output.c ip_var.h raw_ip.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/06 03:31:44 Branch: sys/netinet RELENG_2_1_0 Modified: sys/netinet igmp.c igmp.h igmp_var.h in.h in_proto.c ip_input.c ip_mroute.c ip_mroute.h ip_output.c ip_var.h raw_ip.c Log: Brought in changes from main branch: update to multicast v3.5. Reviewed by: Bill Fenner , wollman From owner-cvs-sys Wed Sep 6 05:19:10 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id FAA21449 for cvs-sys-outgoing; Wed, 6 Sep 1995 05:19:10 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.freebsd.org (8.6.11/8.6.6) with ESMTP id FAA21328 ; Wed, 6 Sep 1995 05:18:45 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id WAA20880; Wed, 6 Sep 1995 22:17:09 +1000 Date: Wed, 6 Sep 1995 22:17:09 +1000 From: Bruce Evans Message-Id: <199509061217.WAA20880@godzilla.zeta.org.au> To: bde@zeta.org.au, wollman@lcs.mit.edu Subject: Re: cvs commit: src/sys/vm vm_map.h vm_map.c Cc: CVS-commiters@freefall.FreeBSD.org, bde@freefall.FreeBSD.org, cvs-sys@freefall.FreeBSD.org Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk >> 2) for protoswitch functions. The number and type of args sometimes >> depends on the protocol. >For pr_input routines, it always depends on the protocol. The >solution that I prefer for these is to declare pr_input as a `void >(*)(void)' and then define some protocol-specific macros to cast it to >the correct value. If there were a way I could think of to use unions >the same way for increased type-safety, I'd prefer that. I'm still thinking about this. I've found so many gratuitous function type mismatches in places where prototypes were supposedly being used that I disklike casts even more than before. What about the pr_output routines? pr_output seems to be called only once, in raw_usrreq.c, and one callee, ip_output, seems to be completely unprepared for the call. This is detected as a bogus initialization in inetsw in in_proto.c. Bruce From owner-cvs-sys Wed Sep 6 08:23:30 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id IAA03063 for cvs-sys-outgoing; Wed, 6 Sep 1995 08:23:30 -0700 Received: (from nate@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id IAA03039 ; Wed, 6 Sep 1995 08:23:24 -0700 Date: Wed, 6 Sep 1995 08:23:24 -0700 From: Nate Williams Message-Id: <199509061523.IAA03039@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_xxx.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk nate 95/09/06 08:23:22 Modified: sys/kern kern_xxx.c Log: Removed unused local variable from shutdown_nice() From owner-cvs-sys Wed Sep 6 09:13:41 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id JAA28892 for cvs-sys-outgoing; Wed, 6 Sep 1995 09:13:41 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id JAA28851 ; Wed, 6 Sep 1995 09:13:34 -0700 Date: Wed, 6 Sep 1995 09:13:34 -0700 From: Bill Paul Message-Id: <199509061613.JAA28851@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk wpaul 95/09/06 09:13:34 Modified: sys/i386/i386 machdep.c Log: Put back the "real memory =" printf() that vanished when the code to handle holes in memory was added. From owner-cvs-sys Wed Sep 6 16:16:01 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id QAA27228 for cvs-sys-outgoing; Wed, 6 Sep 1995 16:16:01 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id QAA27218 ; Wed, 6 Sep 1995 16:15:57 -0700 Date: Wed, 6 Sep 1995 16:15:57 -0700 From: Julian Elischer Message-Id: <199509062315.QAA27218@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vnops.c devfsdefs.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/06 16:15:56 Modified: sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vnops.c devfsdefs.h Log: Suggested by: :) bde of course added prototypes for every function and put (void *) as the args to the vop array definitions. can now compile with: CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \ -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \ -Winline -Wstrict-prototypes and only get errors for files external to this module: namely ./vnode_if.h ../../sys/vnode.h ../../sys/buf.h ../../miscfs/specfs/specdev.h From owner-cvs-sys Wed Sep 6 21:39:22 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id VAA09226 for cvs-sys-outgoing; Wed, 6 Sep 1995 21:39:22 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id VAA09204 ; Wed, 6 Sep 1995 21:39:12 -0700 Date: Wed, 6 Sep 1995 21:39:12 -0700 From: John Dyson Message-Id: <199509070439.VAA09204@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_readwrite.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk dyson 95/09/06 21:39:11 Modified: sys/ufs/ufs ufs_readwrite.c Log: Correct a case in the ffs_getpages where a page is not found in a sparse file and the page is zeroed but not set valid, clean. From owner-cvs-sys Wed Sep 6 23:01:51 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA25022 for cvs-sys-outgoing; Wed, 6 Sep 1995 23:01:51 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA24896 ; Wed, 6 Sep 1995 23:01:38 -0700 Date: Wed, 6 Sep 1995 23:01:38 -0700 From: Julian Elischer Message-Id: <199509070601.XAA24896@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vfsops.c devfs_vnops.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/06 23:01:37 Modified: sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vfsops.c devfs_vnops.c Log: more cleanups.. lots of code shuffled around too routines renamed.. more simplifications, some warnings squashed. From owner-cvs-sys Wed Sep 6 23:16:37 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA28691 for cvs-sys-outgoing; Wed, 6 Sep 1995 23:16:37 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id XAA28661 ; Wed, 6 Sep 1995 23:16:31 -0700 Date: Wed, 6 Sep 1995 23:16:31 -0700 From: Julian Elischer Message-Id: <199509070616.XAA28661@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs README Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/06 23:16:30 Modified: sys/miscfs/devfs README Log: brought the README in to line with present code (still a bit cryptic) From owner-cvs-sys Thu Sep 7 01:21:01 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id BAA22320 for cvs-sys-outgoing; Thu, 7 Sep 1995 01:21:01 -0700 Received: (from swallace@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id BAA22129 ; Thu, 7 Sep 1995 01:20:24 -0700 Date: Thu, 7 Sep 1995 01:20:24 -0700 From: Steven Wallace Message-Id: <199509070820.BAA22129@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa atapi.c wcd.c wd.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk swallace 95/09/07 01:20:22 Modified: sys/i386/conf files.i386 Log: Change atapi.c to depend on the ATAPI option. Add wd.c entry based on the wdc controller. This will enable compilation of wcd device without wd. Modified: sys/i386/isa atapi.c wcd.c wd.c Log: Make files get the NWDC definition from "wdc.h" instead of "wd.h". This way, if using wd and/or wcd devices, the wdc controller code will get compiled. From owner-cvs-sys Thu Sep 7 07:17:57 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id HAA21826 for cvs-sys-outgoing; Thu, 7 Sep 1995 07:17:57 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.11/8.6.6) id HAA21813 ; Thu, 7 Sep 1995 07:17:50 -0700 Date: Thu, 7 Sep 1995 07:17:50 -0700 From: Stefan Esser Message-Id: <199509071417.HAA21813@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pcisupport.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk se 95/09/07 07:17:48 Modified: sys/pci pcisupport.c Log: Add description of Intel 82425EX PCI system controller chip (Aries ?). Submitted by: Danny J. Zerkel From owner-cvs-sys Thu Sep 7 08:20:59 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA12488 for cvs-sys-outgoing; Thu, 7 Sep 1995 08:20:59 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA12478 ; Thu, 7 Sep 1995 08:20:54 -0700 Date: Thu, 7 Sep 1995 08:20:54 -0700 From: Stefan Esser Message-Id: <199509071520.IAA12478@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk se 95/09/07 08:20:54 Modified: sys/pci pci.c Log: Make mapping messages depend on bootverbose flag. Add PCI subclass to unknown device message. From owner-cvs-sys Thu Sep 7 08:41:02 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA13167 for cvs-sys-outgoing; Thu, 7 Sep 1995 08:41:02 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA13148 ; Thu, 7 Sep 1995 08:40:53 -0700 Date: Thu, 7 Sep 1995 08:40:53 -0700 From: Stefan Esser Message-Id: <199509071540.IAA13148@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pcisupport.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk se 95/09/07 08:40:52 Modified: sys/pci pcisupport.c Log: Remove support for PCI bridge classes, since this dealt with by code in pci.c now. From owner-cvs-sys Thu Sep 7 13:02:51 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA06823 for cvs-sys-outgoing; Thu, 7 Sep 1995 13:02:51 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA06817 ; Thu, 7 Sep 1995 13:02:39 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.12/8.6.12) id NAA00564; Thu, 7 Sep 1995 13:02:34 -0700 From: "Rodney W. Grimes" Message-Id: <199509072002.NAA00564@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/sys/pci pcisupport.c To: se@freefall.freebsd.org (Stefan Esser) Date: Thu, 7 Sep 1995 13:02:34 -0700 (PDT) Cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199509071417.HAA21813@freefall.freebsd.org> from "Stefan Esser" at Sep 7, 95 07:17:50 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 763 Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk > > se 95/09/07 07:17:48 > > Modified: sys/pci pcisupport.c > Log: > Add description of Intel 82425EX PCI system controller chip (Aries ?). ^^^^^^^^^^ The 82425EX is one of two chips in the Aries set, the other one is an 82426EX. I don't know that you can actually see the 426EX chip in PCI space though. Anyone having the verbose probe output from an Aries based board can look to see if 2 Intel chips are reported and get the product ID's from them. > Submitted by: Danny J. Zerkel > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-sys Thu Sep 7 13:53:48 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA08209 for cvs-sys-outgoing; Thu, 7 Sep 1995 13:53:48 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA08198 ; Thu, 7 Sep 1995 13:53:42 -0700 Date: Thu, 7 Sep 1995 13:53:42 -0700 From: Stefan Esser Message-Id: <199509072053.NAA08198@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk se 95/09/07 13:53:42 Modified: sys/pci ncr.c Log: Add support for 16 targets on WIDE SCSI bus. This seems to work fine on my 53c810, but really should be tested on a 53c825 with at least one target set to an ID >= 8. The script is now copied to memory mapped using vm_page_alloc_contig(), since it has to be physically contigous. This must be changed, if the driver is converted into a loadable module ! Two of the probe messages are suppressed, unless "bootverbose" is set. From owner-cvs-sys Thu Sep 7 14:10:06 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08671 for cvs-sys-outgoing; Thu, 7 Sep 1995 14:10:06 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08660 ; Thu, 7 Sep 1995 14:10:01 -0700 Date: Thu, 7 Sep 1995 14:10:01 -0700 From: David Greenman Message-Id: <199509072110.OAA08660@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/boot/kzipboot boot.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/07 14:10:00 Branch: sys/i386/boot/kzipboot RELENG_2_1_0 Modified: sys/i386/boot/kzipboot boot.c Log: Brought in changes from rev 1.5: Convert \n to \r\n in serial_putchar(). From owner-cvs-sys Thu Sep 7 14:11:37 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08779 for cvs-sys-outgoing; Thu, 7 Sep 1995 14:11:37 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08769 ; Thu, 7 Sep 1995 14:11:35 -0700 Date: Thu, 7 Sep 1995 14:11:35 -0700 From: David Greenman Message-Id: <199509072111.OAA08769@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/boot/kzipboot malloc.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/07 14:11:35 Modified: sys/i386/boot/kzipboot malloc.c Log: Killed unnecessary \r. From owner-cvs-sys Thu Sep 7 14:13:00 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08913 for cvs-sys-outgoing; Thu, 7 Sep 1995 14:13:00 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA08894 ; Thu, 7 Sep 1995 14:12:57 -0700 Date: Thu, 7 Sep 1995 14:12:57 -0700 From: David Greenman Message-Id: <199509072112.OAA08894@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/boot/kzipboot malloc.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/07 14:12:56 Branch: sys/i386/boot/kzipboot RELENG_2_1_0 Modified: sys/i386/boot/kzipboot malloc.c Log: Brought in changes from main branch: killed compile warnings and extra \r. From owner-cvs-sys Thu Sep 7 14:36:22 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA10006 for cvs-sys-outgoing; Thu, 7 Sep 1995 14:36:22 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA09996 ; Thu, 7 Sep 1995 14:36:18 -0700 Date: Thu, 7 Sep 1995 14:36:18 -0700 From: David Greenman Message-Id: <199509072136.OAA09996@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 exception.s Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/07 14:36:18 Modified: sys/i386/i386 exception.s Log: Minor cleanup and (very) small micro optimization to Xsyscall (and the linux one).. From owner-cvs-sys Thu Sep 7 15:20:03 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA12206 for cvs-sys-outgoing; Thu, 7 Sep 1995 15:20:03 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA12179 ; Thu, 7 Sep 1995 15:19:47 -0700 Date: Thu, 7 Sep 1995 15:19:47 -0700 From: "Jordan K. Hubbard" Message-Id: <199509072219.PAA12179@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk jkh 95/09/07 15:19:47 Modified: sys/i386/i386 userconfig.c Log: Render devices inactive properly. Protect against name overflow. Submitted by: Michael Smith From owner-cvs-sys Thu Sep 7 20:14:04 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18443 for cvs-sys-outgoing; Thu, 7 Sep 1995 20:14:04 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18433 ; Thu, 7 Sep 1995 20:14:01 -0700 Date: Thu, 7 Sep 1995 20:14:01 -0700 From: Julian Elischer Message-Id: <199509080314.UAA18433@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa asc.c ascreg.h isa.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/07 20:14:01 Modified: sys/i386/isa isa.h Added: sys/i386/isa asc.c ascreg.h Log: Submitted by: Luigi Rizzo (luigi@iet.unipi.it) Obtained from: Luigi Rizzo and Gunther Schadow Kernel support for the asc scanner driver From owner-cvs-sys Thu Sep 7 20:19:56 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18680 for cvs-sys-outgoing; Thu, 7 Sep 1995 20:19:56 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18670 ; Thu, 7 Sep 1995 20:19:50 -0700 Date: Thu, 7 Sep 1995 20:19:50 -0700 From: David Greenman Message-Id: <199509080319.UAA18670@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/07 20:19:49 Modified: sys/i386/i386 machdep.c Log: 1) Really print 'real' memory - use Maxmem, not physmem. 2) Output K bytes instead of pages as this means something to more people. 3) Moved printf of avail memory to after vm_bounce_init() call so that bounce buffers are included in the figure. 4) Killed initcpu(); it's an unused vestige from the VAX. From owner-cvs-sys Thu Sep 7 20:20:13 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18727 for cvs-sys-outgoing; Thu, 7 Sep 1995 20:20:13 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18717 ; Thu, 7 Sep 1995 20:20:11 -0700 Date: Thu, 7 Sep 1995 20:20:11 -0700 From: Julian Elischer Message-Id: <199509080320.UAA18717@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT files.i386 Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/07 20:20:11 Modified: sys/i386/conf LINT files.i386 Log: Submitted by: Luigi Rizzo (luigi@iet.unipi.it) Obtained from: Luigi Rizzo and Gunther Schadow config support for the asc driver and an example in LINT From owner-cvs-sys Thu Sep 7 20:22:05 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18802 for cvs-sys-outgoing; Thu, 7 Sep 1995 20:22:05 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18792 ; Thu, 7 Sep 1995 20:22:02 -0700 Date: Thu, 7 Sep 1995 20:22:02 -0700 From: Julian Elischer Message-Id: <199509080322.UAA18792@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/include asc_ioctl.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/07 20:22:01 Added: sys/i386/include asc_ioctl.h Log: Submitted by: Luigi Rizzo Obtained from: Luigi and gunther yeah I forgot this one.... From owner-cvs-sys Thu Sep 7 20:38:00 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA19184 for cvs-sys-outgoing; Thu, 7 Sep 1995 20:38:00 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA19173 ; Thu, 7 Sep 1995 20:37:53 -0700 Date: Thu, 7 Sep 1995 20:37:53 -0700 From: Julian Elischer Message-Id: <199509080337.UAA19173@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 conf.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/07 20:37:52 Modified: sys/i386/i386 conf.c Log: DAng! forgot this as well cdevsw entry (71) for the asc scanner driver From owner-cvs-sys Thu Sep 7 21:23:04 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA19992 for cvs-sys-outgoing; Thu, 7 Sep 1995 21:23:04 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA19969 ; Thu, 7 Sep 1995 21:22:52 -0700 Date: Thu, 7 Sep 1995 21:22:52 -0700 From: David Greenman Message-Id: <199509080422.VAA19969@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/07 21:22:51 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 machdep.c Log: Brought in changes from revs 1.133, 1.134, 1.139, and 1.140: rewrite of memory test code and changes to "memory" printf's. From owner-cvs-sys Thu Sep 7 21:23:55 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA20036 for cvs-sys-outgoing; Thu, 7 Sep 1995 21:23:55 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA20026 ; Thu, 7 Sep 1995 21:23:53 -0700 Date: Thu, 7 Sep 1995 21:23:53 -0700 From: David Greenman Message-Id: <199509080423.VAA20026@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/include pmap.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/07 21:23:53 Branch: sys/i386/include RELENG_2_1_0 Modified: sys/i386/include pmap.h Log: Brought in changes from rev 1.28: part of memory sizing rewrite. From owner-cvs-sys Thu Sep 7 21:46:24 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA20739 for cvs-sys-outgoing; Thu, 7 Sep 1995 21:46:24 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA20728 ; Thu, 7 Sep 1995 21:46:16 -0700 Date: Thu, 7 Sep 1995 21:46:16 -0700 From: Julian Elischer Message-Id: <199509080446.VAA20728@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_tree.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/07 21:46:15 Modified: sys/sys devfsext.h sys/miscfs/devfs devfs_tree.c Log: added the dev_link external registration used to produce a second link to an already exixting device e.g. dev_add /disks/sd0 dev_link /scsi/bus0/targ0/lun0 to /disks/sd0 (not real syntax) From owner-cvs-sys Fri Sep 8 04:09:29 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA01004 for cvs-sys-outgoing; Fri, 8 Sep 1995 04:09:29 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA00987 ; Fri, 8 Sep 1995 04:09:17 -0700 Date: Fri, 8 Sep 1995 04:09:17 -0700 From: Bruce Evans Message-Id: <199509081109.EAA00987@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys snoop.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk bde 95/09/08 04:09:16 Modified: sys/dev/vn vn.c sys/gnu/i386/isa nic3008.c nic3009.c sys/gnu/isdn iispy.c iitel.c isdn.c sys/i386/i386 mem.c sys/i386/isa ctx.c gpib.c gsc.c lpt.c mcd.c mse.c pcaudio.c scd.c spigot.c spkr.c tw.c wt.c sys/i386/isa/matcd matcd.c sys/kern kern_lkm.c kern_physio.c tty_pty.c tty_snoop.c sys/net bpf.c bpf.h sys/pci meteor.c sys/sys snoop.h Log: Fix benign type mismatches in devsw functions. 82 out of 299 devsw functions were wrong. From owner-cvs-sys Fri Sep 8 06:25:59 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06484 for cvs-sys-outgoing; Fri, 8 Sep 1995 06:25:59 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06418 ; Fri, 8 Sep 1995 06:24:34 -0700 Date: Fri, 8 Sep 1995 06:24:34 -0700 From: David Greenman Message-Id: <199509081324.GAA06418@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern imgact_aout.c imgact_shell.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/08 06:24:34 Modified: sys/kern imgact_aout.c imgact_shell.c Log: Fix my copyright. From owner-cvs-sys Fri Sep 8 06:27:10 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06550 for cvs-sys-outgoing; Fri, 8 Sep 1995 06:27:10 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06472 ; Fri, 8 Sep 1995 06:25:48 -0700 Date: Fri, 8 Sep 1995 06:25:48 -0700 From: David Greenman Message-Id: <199509081325.GAA06472@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern imgact_aout.c imgact_shell.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/08 06:25:48 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern imgact_aout.c imgact_shell.c Log: Fixed my copyright. From owner-cvs-sys Fri Sep 8 06:59:55 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA07362 for cvs-sys-outgoing; Fri, 8 Sep 1995 06:59:55 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA07339 ; Fri, 8 Sep 1995 06:58:33 -0700 Date: Fri, 8 Sep 1995 06:58:33 -0700 From: David Greenman Message-Id: <199509081358.GAA07339@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/08 06:58:32 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa if_ep.c Log: Brought in change from rev 1.30: SIOCGIFADDR ioctl for rarp. From owner-cvs-sys Fri Sep 8 07:29:59 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08559 for cvs-sys-outgoing; Fri, 8 Sep 1995 07:29:59 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08544 ; Fri, 8 Sep 1995 07:29:52 -0700 Date: Fri, 8 Sep 1995 07:29:52 -0700 From: Stefan Esser Message-Id: <199509081429.HAA08544@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk se 95/09/08 07:29:51 Modified: sys/pci ncr.c Log: Applied patches that make the driver compile on NetBSD again. They shouldn't affect FreeBSD, since they are within #ifdef NETBSD directives. Changed the HAD_ERROR return code into COMPLETE according to a comment in "/sys/scsi/scsiconf.h" Submitted by: Andreas Wrede From owner-cvs-sys Fri Sep 8 09:28:02 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA15212 for cvs-sys-outgoing; Fri, 8 Sep 1995 09:28:02 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA15200 ; Fri, 8 Sep 1995 09:27:57 -0700 Date: Fri, 8 Sep 1995 09:27:57 -0700 From: Bruce Evans Message-Id: <199509081627.JAA15200@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa asc.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk bde 95/09/08 09:27:56 Modified: sys/i386/isa asc.c Log: 3 out of 5 new devsw functions had benign type mismatches. From owner-cvs-sys Fri Sep 8 09:38:59 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA16240 for cvs-sys-outgoing; Fri, 8 Sep 1995 09:38:59 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA16226 ; Fri, 8 Sep 1995 09:38:54 -0700 Date: Fri, 8 Sep 1995 09:38:54 -0700 From: Bruce Evans Message-Id: <199509081638.JAA16226@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa asc.c gsc.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk bde 95/09/08 09:38:53 Modified: sys/i386/isa asc.c gsc.c Log: Declare `geomtab' as static. It was bogusly shared between the asc and the gsc drivers. From owner-cvs-sys Fri Sep 8 10:16:39 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA19031 for cvs-sys-outgoing; Fri, 8 Sep 1995 10:16:39 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA19020 ; Fri, 8 Sep 1995 10:16:34 -0700 Date: Fri, 8 Sep 1995 10:16:34 -0700 From: David Greenman Message-Id: <199509081716.KAA19020@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/08 10:16:34 Modified: sys/ufs/ffs ffs_alloc.c Log: Slight optimization for the standard case of rotdelay=0. From owner-cvs-sys Fri Sep 8 11:30:41 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA23433 for cvs-sys-outgoing; Fri, 8 Sep 1995 11:30:41 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA23418 ; Fri, 8 Sep 1995 11:30:35 -0700 Date: Fri, 8 Sep 1995 11:30:35 -0700 From: Julian Elischer Message-Id: <199509081830.LAA23418@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa asc.c ascreg.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/08 11:30:35 Modified: sys/i386/isa asc.c ascreg.h Log: added ID strings so we know what version we have... From owner-cvs-sys Fri Sep 8 12:01:39 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA25656 for cvs-sys-outgoing; Fri, 8 Sep 1995 12:01:39 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA25632 ; Fri, 8 Sep 1995 12:01:30 -0700 Date: Fri, 8 Sep 1995 12:01:30 -0700 From: Julian Elischer Message-Id: <199509081901.MAA25632@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa asc.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/08 12:01:30 Modified: sys/i386/isa asc.c Log: Added devfs nodes for other devices.. (didn't read the docs correctly) From owner-cvs-sys Fri Sep 8 12:18:08 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27839 for cvs-sys-outgoing; Fri, 8 Sep 1995 12:18:08 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27827 ; Fri, 8 Sep 1995 12:18:03 -0700 Date: Fri, 8 Sep 1995 12:18:03 -0700 From: Bruce Evans Message-Id: <199509081918.MAA27827@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys conf.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk bde 95/09/08 12:18:03 Modified: sys/sys conf.h Log: d_stop functions always returned void. Fix the declaration of d_stop_t to match. From owner-cvs-sys Fri Sep 8 12:30:16 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29065 for cvs-sys-outgoing; Fri, 8 Sep 1995 12:30:16 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29049 ; Fri, 8 Sep 1995 12:30:13 -0700 Date: Fri, 8 Sep 1995 12:30:13 -0700 From: Stefan Esser Message-Id: <199509081930.MAA29049@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk se 95/09/08 12:30:13 Modified: sys/pci ncr.c Log: Don't use vtophys() for constant addresses, cache the translations in the NCR control block (ncb) and command control block (ccb) instead. From owner-cvs-sys Fri Sep 8 12:37:16 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29650 for cvs-sys-outgoing; Fri, 8 Sep 1995 12:37:16 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29628 ; Fri, 8 Sep 1995 12:37:12 -0700 Date: Fri, 8 Sep 1995 12:37:12 -0700 From: Stefan Esser Message-Id: <199509081937.MAA29628@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci locate.pl Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk se 95/09/08 12:37:12 Added: sys/pci locate.pl Log: Perl script to convert NCR script address into label+offset. Useful to find the failed NCR instruction ... From owner-cvs-sys Fri Sep 8 12:57:20 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA01315 for cvs-sys-outgoing; Fri, 8 Sep 1995 12:57:20 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA01296 ; Fri, 8 Sep 1995 12:57:14 -0700 Date: Fri, 8 Sep 1995 12:57:14 -0700 From: Bruce Evans Message-Id: <199509081957.MAA01296@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound soundcard.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk bde 95/09/08 12:57:14 Modified: sys/i386/isa joy.c wcd.c sys/i386/isa/sound soundcard.c Log: Actually, 97 out of 304 devsw functions had benignly mismatched types. From owner-cvs-sys Fri Sep 8 18:44:02 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA22773 for cvs-sys-outgoing; Fri, 8 Sep 1995 18:44:02 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA22757 ; Fri, 8 Sep 1995 18:43:51 -0700 Date: Fri, 8 Sep 1995 18:43:51 -0700 From: Julian Elischer Message-Id: <199509090143.SAA22757@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/08 18:43:51 Modified: sys/ufs/ufs ufs_vnops.c Log: Obtained from:4.4lite2 fix a change where a shortcut resulted in teh wrong answer.. e.g. touch a touch b mv a b resulted in b being removed and a being moved to b in the shortcut.. touch a ln a b mv a b the wrong link was removed.. leaving a instead of b, giving a different result to when both files were separate. From owner-cvs-sys Sat Sep 9 04:41:10 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA15289 for cvs-sys-outgoing; Sat, 9 Sep 1995 04:41:10 -0700 Received: (from sos@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA15279 ; Sat, 9 Sep 1995 04:41:05 -0700 Date: Sat, 9 Sep 1995 04:41:05 -0700 From: Soren Schmidt Message-Id: <199509091141.EAA15279@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa atapi.c wcd.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk sos 95/09/09 04:41:05 Modified: sys/i386/isa atapi.c wcd.c Log: Patch to the atapi driver, by Serge V.Vakulenko, minor changes by me... Original message: This patch upgrades the ATAPI CD-ROM driver to version 1.3. It has three bugs fixed: 1) The `controller not ready' message at startup and later. It was caused by staled media change bit. 2) Incorrect shuffling of model string for some drives (NEC, Mitsumi). 3) Handling of drives which report itself as been of direct-access type, instead of CD-ROM type. There is one known bug which is not fixed yet -- probing in absense of IDE disks. A work-around exists though (thanks Steve!). If you have no IDE disks attached, then remove them from the kernel config file to make the CD-ROM attach correctly. Unfortunately, there is no way to disable them from the kernel interactive config mode. Reviewed by: sos (Soren Schmidt) Submitted by: vak@gw.cronyx.msk.su (Serge V.Vakulenko) From owner-cvs-sys Sat Sep 9 05:52:03 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA16112 for cvs-sys-outgoing; Sat, 9 Sep 1995 05:52:03 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA16095 ; Sat, 9 Sep 1995 05:51:59 -0700 Date: Sat, 9 Sep 1995 05:51:59 -0700 From: Julian Elischer Message-Id: <199509091251.FAA16095@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vnops.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/09 05:51:58 Modified: sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vnops.c Log: More hacking on devfs.. I can now do an mv on devices and directories in devfs This was the hardest part.. link, delete and symlink will follow in short order. This code works but has definitly got vnode locking problems I am electing to get the structure of it working before spending too much time on the vnode confusion so it's probably not reliable at the moment.. never-the less it looks good. :) From owner-cvs-sys Sat Sep 9 11:10:42 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA22175 for cvs-sys-outgoing; Sat, 9 Sep 1995 11:10:42 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA22164 ; Sat, 9 Sep 1995 11:10:38 -0700 Date: Sat, 9 Sep 1995 11:10:38 -0700 From: David Greenman Message-Id: <199509091810.LAA22164@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c vm_init.c vm_pageout.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/09 11:10:38 Modified: sys/i386/i386 autoconf.c conf.c cons.c machdep.c mem.c sys/i386/isa spkr.c sys/kern init_main.c kern_clock.c kern_malloc.c kern_synch.c subr_prof.c sysv_msg.c sysv_sem.c sysv_shm.c tty_subr.c uipc_domain.c uipc_mbuf.c vfs_bio.c vfs_conf.c vfs_init.c sys/miscfs/devfs devfs_tree.c sys/net if.c if_disc.c if_loop.c if_ppp.c if_sl.c if_tun.c sys/sys kernel.h mount.h sys/vm vm_glue.c vm_init.c vm_pageout.c Log: Fixed init functions argument type - caddr_t -> void *. Fixed a couple of compiler warnings. From owner-cvs-sys Sat Sep 9 16:10:26 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA05435 for cvs-sys-outgoing; Sat, 9 Sep 1995 16:10:26 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA05422 ; Sat, 9 Sep 1995 16:10:22 -0700 Date: Sat, 9 Sep 1995 16:10:22 -0700 From: David Greenman Message-Id: <199509092310.QAA05422@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pci.c pcisupport.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/09 16:10:22 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci pci.c pcisupport.c Log: Brought in changes from main branch: mostly cosmetic, a fix or two, and recognize more chips. From owner-cvs-sys Sat Sep 9 18:51:18 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA09163 for cvs-sys-outgoing; Sat, 9 Sep 1995 18:51:18 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA09153 ; Sat, 9 Sep 1995 18:51:14 -0700 Date: Sat, 9 Sep 1995 18:51:14 -0700 From: David Greenman Message-Id: <199509100151.SAA09153@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf files.i386 Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/09 18:51:14 Branch: sys/i386/conf RELENG_2_1_0 Modified: sys/i386/conf files.i386 Log: Revert bogus change in rev 1.98.4.3 that broke GUS support. From owner-cvs-sys Sat Sep 9 18:55:41 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA09381 for cvs-sys-outgoing; Sat, 9 Sep 1995 18:55:41 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA09371 ; Sat, 9 Sep 1995 18:55:39 -0700 Date: Sat, 9 Sep 1995 18:55:39 -0700 From: David Greenman Message-Id: <199509100155.SAA09371@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk davidg 95/09/09 18:55:39 Branch: sys/i386/conf RELENG_2_1_0 Modified: sys/i386/conf LINT Log: Revert bogus change in rev 1.184.4.2 that broke GUS support.