FreeBSD 2.1R on Vintage486•Ò
Ý’èƒtƒ@ƒCƒ‹


–ÚŽŸ


lsdev‚ÌŒ‹‰Ê

Device     State           Description
---------- --------------- --------------------------------------------------
cpu0       Busy            i486DX
scbus0     Busy            SCSI subsystem
isa0       Busy            ISA or EISA bus
sc0        Busy            Graphics console
ed1        Busy            Ethernet adapter: NE2000
sio0       Busy            Serial port: National 16450 or compatible
sio1       Idle            Serial port: National 16450 or compatible
sio2       Idle            Serial port: National 16450 or compatible
sio3       Idle            Serial port: National 16450 or compatible
lpt0       Idle            Parallel printer adapter
mse0       Unconfigured    ATI or Logitech bus mouse adapter
fdc0       Idle            NEC 765 floppy disk/tape controller
fd0        Idle            1.44MB (1440K) 3.5in floppy disk drive
fd1        Idle            1.2MB (1200K) 5.25in floppy disk drive
wdc0       Unknown         ST506/ESDI/IDE disk controller
wd0        Unknown         ST506/ESDI/IDE disk
aha0       Busy            Adaptec 154x-series SCSI host adapter
sd0        Unknown         Direct-Access
cd0        Unknown         CD-ROM
npx0       Busy            Floating-point unit

dmesg‚ÌŒ‹‰Ê

FreeBSD 2.1.0-RELEASE #0: Fri May 17 16:28:40 JST 1996
    root@cedar:/usr/src/sys/compile/VINTAGE
CPU: i486DX (486-class CPU)
real memory  = 8650752 (8448K bytes)
avail memory = 7086080 (6920K bytes)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
ed1 at 0x300-0x31f irq 12 on isa
ed1: address 08:00:00:26:02:59, type NE2000 (16 bit) 
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16450
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16450
sio2 not found at 0x3e8
sio3 not found at 0x2e8
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
mse0: wrong signature ff
mse0 not found at 0x23c
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 765
fd0: 1.44MB 3.5in
fd1: 1.2MB 5.25in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <WDC AC2340H>
wd0: 325MB (666600 sectors), 1010 cyls, 12 heads, 55 S/T, 512 B/S
aha0 at 0x330-0x333 irq 11 drq 5 on isa
aha0 waiting for scsi devices to settle
(aha0:0:0): "QUANTUM LP240S GM240S01X 6.3" type 0 fixed SCSI 2
sd0(aha0:0:0): Direct-Access 234MB (479350 512 byte sectors)
(aha0:2:0): "TOSHIBA CD-ROM XM-3401TA 0283" type 5 removable SCSI 2
cd0(aha0:2:0): CD-ROM 
cd0(aha0:2:0): NOT READY asc:3a,0 Medium not present
can't get the size

npx0 on motherboard
npx0: INT 16 interface

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

machine         "i386"
cpu             "I486_CPU"
ident           VINTAGE 
maxusers        10

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         "SCSI_DELAY=15"         #Be pessimistic about Joe SCSI device
options         BOUNCE_BUFFERS          #include support for DMA bounce buffers
options         UCONSOLE                #Allow users to grab the console

options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

config          kernel  root on sd0 

controller      isa0

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

controller      wdc0    at isa? port "IO_WD1" bio irq 14 vector wdintr
disk            wd0     at wdc0 drive 0
disk            wd1     at wdc0 drive 1

controller      aha0    at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr

controller      scbus0
device          sd0
#device         st0
device          cd0     #Only need one of these, the code dynamically grows

device          sc0     at isa? port "IO_KBD" tty irq 1 vector scintr

device          npx0    at isa? port "IO_NPX" irq 13 vector npxintr

device          sio0    at isa? port "IO_COM1" tty irq 4 vector siointr
device          sio1    at isa? port "IO_COM2" tty irq 3 vector siointr
device          sio2    at isa? port "IO_COM3" tty irq 5 vector siointr
device          sio3    at isa? port "IO_COM4" tty irq 9 vector siointr

device          lpt0    at isa? port? tty irq 7 vector lptintr
device          mse0    at isa? port 0x23c tty irq 5 vector mseintr

device ed1 at isa? port 0x300 net irq  12 iomem 0xd8000 vector edintr

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/Type1/"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath    "tcp/133.83.45.1:7100"

EndSection

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

Section "ServerFlags"

EndSection

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

Section "Keyboard"

    Protocol    "Standard"

    AutoRepeat  500 5

EndSection

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

Section "Pointer"

    Protocol    "MouseSystems"
    Device      "/dev/mouse"

EndSection

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

Section "Monitor"

    Identifier  "My Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"

    HorizSync   31.5 - 48.5

    VertRefresh 50-90

# 1024x768 @ 60 Hz, 48.4 kHz hsync
Modeline "1024x768"    65    1024 1032 1176 1344   768  771  777  806 -hsync -vsync

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier  "Generic VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Chipset     "generic"

EndSection

Section "Device"
    Identifier  "My Video Card"
    VendorName  "Unknown"
    BoardName   "Unknown"
    #VideoRam    1024
    # Insert Clocks lines here if appropriate
EndSection

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

# The Colour SVGA server

Section "Screen"
    Driver      "svga"
    Device      "My Video Card"
    Monitor     "My Monitor"
    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‚Š‚>