diff options
author | 2002-07-04 20:05:27 +0000 | |
---|---|---|
committer | 2002-07-04 20:05:27 +0000 | |
commit | ac1fc8ea6d0f0f3e9eb54934ddf5db3be6eaff4f (patch) | |
tree | 148099afccc6879d39415bf5942bc1b44997c14d | |
parent | Add a few scary notes about the upgrade process, and advise people to (diff) | |
download | wireguard-openbsd-ac1fc8ea6d0f0f3e9eb54934ddf5db3be6eaff4f.tar.xz wireguard-openbsd-ac1fc8ea6d0f0f3e9eb54934ddf5db3be6eaff4f.zip |
ep at isapnp works (dma on isapnp is still non-working).
And fix a comment while there.
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index e47c32871c7..663e43683de 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.113 2002/07/03 03:45:15 aaron Exp $ +# $OpenBSD: GENERIC,v 1.114 2002/07/04 20:05:27 miod Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -182,7 +182,7 @@ skc* at pci? dev ? function ? # SysKonnect GEnesis 984x sk* at skc? # each port of above an* at pci? dev ? function ? # Cisco/Aironet 802.11DS -#BROKEN: The following two drivers have 64-bit issues +#BROKEN: The following driver has 64-bit issues #tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet vga* at pci? dev ? function ? # PCI VGA graphics @@ -236,6 +236,7 @@ ne0 at isa? port 0x240 irq 9 # NE[12]000 ethernet cards ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet cards ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards ep* at isa? port ? irq ? # 3C509 ethernet cards +ep* at isapnp? # 3C509 ethernet cards #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System lc0 at isa? port 0x200 irq ? # DEC EtherWorks lc1 at isa? port 0x280 irq ? # DEC EtherWorks |