FreeBSD(98) 2.0.5R on PC-9801RA21•Ò
Ý’èƒtƒ@ƒCƒ‹


–ÚŽŸ


lsdev‚ÌŒ‹‰Ê

Device     State           Description
---------- --------------- --------------------------------------------------
cpu0       Busy            Cy486DLC
scbus0     Busy            SCSI subsystem
nec0       Busy            PC-9801 C-bus
sc0        Busy            Graphics console
mse0       Idle            ATI or Logitech bus mouse adapter
sio0       Idle            Serial port: PC-9801 internal
fdc0       Idle            NEC 765 floppy disk/tape controller
fd0        Idle            1M/640K floppy disk drive
fd1        Idle            1M/640K floppy disk drive
sbic0      Busy            55 compatible SCSI board host adapter
sd0        Unknown         Direct-Access
sd1        Unknown         Direct-Access
sd2        Unknown         Direct-Access
cd0        Unknown         CD-ROM
npx0       Busy            Floating-point unit

dmesg‚ÌŒ‹‰Ê

FreeBSD 2.0.5-RELEASE #0: Fri Jun  7 15:25:12 JST 1996
    root@thimo01:/usr/src/sys/compile/RA21
CPU: Cy486DLC (486-class CPU)
  Origin = "Cyrix"
real memory  = 12189696 (2976 pages)
avail memory = 10911744 (2664 pages)
Probing for devices on the PC98 bus:
sc0 at 0x41-0x50 irq 1 on pc98
sc0:  <text mode> <4 virtual consoles, flags=0x0>
mse0 at 0x7fd9 irq 13 on pc98
sio0 at 0x30-0x33 irq 4 on pc98
sio0: type 8251 (internal)
lpt0 at 0x40-0x47 on pc98
fdc0 at 0x90-0x97 irq 11 drq 2 on pc98
fd0: 1M/640K FDD
fd1: 1M/640K FDD
sbic0 at 0xcc0-0xcc4 irq 9 drq 3 on pc98
(sbic0:0:0): "IBM DPES-31080 S31Q" type 0 fixed SCSI 2
sd0(sbic0:0:0): Direct-Access 1034MB (2117888 512 byte sectors)
(sbic0:1:0): "CONNER CFA340S 6.73" type 0 fixed SCSI 2
sd1(sbic0:1:0): Direct-Access 327MB (670464 512 byte sectors)
(sbic0:2:0): "NECY SMO-F331-00 1.17" type 0 removable SCSI 2
sd2(sbic0:2:0): Direct-Access 121MB (247808 512 byte sectors)
(sbic0:3:0): "NEC CD-ROM DRIVE 4 M 1.6" type 5 removable SCSI 2
cd0(sbic0:3:0): CD-ROM cd present.[322050 x 2048 byte records]
npx0 on pc98
npx0: Exception 16 interface
pcm0 at 0xa460 irq 12 on pc98
pcm0: <PC-9801-86 soundboard>

ƒJ[ƒlƒ‹Ý’èƒtƒ@ƒCƒ‹

machine         "pc98"
cpu             "I486_CPU"
ident           "RA21"
maxusers        10

options         "PC98"                  #PC98
options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options         NFS                     #Network Filesystem
options         MSDOSFS                 #MSDOS Filesystem
options         PROCFS                  #Process filesystem
options         "CD9660"                #ISO 9660 Filesystem
options         "COMPAT_43"             #Compatible with BSD 4.3
options         SYSVSHM                 
options         SYSVSEM
options         SYSVMSG
options         COMPAT_LINUX
options         UCONSOLE                #X Console support
options         "MAXCONS=4"             #4 virtual consoles
options         "WB_CACHE"
options         AUTO_CLOCK
options         CYRIX

options         "USER_LDT"  #for wine

config          kernel  root on sd0 dumps on sd0

controller      nec0

controller      fdc0    at nec? port "IO_FD1" bio irq 11 drq 2 vector fdintr
disk            fd0     at fdc0 drive 0
disk            fd1     at fdc0 drive 1

controller      sbic0   at nec? port "IO_SCSI" bio irq 5 drq 3 vector sbicintr
controller      scbus0

device          sd0

device          cd0     #Only need one of these, the code dynamically grows

device          sc0     at nec? port "IO_KBD" tty irq 1 vector scintr
device          npx0    at nec? port "IO_NPX" irq 8 vector npxintr
device          mse0    at nec? port "IO_MSE" tty irq 13 vector mseintr

device          sio0    at nec? port "IO_COM1" tty irq 4 vector siointr

device          lpt0    at nec? port "IO_LPT"  tty

controller      snd0

device  pcm0    at nec? port 0xa460 irq 12 vector pcmintr

pseudo-device   loop
pseudo-device   ether
pseudo-device   log
pseudo-device   sl      2
pseudo-device   ppp     1
pseudo-device   tun     1
pseudo-device   pty     16
pseudo-device   gzip            # Exec gzipped a.out's

XF86Config

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
EndSection

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "Keyboard"
    Protocol    "Standard"
    AutoRepeat  500 5
    ServerNumLock
EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "Pointer"
    Protocol    "BusMouse"
    Device      "/dev/mse0" #FreeBSD(98)
    Emulate3Buttons
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"

    Identifier  "Multi sync"
    VendorName  "IDEK"
    ModelName   "MF8615"
    Bandwidth   40
    HorizSync   24-70         # multisync
    VertRefresh 50-100        # multisync

    Mode "1024x768"
        DotClock        65.00
        HTimings        1024 1188 1210 1370
        VTimings        768   768  770  790
    EndMode

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
    Identifier  "WAB"
    VendorName  "MELCO"
    BoardName   "WAB-S/1000/2000"
    Chipset     "clgd5428"
    VideoRam    1024
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Driver      "svga"
    Device      "WAB"
    Monitor     "Multi sync"
    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
        Virtual     1024 768
    EndSubsection
EndSection

¡ FreeBSDƒCƒ“ƒXƒg[ƒ‹“ú‹L
¡ ƒz[ƒ€ƒy[ƒW‚É–ß‚é

NOB <‚Q‚Ž‚‚‚‚“—‚Ž‚‰‚†‚”‚™D‚Ž‚…D‚Š‚>