diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-09-02 03:05:11 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-09-02 03:05:11 +0000 |
commit | e6ed50c93d00beeb56184331c567f41d81dbf9c0 (patch) | |
tree | a8e5adb7bc7b0a8234d6afdfd5d4b5878754ea80 | |
parent | 834ac874e90a2c70d9af9b652148a76eea0efe39 (diff) |
Added xl* for 3c90x
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 13153dffd14..f805e528166 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.75 1998/08/10 18:51:48 provos Exp $ +# $OpenBSD: GENERIC,v 1.76 1998/09/02 03:05:10 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -176,6 +176,7 @@ ep* at pci? dev ? function ? # 3C590 ethernet cards ed* at pcmcia? port 0x300 size 0x20 irq 10 slot ? # PCMCIA based ed cards ep* at pcmcia? port 0x300 size 0x10 irq 10 slot ? # PCMCIA based ep cards fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards +xl* at pci? dev ? function ? # 3c900/3c905 Ethernet pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 20cfd19d747..452d994a37f 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.31 1998/06/23 05:59:50 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.32 1998/09/02 03:05:10 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -182,6 +182,7 @@ ed* at pci? dev ? function ? # NE2000-compat ethernet cards ed* at pcmcia? port 0x300 size 0x20 irq 10 slot ? # PCMCIA based ed cards ep* at pcmcia? port 0x300 size 0x10 irq 10 slot ? # PCMCIA based ep cards #fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards +xl* at pci? dev ? function ? # 3C900/3C905 ethernet cards pseudo-device loop 1 # network loopback pseudo-device sl 1 # CSLIP |