|
楼主 |
发表于 2005-11-12 19:31:15
|
显示全部楼层
用dmesg 看到的
/usr/obj/usr/src/sys/GENERIC
- Copyright (c) 1992-2005 The FreeBSD Project.
- Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
- The Regents of the University of California. All rights reserved.
- FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005
- root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
- Timecounter "i8254" frequency 1193182 Hz quality 0
- CPU: Intel(R) Celeron(R) CPU 1.80GHz (1814.01-MHz 686-class CPU)
- Origin = "GenuineIntel" Id = 0xf13 Stepping = 3
- Features=0x3febf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM>
- real memory = 267321344 (254 MB)
- avail memory = 251936768 (240 MB)
- npx0: <math processor> on motherboard
- npx0: INT 16 interface
- acpi0: <AMIINT INTEL845> on motherboard
- acpi0: Power Button (fixed)
- Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
- acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
- cpu0: <ACPI CPU> on acpi0
- acpi_throttle0: <ACPI CPU Throttling> on cpu0
- acpi_button0: <Power Button> on acpi0
- pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
- pci0: <ACPI PCI bus> on pcib0
- agp0: <Intel 82845G (845G GMCH) SVGA controller> mem 0xdff80000-0xdfffffff,0xd0000000-0xd7ffffff irq 11 at device 2.0 on pci0
- agp0: detected 892k stolen memory
- agp0: aperture size is 128M
- uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0xec00-0xec1f irq 11 at device 29.0 on pci0
- usb0: <Intel 82801DB (ICH4) USB controller USB-A> on uhci0
- usb0: USB revision 1.0
- uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
- uhub0: 2 ports with 2 removable, self powered
- pci0: <serial bus, USB> at device 29.7 (no driver attached)
- pcib1: <ACPI PCI-PCI bridge> at device 30.0 on pci0
- pci3: <ACPI PCI bus> on pcib1
- rl0: <RealTek 8139 10/100BaseTX> port 0xcc00-0xccff mem 0xdfdfff00-0xdfdfffff irq 11 at device 1.0 on pci3
- miibus0: <MII bus> on rl0
- rlphy0: <RealTek internal media interface> on miibus0
- rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
- rl0: Ethernet address: 00:e0:4d:05:61:c5
- isab0: <PCI-ISA bridge> at device 31.0 on pci0
- isa0: <ISA bus> on isab0
- atapci0: <Intel ICH4 UDMA100 controller> port 0xfc00-0xfc0f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0
- ata0: channel #0 on atapci0
- ata1: channel #1 on atapci0
- pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
- pci0: <multimedia, audio> at device 31.5 (no driver attached)
- fdc0: <floppy drive controller> port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3 irq 6 drq 2 on acpi0
- sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
- sio0: type 16550A
- ppc0: <Standard parallel printer port> port 0x378-0x37f irq 7 on acpi0
- ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
- ppbus0: <Parallel port bus> on ppc0
- plip0: <PLIP network interface> on ppbus0
- lpt0: <Printer> on ppbus0
- lpt0: Interrupt-driven port
- ppi0: <Parallel I/O> on ppbus0
- atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
- atkbd0: <AT Keyboard> irq 1 on atkbdc0
- kbd0 at atkbd0
- psm0: <PS/2 Mouse> irq 12 on atkbdc0
- psm0: model IntelliMouse, device ID 3
- pmtimer0 on isa0
- sc0: <System console> at flags 0x100 on isa0
- sc0: VGA <16 virtual consoles, flags=0x300>
- sio1: configured irq 3 not in bitmap of probed irqs 0
- sio1: port may not be enabled
- vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
- Timecounter "TSC" frequency 1814014528 Hz quality 800
- Timecounters tick every 10.000 msec
- ad0: 38166MB <ST340810A/3.31> [77545/16/63] at ata0-master UDMA100
- acd0: CDROM <MATSHITA CR-585/ZP18> at ata1-master PIO3
- Mounting root from ufs:/dev/ad0s3a
复制代码 |
|