diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-01-23 04:28:40 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-01-23 04:28:40 +0000 |
commit | 14f7eeb27d176d8c33ea887cb78c28dfff57e5ee (patch) | |
tree | 39d51af77a5d6ce9b741234e1e2b7cf864dd84c3 /sys | |
parent | fffe9ccbe7ee415586b825fd7b9db8bc1ef90c5e (diff) |
remove vga/vgafb for now. mac is currently running on openfirmware
console and now that configuration works better, this causes problems.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISKMAC | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/powerpc/conf/RAMDISKMAC b/sys/arch/powerpc/conf/RAMDISKMAC index 59b7bb435b4..545f9aaf83d 100644 --- a/sys/arch/powerpc/conf/RAMDISKMAC +++ b/sys/arch/powerpc/conf/RAMDISKMAC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKMAC,v 1.3 2000/01/14 05:35:31 rahnds Exp $ +# $OpenBSD: RAMDISKMAC,v 1.4 2000/01/23 04:28:39 rahnds Exp $ # # PPC GENERIC config file # @@ -57,8 +57,8 @@ ppb* at pci? dev ? function ? # PCI-PCI bridges ncr* at pci? dev ? function ? de* at pci? dev ? function ? #vme* at pci? dev ? function ? -vga* at pci? dev ? function ? # PCI VGA graphics -vgafb0 at pci? dev ? function ? # PCI VGA graphics +#vga* at pci? dev ? function ? # PCI VGA graphics +#vgafb0 at pci? dev ? function ? # PCI VGA graphics #ep* at pci? dev ? function ? # 3Com 3c59x #ne* at pci? dev ? function ? # NE2000-compatible Ethernet #adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI @@ -133,8 +133,8 @@ scsibus* at atapiscsi? #### Workstation Console attachments -wscons* at vga? -wscons* at vgafb? +#wscons* at vga? +#wscons* at vgafb? #### SCSI Bus devices |