diff options
author | 2000-01-23 04:28:39 +0000 | |
---|---|---|
committer | 2000-01-23 04:28:39 +0000 | |
commit | cb4e69e87ede2553f59561b6be5d194bb71416bb (patch) | |
tree | 81569c9244b0684da5f53373bad8fef5c4ae1287 | |
parent | ip4_input -> ip4_input6, and fix typo in comment (diff) | |
download | wireguard-openbsd-cb4e69e87ede2553f59561b6be5d194bb71416bb.tar.xz wireguard-openbsd-cb4e69e87ede2553f59561b6be5d194bb71416bb.zip |
remove vga/vgafb for now. mac is currently running on openfirmware
console and now that configuration works better, this causes problems.
-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 |