Source-Changes-D archive

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

Re: CVS commit: src/sys/arch/amiga/conf



Thanks.

On 2 Sep 2013, at 9:24 AM, Nick Hudson <skrll%netbsd.org@localhost> wrote:

> Module Name:  src
> Committed By: skrll
> Date:         Mon Sep  2 07:24:17 UTC 2013
> 
> Modified Files:
>       src/sys/arch/amiga/conf: DRACO GENERIC INSTALL
> 
> Log Message:
> Re-gen. Hi rkujawa.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.171 -r1.172 src/sys/arch/amiga/conf/DRACO
> cvs rdiff -u -r1.303 -r1.304 src/sys/arch/amiga/conf/GENERIC
> cvs rdiff -u -r1.121 -r1.122 src/sys/arch/amiga/conf/INSTALL
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
> Modified files:
> 
> Index: src/sys/arch/amiga/conf/DRACO
> diff -u src/sys/arch/amiga/conf/DRACO:1.171 
> src/sys/arch/amiga/conf/DRACO:1.172
> --- src/sys/arch/amiga/conf/DRACO:1.171       Sun Jun 30 21:38:55 2013
> +++ src/sys/arch/amiga/conf/DRACO     Mon Sep  2 07:24:17 2013
> @@ -1,9 +1,9 @@
> -# $NetBSD: DRACO,v 1.171 2013/06/30 21:38:55 rmind Exp $
> +# $NetBSD: DRACO,v 1.172 2013/09/02 07:24:17 skrll Exp $
> #
> # This file was automatically created.
> # Changes will be lost when make is run in this directory.
> #
> -# Created from: # NetBSD: GENERIC.in,v 1.110 2013/01/29 21:04:55 rkujawa Exp 
> $
> +# Created from: # NetBSD: GENERIC.in,v 1.119 2013/08/11 16:15:52 rkujawa Exp 
> $
> #
> ##
> # GENERIC machine description file
> @@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
> 
> options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
> 
> -#ident               "GENERIC-$Revision: 1.171 $"
> +#ident               "GENERIC-$Revision: 1.172 $"
> 
> 
> maxusers      8
> @@ -298,6 +298,9 @@ ed*               at zbus0                # Hydra, ASDG 
> LanRover
> es*           at zbus0                # CEI A4066 EthernetPLUS
> qn*           at zbus0                # Quicknet
> 
> +xsh*         at zbus0                # X-Surf 100
> +ne*          at xshbus?              # NE2000 chip on X-Surf 100
> +
> xsurf*                at zbus0                # X-Surf
> ne*           at xsurfbus?            # NE2000 chip on X-Surf
> gencp*                at xsurfbus?            # clockports on X-Surf
> 
> Index: src/sys/arch/amiga/conf/GENERIC
> diff -u src/sys/arch/amiga/conf/GENERIC:1.303 
> src/sys/arch/amiga/conf/GENERIC:1.304
> --- src/sys/arch/amiga/conf/GENERIC:1.303     Sun Jun 30 21:38:55 2013
> +++ src/sys/arch/amiga/conf/GENERIC   Mon Sep  2 07:24:17 2013
> @@ -1,9 +1,9 @@
> -# $NetBSD: GENERIC,v 1.303 2013/06/30 21:38:55 rmind Exp $
> +# $NetBSD: GENERIC,v 1.304 2013/09/02 07:24:17 skrll Exp $
> #
> # This file was automatically created.
> # Changes will be lost when make is run in this directory.
> #
> -# Created from: # NetBSD: GENERIC.in,v 1.110 2013/01/29 21:04:55 rkujawa Exp 
> $
> +# Created from: # NetBSD: GENERIC.in,v 1.119 2013/08/11 16:15:52 rkujawa Exp 
> $
> #
> ##
> # GENERIC machine description file
> @@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
> 
> options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
> 
> -#ident               "GENERIC-$Revision: 1.303 $"
> +#ident               "GENERIC-$Revision: 1.304 $"
> 
> 
> maxusers      8
> @@ -381,6 +381,9 @@ ed*               at zbus0                # Hydra, ASDG 
> LanRover
> es*           at zbus0                # CEI A4066 EthernetPLUS
> qn*           at zbus0                # Quicknet
> 
> +xsh*         at zbus0                # X-Surf 100
> +ne*          at xshbus?              # NE2000 chip on X-Surf 100
> +
> xsurf*                at zbus0                # X-Surf
> ne*           at xsurfbus?            # NE2000 chip on X-Surf
> gencp*                at xsurfbus?            # clockports on X-Surf
> @@ -541,6 +544,16 @@ bthidev* at bthub?
> # Bluetooth Audio support
> #btsco* at bthub?
> 
> +# USB
> +slhci*               at zbus?                # Thylacine
> +usb*         at slhci?
> +
> +uhub*                at usb?
> +uhub*                at uhub? port ?
> +
> +uhidev*              at uhub? port ? configuration ? interface ?
> +uhid*                at uhidev? reportid ?
> +
> #
> # accept filters
> pseudo-device accf_data               # "dataready" accept filter
> 
> Index: src/sys/arch/amiga/conf/INSTALL
> diff -u src/sys/arch/amiga/conf/INSTALL:1.121 
> src/sys/arch/amiga/conf/INSTALL:1.122
> --- src/sys/arch/amiga/conf/INSTALL:1.121     Sun Jun 30 21:38:55 2013
> +++ src/sys/arch/amiga/conf/INSTALL   Mon Sep  2 07:24:17 2013
> @@ -1,9 +1,9 @@
> -# $NetBSD: INSTALL,v 1.121 2013/06/30 21:38:55 rmind Exp $
> +# $NetBSD: INSTALL,v 1.122 2013/09/02 07:24:17 skrll Exp $
> #
> # This file was automatically created.
> # Changes will be lost when make is run in this directory.
> #
> -# Created from: # NetBSD: GENERIC.in,v 1.110 2013/01/29 21:04:55 rkujawa Exp 
> $
> +# Created from: # NetBSD: GENERIC.in,v 1.119 2013/08/11 16:15:52 rkujawa Exp 
> $
> #
> ##
> # GENERIC machine description file
> @@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
> 
> options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
> 
> -#ident               "GENERIC-$Revision: 1.121 $"
> +#ident               "GENERIC-$Revision: 1.122 $"
> 
> makeoptions   COPTS="-Os"
> 
> @@ -324,6 +324,9 @@ ed*               at zbus0                # Hydra, ASDG 
> LanRover
> es*           at zbus0                # CEI A4066 EthernetPLUS
> qn*           at zbus0                # Quicknet
> 
> +xsh*         at zbus0                # X-Surf 100
> +ne*          at xshbus?              # NE2000 chip on X-Surf 100
> +
> xsurf*                at zbus0                # X-Surf
> ne*           at xsurfbus?            # NE2000 chip on X-Surf
> gencp*                at xsurfbus?            # clockports on X-Surf
> @@ -482,6 +485,16 @@ bthidev* at bthub?
> # Bluetooth Audio support
> #btsco* at bthub?
> 
> +# USB
> +slhci*               at zbus?                # Thylacine
> +usb*         at slhci?
> +
> +uhub*                at usb?
> +uhub*                at uhub? port ?
> +
> +uhidev*              at uhub? port ? configuration ? interface ?
> +uhid*                at uhidev? reportid ?
> +
> 
> pseudo-device loop                    # loopback network interface
> pseudo-device sl                      # SLIP network interfaces
> 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail



Home | Main Index | Thread Index | Old Index