Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/thorpej_scsipi]: src/sys Remove files that are no longer on the trunck, ...



details:   https://anonhg.NetBSD.org/src/rev/367b242ecf3d
branches:  thorpej_scsipi
changeset: 477331:367b242ecf3d
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Nov 20 22:19:20 2000 +0000

description:
Remove files that are no longer on the trunck, and commit Makefile which
I forgot in the batch of commits.

diffstat:

 sys/Makefile                            |      7 +-
 sys/compat/linux/common/Makefile        |     11 -
 sys/dev/cardbus/pccardcis.h             |     92 -
 sys/dev/dec/zskbd.c                     |    535 -
 sys/dev/dec/zskbdvar.h                  |      6 -
 sys/dev/dec/zsms.c                      |    475 -
 sys/dev/ic/aic7xxxreg.h                 |    778 -
 sys/dev/isa/espvar.h                    |    119 -
 sys/dev/isa/if_depca_isa.c              |    475 -
 sys/dev/isa/nca.c                       |    436 -
 sys/dev/isa/ncareg.h                    |    101 -
 sys/dev/isa/ncavar.h                    |     74 -
 sys/dev/isa/pckbc.c                     |   1119 -
 sys/dev/isa/pckbcvar.h                  |     68 -
 sys/dev/microcode/aic7xxx/aic7xxx_asm.1 |     72 -
 sys/dev/microcode/aic7xxx/aic7xxx_asm.c |    687 -
 sys/dev/microcode/isp/asm_pci.h         |  24952 ------------------------------
 sys/dev/pci/if_rl.c                     |   1695 --
 sys/dev/pci/if_rlreg.h                  |    407 -
 sys/dev/pci/tga_bt463.c                 |    591 -
 sys/dev/pci/tga_bt485.c                 |    604 -
 sys/dev/qbus/if_uba.c                   |    395 -
 sys/dev/qbus/if_uba.h                   |    143 -
 sys/dev/raidframe/rf_cpuutil.c          |    119 -
 sys/dev/raidframe/rf_cpuutil.h          |     56 -
 sys/dev/raidframe/rf_diskthreads.h      |     56 -
 sys/dev/raidframe/rf_reconstub.c        |    102 -
 sys/dev/raidframe/rf_threadid.h         |     54 -
 sys/ipkdb/debuggers.h                   |     23 -
 sys/ipkdb/ipkdb_slip.c                  |    136 -
 sys/lkm/netinet/if_ipl/ipl.h            |     18 -
 sys/netinet6/icmp6.h                    |    653 -
 sys/netinet6/ip6.h                      |    247 -
 sys/netkey/keyv2.h                      |    408 -
 sys/sys/vsio.h                          |    160 -
 sys/vm/Makefile                         |     13 -
 sys/vm/pglist.h                         |      8 -
 sys/vm/pmap.h                           |    157 -
 sys/vm/vm.h                             |     94 -
 sys/vm/vm_conf.h                        |     42 -
 sys/vm/vm_extern.h                      |     62 -
 sys/vm/vm_inherit.h                     |     85 -
 sys/vm/vm_kern.h                        |     74 -
 sys/vm/vm_map.h                         |    419 -
 sys/vm/vm_object.h                      |     77 -
 sys/vm/vm_page.h                        |    415 -
 sys/vm/vm_pageout.h                     |     69 -
 sys/vm/vm_pager.h                       |     72 -
 sys/vm/vm_param.h                       |    164 -
 sys/vm/vm_prot.h                        |    104 -
 sys/vm/vm_swap.h                        |      4 -
 51 files changed, 3 insertions(+), 37730 deletions(-)

diffs (truncated from 37944 to 300 lines):

diff -r 4227fd4ed089 -r 367b242ecf3d sys/Makefile
--- a/sys/Makefile      Mon Nov 20 22:16:30 2000 +0000
+++ b/sys/Makefile      Mon Nov 20 22:19:20 2000 +0000
@@ -1,11 +1,10 @@
-#      $NetBSD: Makefile,v 1.36 1999/07/01 08:12:45 itojun Exp $
+#      $NetBSD: Makefile,v 1.36.2.1 2000/11/20 22:19:20 bouyer Exp $
 
 SUBDIR=        adosfs arch compat dev filecorefs isofs miscfs msdosfs net \
        netatalk netccitt netinet netinet6 netiso netkey netnatm netns \
-       nfs ntfs sys ufs uvm vm
+       nfs ntfs sys ufs uvm
 
-.if (${MACHINE_ARCH} != "powerpc" && \
-    ${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel")
+.if (${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel")
 
 SUBDIR+= lkm
 
diff -r 4227fd4ed089 -r 367b242ecf3d sys/compat/linux/common/Makefile
--- a/sys/compat/linux/common/Makefile  Mon Nov 20 22:16:30 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#      $NetBSD: Makefile,v 1.1 1998/10/01 00:28:34 erh Exp $
-
-KDIR=  /sys/compat/linux/common
-INCSDIR= /usr/include/compat/linux/common
-
-INCS=  linux_cdrom.h linux_dirent.h linux_errno.h linux_exec.h linux_fcntl.h \
-       linux_ioctl.h linux_ipc.h linux_misc.h linux_mmap.h linux_msg.h \
-       linux_sem.h linux_shm.h linux_signal.h linux_socket.h linux_sockio.h \
-       linux_termios.h linux_types.h linux_util.h
-
-.include <bsd.kinc.mk>
diff -r 4227fd4ed089 -r 367b242ecf3d sys/dev/cardbus/pccardcis.h
--- a/sys/dev/cardbus/pccardcis.h       Mon Nov 20 22:16:30 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,92 +0,0 @@
-/*     $NetBSD: pccardcis.h,v 1.2 1999/10/15 06:42:22 haya Exp $       */
-
-/*
- * Copyright (c) 1997 and 1998
- *                             HAYAKAWA Koichi.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the author.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
- * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-
-#if !defined SYS_DEV_PCCARD_PCCARDCIS_H
-#define SYS_DEV_PCCARD_PCCARDCIS_H 1
-
-#define CISTPL_NULL        0x00
-#define CISTPL_DEVICE      0x01
-#define CISTPL_CONFIG_CB   0x04
-#define CISTPL_CFTABLE_ENTRY_CB 0x05
-#define CISTPL_BAR         0x07
-#define CISTPL_CHECKSUM    0x10
-#define CISTPL_LONGLINK_A  0x11
-#define CISTPL_LONGLINK_C  0x12
-#define CISTPL_LINKTARGET  0x13
-#define CISTPL_NO_LINK     0x14
-#define CISTPL_VERS_1      0x15
-#define CISTPL_ALTSTR      0x16
-#define CISTPL_DEVICE_A    0x17
-#define CISTPL_JEDEC_C     0x18
-#define CISTPL_JEDEC_A     0x19
-#define CISTPL_CONFIG      0x1A
-#define CISTPL_CFTABLE_ENTRY 0x1B
-#define CISTPL_DEVICE_OC   0x1C
-#define CISTPL_DEVICE_OA   0x1D
-#define CISTPL_DEVICE_GEO  0x1E
-#define CISTPL_DEVICE_GEO_A  0x1F
-#define CISTPL_MANFID      0x20
-#define CISTPL_FUNCID      0x21
-#define CISTPL_FUNCE       0x22
-#define CISTPL_SWIL        0x23
-#define CISTPL_VERS_2      0x40
-#define CISTPL_FORMAT      0x41
-#define CISTPL_GEOMETRY    0x42
-#define CISTPL_BYTEORDER   0x43
-#define CISTPL_DATE        0x44
-#define CISTPL_BATTERY     0x45
-#define CISTPL_ORG         0x46
-#define CISTPL_END         0xFF
-
-
-/* CISTPL_FUNC */
-#define TPL_FUNC_MF         0  /* multi function tuple */
-#define TPL_FUNC_MEM        1  /* memory */
-#define TPL_FUNC_SERIAL     2  /* serial, including modem and fax */
-#define TPL_FUNC_PARALLEL   3  /* parallel, including printer and SCSI */
-#define TPL_FUNC_DISK       4  /* Disk */
-#define TPL_FUNC_VIDEO      5  /* Video Adaptor */
-#define TPL_FUNC_LAN        6  /* LAN Adaptor */
-#define TPL_FUNC_AIMS       7  /* Auto Inclement Mass Strages */
-
-/* TPL_FUNC_LAN */
-#define TPL_FUNCE_LAN_TECH  1  /* technology */
-#define TPL_FUNCE_LAN_SPEED 2  /* speed */
-#define TPL_FUNCE_LAN_MEDIA 2  /* which media do you use? */
-#define TPL_FUNCE_LAN_NID   4  /* node id (address) */
-#define TPL_FUNCE_LAN_CONN  5  /* connector type (shape) */
-
-
-#endif /* SYS_DEV_PCCARD_PCCARDCIS_H */
diff -r 4227fd4ed089 -r 367b242ecf3d sys/dev/dec/zskbd.c
--- a/sys/dev/dec/zskbd.c       Mon Nov 20 22:16:30 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,535 +0,0 @@
-/*     $NetBSD: zskbd.c,v 1.5 1999/09/16 19:39:05 drochner Exp $       */
-
-/*
- * Copyright (c) 1992, 1993
- *     The Regents of the University of California.  All rights reserved.
- *
- * This software was developed by the Computer Systems Engineering group
- * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
- * contributed to Berkeley.
- *
- * All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratory.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- *     @(#)kbd.c       8.2 (Berkeley) 10/30/93
- */
-
-/*
- * LK200/LK400 keyboard attached with channel A of the 2nd SCC
- */
-
-#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/device.h>
-#include <sys/ioctl.h>
-#include <sys/syslog.h>
-#include <sys/malloc.h>
-
-#include <dev/wscons/wsconsio.h>
-#include <dev/wscons/wskbdvar.h>
-#include <dev/wscons/wsksymdef.h>
-#include <dev/wscons/wsksymvar.h>
-#include <dev/dec/wskbdmap_lk201.h>
-
-#include <dev/ic/z8530reg.h>
-#include <machine/z8530var.h>
-
-#include <dev/tc/tcvar.h>
-#include <dev/dec/zskbdvar.h>
-#include <dev/dec/lk201reg.h>
-#include <dev/dec/lk201var.h>
-
-#include "locators.h"
-
-/*
- * How many input characters we can buffer.
- * The port-specific var.h may override this.
- * Note: must be a power of two!
- */
-#define        ZSKBD_RX_RING_SIZE      256
-#define ZSKBD_RX_RING_MASK (ZSKBD_RX_RING_SIZE-1)
-/*
- * Output buffer.  Only need a few chars.
- */
-#define        ZSKBD_TX_RING_SIZE      16
-#define ZSKBD_TX_RING_MASK (ZSKBD_TX_RING_SIZE-1)
-
-#define ZSKBD_BPS 4800
-
-struct zskbd_internal {
-       struct zs_chanstate *zsi_cs;
-       struct lk201_state zsi_ks;
-};
-
-struct zskbd_internal zskbd_console_internal;
-
-struct zskbd_softc {
-       struct device zskbd_dev;        /* required first: base device */
-
-       struct zskbd_internal *sc_itl;
-
-       /* Flags to communicate with zskbd_softintr() */
-       volatile int zskbd_intr_flags;
-#define        INTR_RX_OVERRUN 1
-#define INTR_TX_EMPTY   2
-#define INTR_ST_CHECK   4
-
-       /*
-        * The receive ring buffer.
-        */
-       u_int   zskbd_rbget;    /* ring buffer `get' index */
-       volatile u_int  zskbd_rbput;    /* ring buffer `put' index */
-       u_short zskbd_rbuf[ZSKBD_RX_RING_SIZE]; /* rr1, data pairs */
-
-       int sc_enabled;
-       int kbd_type;
-    
-       struct device *sc_wskbddev;
-};
-
-struct zsops zsops_zskbd;
-
-static void    zskbd_input __P((struct zskbd_softc *, int));
-
-static int     zskbd_match __P((struct device *, struct cfdata *, void *));
-static void    zskbd_attach __P((struct device *, struct device *, void *));
-
-struct cfattach zskbd_ca = {
-       sizeof(struct zskbd_softc), zskbd_match, zskbd_attach,
-};
-
-static int     zskbd_enable __P((void *, int));
-static void    zskbd_set_leds __P((void *, int));
-static int     zskbd_ioctl __P((void *, u_long, caddr_t, int, struct proc *));
-
-const struct wskbd_accessops zskbd_accessops = {
-       zskbd_enable,
-       zskbd_set_leds,
-       zskbd_ioctl,
-};
-
-static void    zskbd_cngetc(void *, u_int *, int *);
-static void    zskbd_cnpollc(void *, int);
-
-const struct wskbd_consops zskbd_consops = {
-       zskbd_cngetc,
-       zskbd_cnpollc,
-};
-
-static int zskbd_sendchar __P((void *, u_char));
-
-const struct wskbd_mapdata zskbd_keymapdata = {
-       zskbd_keydesctab,
-#ifdef ZSKBD_LAYOUT
-       ZSKBD_LAYOUT,
-#else
-       KB_US | KB_LK401,
-#endif
-};
-
-int zskbd_cnattach __P((struct zs_chanstate *));       /* EXPORTED */
-
-/*
- * kbd_match: how is this zs channel configured?
- */
-static int
-zskbd_match(parent, cf, aux)
-       struct device *parent;



Home | Main Index | Thread Index | Old Index