diff options
author | 2002-06-03 16:35:55 +0000 | |
---|---|---|
committer | 2002-06-03 16:35:55 +0000 | |
commit | 2e3d039dcb1e37da689de22591ce044364c5e19a (patch) | |
tree | 30cd44926d69576d5f755b90e592d4b65d2bb087 | |
parent | - use the 24 bits dumb frame buffer reg. instead of the 32 one, but return (diff) | |
download | wireguard-openbsd-2e3d039dcb1e37da689de22591ce044364c5e19a.tar.xz wireguard-openbsd-2e3d039dcb1e37da689de22591ce044364c5e19a.zip |
add rasops24 to creator. minor indentation while i'm here.
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index aeeaac768ed..f01cb1e6783 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.33 2002/05/21 04:31:03 jason Exp $ +# $OpenBSD: files.sparc64,v 1.34 2002/06/03 16:35:55 fgsch Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -41,7 +41,7 @@ file arch/sparc64/dev/sbus.c sbus include "dev/rasops/files.rasops" include "dev/wsfont/files.wsfont" -device creator: wsemuldisplaydev, rasops8, rasops16, rasops32 +device creator: wsemuldisplaydev, rasops8, rasops16, rasops24, rasops32 attach creator at mainbus file arch/sparc64/dev/creator.c creator @@ -52,7 +52,7 @@ file arch/sparc64/dev/psycho.c psycho file arch/sparc64/dev/pci_machdep.c psycho attach hme at pci with hme_pci -file dev/pci/if_hme_pci.c hme_pci +file dev/pci/if_hme_pci.c hme_pci device vgafb: wsemuldisplaydev, wsrasteremulops, wsemul_sun attach vgafb at pci @@ -134,11 +134,11 @@ file arch/sparc64/dev/z8530sc.c zs define zstty {} device zstty: tty attach zstty at zs -file arch/sparc64/dev/z8530tty.c zstty needs-flag +file arch/sparc64/dev/z8530tty.c zstty needs-flag device zskbd: tty, wskbddev, sunkbd attach zskbd at zs -file arch/sparc64/dev/z8530kbd.c zskbd needs-flag +file arch/sparc64/dev/z8530kbd.c zskbd needs-flag file dev/cons.c file arch/sparc64/dev/consinit.c |