diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-05-06 05:37:03 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-05-06 05:37:03 +0000 |
commit | 0aaf356a52a2fc2fcfea3d777468ea2904ef62b9 (patch) | |
tree | feca9fd7e5aa880a9b727ce0078963d0d52dd84a /sys/arch/alpha/conf | |
parent | 31a1ed71dc433600837d11daf39cd0cf0b15e8b9 (diff) |
fix the untested comment.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 7 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 2dca430e712..99fc9152823 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.170 2006/05/06 05:30:01 brad Exp $ +# $OpenBSD: GENERIC,v 1.171 2006/05/06 05:37:02 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -187,6 +187,7 @@ gdt* at pci? # ICP Vortex GDT RAID controllers scsibus* at gdt? twe* at pci? # 3ware Escalade RAID controllers scsibus* at twe? +## #BROKEN: adv and twe have 64-bit problems #adv* at pci? # AdvanSys 1200A/B and ULTRA SCSI @@ -229,11 +230,12 @@ ath* at pci? # Atheros AR5k (802.11) musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards -#UNTESTED: the following section of drivers is untested on alpha. +#UNTESTED: the following drivers are untested. en* at pci? # ENI PCI ATM (untested) wb* at pci? # Winbond W89C840F ethernet sf* at pci? # Adaptec AIC-6915 ethernet an* at pci? # Cisco/Aironet 802.11DS +## vga* at pci? # PCI VGA graphics tga* at pci? # DEC ZLXp-E[123] graphics @@ -364,6 +366,7 @@ sv* at pci? # S3 SonicVibes (S3 617) cmpci* at pci? # C-Media CMI8338/8738 fms* at pci? # Forte Media FM801 auvia* at pci? # VIA VT82C686A +## # OPL[23] FM synthesizers opl* at eso? diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index bc1d9bb96df..f8248230cf5 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.64 2006/05/06 05:30:01 brad Exp $ +# $OpenBSD: RAMDISKBIG,v 1.65 2006/05/06 05:37:02 brad Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -167,6 +167,7 @@ dpt* at pci? # DPT SmartCache/SmartRAID PCI scsibus* at dpt? gdt* at pci? # ICP Vortex GDT RAID controllers scsibus* at gdt? +## #BROKEN: adv and twe have 64-bit problems #adv* at pci? # AdvanSys 1200A/B and ULTRA SCSI @@ -204,11 +205,12 @@ tl* at pci? # Compaq Thunderlan ethernet ste* at pci? # Sundance ST201 ethernet ral* at pci? # Ralink RT2500/RT2501/RT2600 -#UNTESTED: the following section of drivers is untested on alpha. +#UNTESTED: the following drivers are untested. en* at pci? # ENI PCI ATM (untested) wb* at pci? # Winbond W89C840F ethernet sf* at pci? # Adaptec AIC-6915 ethernet an* at pci? # Cisco/Aironet 802.11DS +## vga* at pci? # PCI VGA graphics tga* at pci? # DEC ZLXp-E[123] graphics |