diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-12-14 15:18:19 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-12-14 15:18:19 +0000 |
commit | fb6e2e1a056a6f631c29e9cd2c48782c529bfd17 (patch) | |
tree | 8945d59c439a453f870a042988a2b6690168ebed /sys/arch/sparc64 | |
parent | ac708d0891ff83a3512dfb2845b40281ae2d5674 (diff) |
add vgafb (disabled), and while here add cgsix/cgthree as disabled
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 8ee4607cd7b..41bae473b0a 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.32 2001/12/07 22:15:32 jason Exp $ +# $OpenBSD: GENERIC,v 1.33 2001/12/14 15:18:18 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -34,6 +34,9 @@ dc* at pci? dev ? function ? siop* at pci? dev ? function ? scsibus* at siop? +vgafb* at pci? disable dev ? function ? +wsdisplay* at vgafb? + # USB bridges ohci* at pci? dev ? function ? usb* at ohci? @@ -124,11 +127,11 @@ nsphy* at mii? phy ? # NS and compatible PHYs qsphy* at mii? phy ? # Quality Semi QS6612 PHYs ukphy* at mii? phy ? # Unknown PHYs -#cgsix* at sbus? slot ? offset ? -#wsdisplay* at cgsix? +cgsix* at sbus? disable slot ? offset ? +wsdisplay* at cgsix? -#cgthree* at sbus? slot ? offset ? -#wsdisplay* at cgthree? +cgthree* at sbus? disable slot ? offset ? +wsdisplay* at cgthree? audiocs* at sbus? slot ? offset ? audio* at audiocs? |