diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-08-04 17:00:46 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-08-04 17:00:46 +0000 |
commit | 2a66130e73834c1fc23e99335bbc737294b58537 (patch) | |
tree | 9c0d30b9f318d8b48714948190678bb5102d846f /sys/arch/alpha/conf/GENERIC | |
parent | e640d975aff83d74ed898bc9958819ffef6d5024 (diff) |
enable sfb/cfb/tga and compat_osf1. make it compile without mods.
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 706e6808f9d..2146cf764d9 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.51 2000/07/05 21:52:07 ericj Exp $ +# $OpenBSD: GENERIC,v 1.52 2000/08/04 17:00:45 ericj 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. @@ -17,7 +17,7 @@ option DEC_AXPPCI_33 # NoName: AXPpci33, etc. option DEC_EB164 # EB164: AlphaPC 164 option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) -#option COMPAT_OSF1 # OSF/1 binary compatibility -- BROKEN +option COMPAT_OSF1 # OSF/1 binary compatibility # Disklabel compatibility options option DISKLABEL_ALL # All of the ones mentined below @@ -78,7 +78,7 @@ fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) ncr* at pci? dev ? function ? # NCR 53c8xx SCSI pceb* at pci? dev ? function ? # Intel PCI-EISA brige -vga* at pci? dev ? function ? # PCI VGA graphics +#vga* at pci? dev ? function ? # PCI VGA graphics ppb* at pci? dev ? function ? # PCI-PCI bridges sio* at pci? dev ? function ? # Intel PCI-ISA bridge tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics @@ -104,13 +104,13 @@ isa* at sio? mcclock* at isa? port 0x70 #pcppi* at isa? # PC prog. periph. interface #spkr0 at pcppi? -pckbc* at isa? # PC keyboard controller -pckbd* at pckbc? # PC keyboard (kbd port) -pms* at pckbc? # PS/2-style mouse (aux port) +#pckbc* at isa? # PC keyboard controller +#pckbd* at pckbc? # PC keyboard (kbd port) +#pms* at pckbc? # PS/2-style mouse (aux port) com* at isa? port 0x3f8 irq 4 # standard serial ports com* at isa? port 0x2f8 irq 3 lpt* at isa? port 0x3bc irq 7 # standard parallel port -vga* at isa? # ISA (EISA: XXX) VGA +#vga* at isa? # ISA (EISA: XXX) VGA we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC 80x3 ethernet we1 at isa? port 0x300 iomem 0xcc000 irq 10 # ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3C503 ethernet cards @@ -156,9 +156,9 @@ ch* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? # Workstation Console attachments -#wscons* at cfb? -#wscons* at vga? -#wscons* at sfb? +wsdisplay* at cfb? +#wsdisplay* at vga? +wsdisplay* at sfb? wsdisplay* at tga? #wskbd* at pckbd? #wsmouse* at pms? |