FreeBSD(98) 2.1.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
ed0        Busy            Ethernet adapter: LGY-98
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
od0        Unknown         Optical
cd0        Unknown         CD-ROM
npx0       Busy            Floating-point unit

dmesg‚ÌŒ‹‰Ê

FreeBSD 2.1.5-RELEASE #0: Tue Nov 19 00:04:50 JST 1996
    root@thimo01.pxc.or.jp:/usr/src/sys/compile/RA21
CPU: Cy486DLC (486-class CPU)
  Origin = "Cyrix"
real memory  = 12582912 (12288K bytes)
avail memory = 10788864 (10536K bytes)
Probing for devices on the PC98 bus:
sc0 at 0x41-0x50 irq 1 on pc98
sc0:  <text mode> <16 virtual consoles, flags=0x0>
ed0 at 0xd0-0xef irq 3 on pc98
ed0: address 00:40:26:06:f9:f4, type LGY-98 (16 bit) 
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 7 removable SCSI 2
od0(sbic0:2:0): Optical 

... —ª ...

od0(sbic0:2:0): error code 115
, FAILURE
121MB (248826 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.[256590 x 2048 byte records]
npx0 on pc98
npx0: Exception 16 interface
pcm0 at 0xa460 irq 12 on pc98
pcm0: <PC-9801-86 soundboard>
changing root device to sd0a

ƒ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         "CD9660"                #ISO 9660 Filesystem
options         PROCFS                  #Process filesystem
options         "COMPAT_43"             #Compatible with BSD 4.3
options         BOUNCE_BUFFERS          #include support for DMA bounce buffers
options         UCONSOLE                #Allow users to grab the console
options         OD_BOGUS_NOT_READY
options         "CYRIX_486DLC"
options         "USER_LDT" #for wine

options         SYSVSHM                 
options         SYSVSEM
options         SYSVMSG

options         AUTO_CLOCK
options         COM_MULTIPORT

config          kernel  root on wd0

controller      nec0
controller      pci0

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      scbus0
device          sd0
device          od0
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

device ed0 at nec? port 0x00d0 net irq 3 vector edintr

controller      snd0

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

pseudo-device   loop
pseudo-device   ether
pseudo-device   log
pseudo-device   sl      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-80         # multisync
    VertRefresh 50-120        # multisync

    Mode "640x480"
        DotClock        28.0
        HTimings        640 690 752 800
        VTimings        480 496 544 560
    EndMode

    Mode "800x600"
        DotClock        36.00
        HTimings        800 840 900 1000
        VTimings        600 602 610 664
    EndMode

    Mode "1024x768H"
        DotClock        75.00
        HTimings        1024 1068 1184 1328
        VTimings        768   771  777  806
    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       "1024x768H" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

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

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