Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf - Comment out cfb (PMAG-B) 1024x768 fram...



details:   https://anonhg.NetBSD.org/src/rev/366ef7572a96
branches:  trunk
changeset: 483609:366ef7572a96
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Tue Mar 14 05:31:16 2000 +0000

description:
- Comment out cfb (PMAG-B) 1024x768 framebuffer.
- Have Gallant19 font by default.

diffstat:

 sys/arch/alpha/conf/TCWSCONS |  35 +++++++++++++++++++++++------------
 1 files changed, 23 insertions(+), 12 deletions(-)

diffs (75 lines):

diff -r 7251a58d1df7 -r 366ef7572a96 sys/arch/alpha/conf/TCWSCONS
--- a/sys/arch/alpha/conf/TCWSCONS      Tue Mar 14 04:23:14 2000 +0000
+++ b/sys/arch/alpha/conf/TCWSCONS      Tue Mar 14 05:31:16 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: TCWSCONS,v 1.6 2000/03/14 02:55:04 nisimura Exp $
+# $NetBSD: TCWSCONS,v 1.7 2000/03/14 05:31:16 nisimura Exp $
 #
 # TURBOchannel Alpha DEC3000
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.6 $"
+#ident                 "GENERIC-$Revision: 1.7 $"
 
 maxusers 32
 
@@ -21,14 +21,19 @@
 #makeoptions   DEBUG="-g"
 
 # File systems
-file-system    FFS             # Fast file system
-#file-system   MFS             # Memory-based file system
-file-system    CD9660          # ISO-9660 CD-ROM FS (w/RockRidge extensions)
-#file-system   MSDOSFS         # MS-DOS-compatible file system
-#file-system   NTFS            # Windows/NT file system (experimental)
-file-system    NFS             # Sun NFS-compatible file system client
-#file-system   KERNFS
-file-system    PROCFS
+file-system    FFS             # fast filesystem with user and group quotas
+file-system    MFS             # memory-based filesystem
+file-system    NFS             # Sun NFS-compatible filesystem (client)
+#file-system   LFS             # Log-based filesystem (still experimental)
+file-system    CD9660          # ISO 9660 + Rock Ridge file system
+#file-system   FDESC           # /dev/fd
+file-system    KERNFS          # /kern (kernel informational filesystem)
+file-system    NULLFS          # loopback file system
+#file-system   OVERLAY         # overlay file system
+#file-system   PORTAL          # portal filesystem (still experimental)
+file-system    PROCFS          # /proc
+#file-system   UMAPFS          # NULLFS + uid and gid remapping
+#file-system   UNION
 
 # File system options
 options        NFSSERVER       # Sun NFS-compatible file system server
@@ -97,6 +102,12 @@
 # in case we have NFS root.
 options        NFS_BOOT_DHCP           # superset of BOOTP
 
+# Raster console options
+#options       FONT_BOLD8x16           # Font for fb devices
+#options       FONT_LUCIDA16x29        # Font for px devices
+options        FONT_GALLANT12x22
+#options       FONT_QVSS8x15
+
 # WS console uses SUN or VT100 terminal emulation
 options        WSEMUL_VT100
 
@@ -124,7 +135,7 @@
 zsc1   at      ioasic? offset 0x180000
 tcds*  at      tc? slot ? offset ?
 asc*   at      tcds? chip ?
-cfb*   at      tc? slot ? offset ?
+#cfb*  at      tc? slot ? offset ?
 sfb*   at      tc? slot ? offset ?
 le*    at      tc? slot ? offset ?
 fta*   at      tc? slot ? offset ?             # DEC DEFTA FDDI cards
@@ -143,7 +154,7 @@
 st*    at      scsibus? target ? lun ?         # SCSI tape drives
 
 # Workstation Console attachments
-wsdisplay*     at      cfb?
+#wsdisplay*    at      cfb?
 wsdisplay*     at      sfb?
 wskbd*         at      lkkbd? console ?
 wsmouse*       at      vsms?



Home | Main Index | Thread Index | Old Index