FreeBSD 2.2-960501SNAP on Aptiva 2176-H55•Ò
Ý’èƒtƒ@ƒCƒ^


–ÚŽŸ


lsdev‚ÌŒ‹‰Ê

Device     State           Description
---------- --------------- --------------------------------------------------
cpu0       Busy            Pentium
scbus0     Busy            SCSI subsystem
chip0      Unknown         generic PCI bridge (vendor=8086 device=7030 subclass=0)
chip1      Unknown         generic PCI bridge (vendor=8086 device=7000 subclass=1)
vga0       Unknown         VGA-compatible display device
isa0       Busy            ISA bus
sc0        Busy            Graphics console
ed1        Busy            Ethernet adapter: NE2000
sio0       Unconfigured    Serial port
sio1       Idle            Serial port: National 16550A or compatible
sio2       Unconfigured    Serial port
lpt0       Idle            Parallel printer adapter
lpt1       Idle            Parallel printer adapter
lpt2       Idle            Parallel printer adapter
fdc0       Idle            NEC 72065B floppy disk/tape controller
fd0        Idle            1.44MB (1440K) 3.5in floppy disk drive
wdc0       Busy            ST506/ESDI/IDE disk controller
wd0        Unknown         ST506/ESDI/IDE disk
wd1        Busy            ST506/ESDI/IDE disk
wdc1       Unknown         ST506/ESDI/IDE disk controller
wcd0       Idle            ATAPI compact disc: FX600T
aic0       Busy            Adaptec AIC-6360 SCSI host adapter chipset
od0        Unknown         Optical
npx0       Busy            Floating-point unit

dmesg‚ÌŒ‹‰Ê

FreeBSD 2.2-960501-SNAP #0: Sat Aug 10 19:01:00 JST 1996
    root@mendel02.math.ryukoku.ac.jp:/usr/src/sys/compile/MENDEL02
Calibrating clock(s) relative to mc146818A clock ... i586 clock: 149708974 Hz, i8254 clock: 1193334 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
CLK_USE_I586_CALIBRATION not specified - using old calibration method
i586 clock: 0 Hz
CPU: Pentium (149.68-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x52c  Stepping=12
  Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 33554432 (32768K bytes)
avail memory = 30613504 (29896K bytes)
Probing for devices on PCI bus 0:
chip0 <generic PCI bridge (vendor=8086 device=7030 subclass=0)> rev 1 on pci0:0
chip1 <generic PCI bridge (vendor=8086 device=7000 subclass=1)> rev 1 on pci0:8:0
pci0:8:1: Intel Corporation, device=0x7010, class=storage (ide) [no driver assigned]
vga0 <VGA-compatible display device> rev 72 on pci0:19
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 11 on isa
ed1: address 00:00:f4:30:06:54, type NE2000 (16 bit) 
sio0 not found at 0x3f8
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
sio2 not found at 0x3e8
sio3: disabled, not probed.
lpt0 at 0x3bc-0x3c3 irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
lpt1 not found at 0xffffffff
lpt2 not found at 0xffffffff
psm0 at 0x60-0x63 irq 12 on motherboard
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 72065B
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <WDC AC32100H>
wd0: 2014MB (4124736 sectors), 4092 cyls, 16 heads, 63 S/T, 512 B/S
wdc0: unit 1 (wd1): <QUANTUM FIREBALL1280A>
wd1: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <FX600T/L01N>, removable, intr, dma, iordis
wcd0: 1033Kb/sec, 256Kb cache, audio play, 255 volume levels, ejectable tray
wcd0: 120mm data disc loaded, unlocked
aic0 at 0x340-0x35f irq 9 on isa
aic0 waiting for scsi devices to settle
(aic0:0:0): "NECITSU M2512A 1507" type 7 removable SCSI 2
od0(aic0:0:0): Optical 217MB (446325 512 byte sectors)
npx0 on motherboard
npx0: INT 16 interface
apm0: disabled, not probed.
changing root device to wd1a

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

machine         "i386"
cpu             "I586_CPU"
ident           GENERIC
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 [KEEP THIS!]
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         FAILSAFE                #Be conservative
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

config          kernel  root on wd0

controller      isa0
controller      eisa0
controller      pci0

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      wdc1    at isa? port "IO_WD2" bio irq 15 vector wdintr
disk            wd2     at wdc1 drive 0
disk            wd3     at wdc1 drive 1

options         ATAPI           #Enable ATAPI support for IDE bus
options         ATAPI_STATIC    #Don't do it as an LKM
device          wcd0    #IDE CD-ROM

controller      aic0    at isa? port 0x340 bio irq 9 vector aicintr

controller      scbus0
device          sd0
device          od0
#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
options         XSERVER                 # include code for XFree86

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

device          apm0    at isa? disable # Advanced Power Management
options         APM_BROKEN_STATCLOCK    # Workaround some buggy APM BIOS

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? disable port "IO_COM4" tty irq 9 vector siointr

device          lpt0    at isa? port? tty irq 7 vector lptintr
device          lpt1    at isa? port? tty
device          lpt2    at isa? port? tty

device          psm0    at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

device de0
device fxp0
device vx0

device ed1 at isa? port 0x300 net irq  11 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/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath    "tcp/133.83.45.1:7100"

EndSection

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

Section "ServerFlags"

EndSection

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

Section "Keyboard"

    Protocol    "Standard"

    AutoRepeat  500 5
    XkbKeymap   "xfree86(jp106)"

EndSection


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

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psm0"

    Emulate3Buttons
    Emulate3Timeout    50

EndSection

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

Section "Monitor"

    Identifier  "My Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"
    HorizSync   30-120 

    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  "My Video Card"
    VendorName  "Unknown"
    BoardName   "Unknown"
EndSection

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

Section "Screen"
    Driver      "accel"
    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‚Š‚>