From owner-freebsd-mobile Thu Feb 10 5:27:46 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mars.siad.net (mail.siad.net [207.105.242.58]) by builder.freebsd.org (Postfix) with ESMTP id 7DB353F89 for ; Thu, 10 Feb 2000 05:27:33 -0800 (PST) Received: from siad.net (localhost [127.0.0.1]) by mars.siad.net (8.9.3/8.9.3) with ESMTP id FAA38585 for ; Thu, 10 Feb 2000 05:38:45 GMT (envelope-from don@siad.net) Message-ID: <38A24EE5.6CD2C2C5@siad.net> Date: Thu, 10 Feb 2000 05:38:45 +0000 From: "Don L. Belcher" Organization: SIAD, Inc. X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: zh-TW, en MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG Subject: Cardbus Attribute memory access problem? Content-Type: multipart/mixed; boundary="------------D724008792CEB1440D06AB9A" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------D724008792CEB1440D06AB9A Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I would like to have FreeBSD working on my portable and have network card working. My computer is a EPS Technologies APEX 233 mhz, I don't seem to be reading Attribute memory correctly (maybe not enabled for some reason). I'm sending 6 files as attachmets with information. If you need any more information or this is the wrong email address to ask for help let me know. --------------D724008792CEB1440D06AB9A Content-Type: text/plain; charset=us-ascii; name="EPS_PAO" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="EPS_PAO" # # Sample Laptop Configuration # for lenlen.ntc.keio.ac.jp (Toshiba Libretto 50CT) # Tatsumi Hosokawa # machine "i386" cpu "I586_CPU" #cpu "I686_CPU" ident EPS_PAO maxusers 32 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options SYSVSHM options SYSVSEM options SYSVMSG options USER_LDT #allow user-level control of i386 ldt options "VM86" # If your laptop have not had Windoze95-Ready BIOS, please update it. # Such old BIOS'es sometimes have critical bugs at 32-bit protected # mode APM BIOS interface (which have not used by Windoze 3.1). # PC-card suspend/resume support (experimental) #options APM_PCCARD_RESUME options PCIC_RESUME_RESET # Keep power for serial cards when the system suspends # (If your machine hangs up when you try to suspend the system with # FAX/Modem PCMCIA card, uncomment this option). #options SIO_SUSP_KEEP_PWR # Detach SCSI devices when the SCSI card is removed #options SCSI_DETACH # Detach ATAPI devices when the ATA card is removed options ATAPI_DETACH # Japanese version of WaveLAN PCMCIA uses 2.4GHz band instead of 915MHz # band that US version uses. If you want to use Japanese version of # WaveLAN, uncomment this line, or edit the corresponding config entry # of /etc/pccard.conf. #options "WAVELAN_PCMCIA_24" # Suspend the system when the battery status is "Low" #options "APM_BATT_LOW_SUSPEND" # If you want to use NTP on laptop machines, uncomment the following # option. Current APM implementation affects NTP client. #options "APM_NO_CLOCK_ADJUST" # Some X-servers cannot survive suspend/resume on laptop. # This option kicks her when the system is resumed from suspended mode. #options SYSCONS_VTY_RESUME # PAO Enhanced PCI-PCIC support (experimental) options CB_TEST options FORCE_IRQ_ROUTING config kernel root on wd0 controller isa0 controller pnp0 controller eisa0 controller pci0 # Dont remove these two lines! pseudo-device card 1 # You must use "flags 0x1" when you don't hear any negotiation noise(?) # if you use modem card, or pccardd doesn't read cis tuple, tell you # 'No card in database for"(null)"("(null)")' in case of Cirrus Logic's # pcic is your PC. controller card0 device pcic0 at isa? port 0x3e0 flags 0x1 irq 11 #device pcic0 at isa? port 0x3e0 irq 11 device pcic0 at isa? port 0x3e4 flags irq 11 device pcic1 at isa? port 0x3e2 # for HiNote Ultra II device pcic1 at isa? port 0x3e4 # for Chandra II controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 controller fdc1 at isa? disable port "IO_YEFDC" bio irq 6 disk fd2 at fdc1 drive 0 disk fd3 at fdc1 drive 1 options FDC_YE options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd1 at wdc1 drive 0 controller wdc2 at isa? disable port "IO_WD2" bio irq 15 disk wd2 at wdc2 drive 0 controller wdc3 at isa? disable port "IO_WD2" bio irq 15 disk wd3 at wdc3 drive 0 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM device wfd0 #IDE floppy (LS-120) # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. #controller ncr0 #controller ahb0 #controller ahc0 #controller isp0 #controller dpt0 #controller adv0 at isa? port ? cam irq ? #controller adw0 #controller bt0 at isa? port ? cam irq ? #controller aha0 at isa? port ? cam irq ? # Don't support CAM #controller aic0 at isa? port 0x340 bio irq 11 #controller amd0 #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 #controller nca0 at isa? port 0x1f88 bio irq 10 #controller nca1 at isa? port 0x350 bio irq 5 #controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 #controller spc0 at isa? port 0x320 bio irq 11 iomem 0xd0000 flags 0x01 # Future domain and Q-logic PC-card SCSI drivers # ported from NetBSD/pc98 (based on NetBSD 1.2) #options SCSI_LOW # XXX: for ncv? and stg? driver #controller ncv0 at isa? port 0x320 bio irq 5 #controller stg0 at isa? port 0x320 bio irq 5 #controller scbus0 #device da0 #device od0 #See LINT for possible `od' options. #device sa0 #device pass0 #device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 #device mcd0 at isa? port 0x300 bio irq 10 #controller matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Mandatory, don't remove device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) # device apm0 at isa? # Advanced Power Management #options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS device sio0 at isa? port "IO_COM1" tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 device sio4 at isa? disable port "IO_COM3" tty irq 5 #device mse0 at isa? port 0x23c tty irq 5 # Parallel port device ppc0 at isa? port? net irq 7 controller ppbus0 device nlpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? #controller vpo0 at ppbus? # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device ax0 #device de0 #device fxp0 #device mx0 #device pn0 #device rl0 #device tl0 #device tx0 #device vr0 #device vx0 #device wb0 device xl0 device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 device ed1 at isa? disable port 0x300 net irq 10 iomem 0xd8000 #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 device ep0 at isa? port 0x300 net irq 10 device ep1 at isa? disable port 0x300 net irq 10 #device ex0 at isa? port? net irq? #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 net irq 10 drq 0 #device sn0 at isa? port 0x300 net irq 10 #device sn1 at isa? disable port 0x300 net irq 10 #device wlp0 at isa? port 0x300 net irq 11 #device wlp1 at isa? disable port 0x300 net irq 11 #device cs0 at isa? disable port 0x300 net irq ? #device cnw0 at isa? port 0x300 net irq 5 #device cnw1 at isa? disable port 0x300 net irq 5 # do not enable ze0 and zp0 (these devices are obsolete) ##device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 ##device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 # IBM Smart Capture PCMCIA card #device scc0 #device scc1 # Hitachi microcomputer system Speach Synthesizer card #device hss0 #device hss1 # PCMCIA Joystick device joy0 at isa? port "IO_GAME" pseudo-device loop pseudo-device ether pseudo-device sl 1 # DHCP uses BPF (Berkeley Packet Filter) pseudo-device bpfilter 4 # ijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device vn 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's options DDB # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. #options KTRACE #kernel tracing # This provides support for System V shared memory. # # USB support #controller uhci0 #controller ohci0 #controller usb0 # # for the moment we have to specify the priorities of the device # drivers explicitly by the ordering in the list below. This will # be changed in the future. # #device ums0 #device ukbd0 #device ulpt0 #device uhub0 #device ucom0 #device umodem0 #device hid0 #device ugen0 # #options USB_DEBUG #options USBVERBOSE options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" # opl: Yamaha OPL-2 and OPL-3 FM - SB, SB Pro, SB 16, ProAudioSpectrum controller snd0 device opl0 at isa? port 0x388 device awe0 at isa? port 0x620 device sbmidi0 at isa? port 0x330 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device joy0 at isa? port "IO_GAME" --------------D724008792CEB1440D06AB9A Content-Type: text/plain; charset=us-ascii; name="dmesg.data" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.data" -1 0 0 0 0 Yes No wdc1 0x170 15 -1 0 0 1 0 Yes No wdc2 0x170 15 -1 0 0 2 0 No No wdc3 0x170 15 -1 0 0 3 0 No No atkbdc0 0x60 -1 -1 0 0 0 0 Yes No atkbd0 0xffffffff 1 -1 0 0 0 0 Yes No psm0 0xffffffff 12 -1 0 0 0 0 Yes No sc0 0xffffffff -1 -1 0 0 0 0 Yes No sio0 0x3f8 4 -1 0 0 0 0 Yes No sio1 0x2f8 3 -1 0 0 1 0 Yes No sio2 0x3e8 5 -1 0 0 2 0 No No sio3 0x2e8 9 -1 0 0 3 0 No No sio4 0x3e8 5 -1 0 0 4 0 No No ppc0 0xffffffff 7 -1 0 0 0 0 Yes No ed0 0x280 10 -1 d8000 0 0 0 Yes No ed1 0x300 10 -1 d8000 0 1 0 No No ep0 0x300 10 -1 0 0 0 0 Yes No ep1 0x300 10 -1 0 0 1 0 No No pcic0 0x3e0 11 -1 d0000 0 0 0x1 Yes No pcic1 0x3e2 -1 -1 0 0 1 0 Yes No Device port irq drq iomem iosize unit flags enab confl pcic1 0x3e4 -1 -1 0 0 1 0 Yes No vga0 0xffffffff -1 -1 0 0 0 0 Yes Yes npx0 0xf0 13 -1 0 0 0 0 Yes No apm0 0xffffffff -1 -1 0 0 0 0 Yes No joy0 0x201 -1 -1 0 0 0 0 Yes No opl0 0x388 -1 -1 0 0 0 0 Yes No awe0 0x620 -1 -1 0 0 0 0 Yes No sbmidi0 0x330 -1 -1 0 0 0 0 Yes No sb0 0x220 5 1 0 0 0 0 Yes No joy0 0x201 -1 -1 0 0 0 0 Yes No Number of EISA slots to probe: 10 config> ls Device port irq drq iomem iosize unit flags enab confl fdc0 0x3f0 6 2 0 0 0 0 Yes No fdc1 0x3a8 6 -1 0 0 1 0 No No wdc0 0x1f0 14 -1 0 0 0 0 Yes No wdc1 0x170 15 -1 0 0 1 0 Yes No wdc2 0x170 15 -1 0 0 2 0 No No wdc3 0x170 15 -1 0 0 3 0 No No atkbdc0 0x60 -1 -1 0 0 0 0 Yes No atkbd0 0xffffffff 1 -1 0 0 0 0 Yes No psm0 0xffffffff 12 -1 0 0 0 0 Yes No sc0 0xffffffff -1 -1 0 0 0 0 Yes No sio0 0x3f8 4 -1 0 0 0 0 Yes No sio1 0x2f8 3 -1 0 0 1 0 Yes No sio2 0x3e8 5 -1 0 0 2 0 No No sio3 0x2e8 9 -1 0 0 3 0 No No sio4 0x3e8 5 -1 0 0 4 0 No No ppc0 0xffffffff 7 -1 0 0 0 0 Yes No ed0 0x280 10 -1 d8000 0 0 0 Yes No ed1 0x300 10 -1 d8000 0 1 0 No No ep0 0x300 10 -1 0 0 0 0 Yes No ep1 0x300 10 -1 0 0 1 0 No No pcic0 0x3e0 11 -1 d0000 0 0 0x1 Yes No pcic1 0x3e2 -1 -1 0 0 1 0 Yes No Device port irq drq iomem iosize unit flags enab confl pcic1 0x3e4 -1 -1 0 0 1 0 Yes No vga0 0xffffffff -1 -1 0 0 0 0 Yes Yes npx0 0xf0 13 -1 0 0 0 0 Yes No apm0 0xffffffff -1 -1 0 0 0 0 Yes No joy0 0x201 -1 -1 0 0 0 0 Yes No opl0 0x388 -1 -1 0 0 0 0 Yes No awe0 0x620 -1 -1 0 0 0 0 Yes No sbmidi0 0x330 -1 -1 0 0 0 0 Yes No sb0 0x220 5 1 0 0 0 0 Yes No joy0 0x201 -1 -1 0 0 0 0 Yes No Number of EISA slots to probe: 10 config> exit avail memory = 127565824 (124576K bytes) Preloaded elf kernel "kernel" at 0xc02d9000. Probing for devices on PCI bus 0: chip0: rev 0x01 on pci0.0.0 chip1: rev 0x01 on pci0.1.0 ELCR2 00 -> 04 ide_pci0: rev 0x01 on pci0.1.1 chip2: rev 0x01 on pci0.1.3 vga0: rev 0xc4 on pci0.6.0 pcic0: rev 0x01 int a irq 255 on pci0.7.0 TI113X PCI Config Reg: [ring enable][speaker enable][CSC parallel isa irq][FUNC pci int] pcic1: rev 0x01 int b irq 255 on pci0.7.1 TI113X PCI Config Reg: [ring enable][speaker enable][CSC parallel isa irq][FUNC pci int] Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> ed0 not found at 0x280 atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 4887MB (10009440 sectors), 10592 cyls, 15 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, accel, dma, iordy acd0: drive speed 2416KB/sec, 128KB cache acd0: supported read types: CD-DA acd0: Audio: play, 16 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm photo disc loaded, unlocked wdc1: unit 1 (atapi): , removable, intr, iordis wfd0: medium type unknown (no disk) wfd0: buggy Zip drive, 64-block transfer limit set ppc0 at 0x378 irq 7 on isa ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus 0 plip0: on ppbus 0 ep0 not found at 0x300 pcic0 at 0x3e0-0x3e1 irq 11 maddr 0xd0000 flags 0x1 on isa PC-Card ctlr(0) TI PCI-1131 [CardBus bridge mode] (5 mem & 2 I/O windows) pcic0: slot 0 controller I/O address 0x0 pcic0: slot 1 controller I/O address 0x0 pcic1: sharing irq 11 with other pcic pcic1 not found at 0x3e2 pcic1: sharing irq 11 with other pcic pcic1 not found at 0x3e4 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface apm0 on isa apm: found APM BIOS version 1.2 joy0 at 0x201 on isa joy0: joystick opl0 at 0x388 on isa snd0: awe0 not found at 0x620 sbmidi0 not found at 0x330 sb0 at 0x220 irq 5 drq 1 on isa NOTE! SB Pro support required with your soundcard! snd0: Initializing PC-card drivers: fdc ed ep joy sio wdc Intel Pentium detected, installing workaround for F00F bug changing root device to wd0s2a Card inserted, slot 1 IP packet filtering initialized, divert disabled, rule-based forwarding disabled, logging disabled Card removed, slot 1 Card inserted, slot 1 Card removed, slot 1 Card inserted, slot 0 Card removed, slot 0 Card inserted, slot 0 --------------D724008792CEB1440D06AB9A Content-Type: text/plain; charset=us-ascii; name="dumpcis.data" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dumpcis.data" Code 14 not found Code 14 not found code Unknown ignored Code 105 not found Code 105 not found code Unknown ignored Code 48 not found Code 48 not found code Unknown ignored Configuration data for card in slot 0 Tuple #1, code = 0x0 (Null tuple), length = 0 Tuple #2, code = 0x0 (Null tuple), length = 0 Tuple #3, code = 0x0 (Null tuple), length = 0 2 slots found --------------D724008792CEB1440D06AB9A Content-Type: text/plain; charset=us-ascii; name="pccardd.data" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pccardd.data" Code 14 not found Code 14 not found code Unknown ignored Code 105 not found Code 105 not found code Unknown ignored Code 48 not found Code 48 not found code Unknown ignored --------------D724008792CEB1440D06AB9A Content-Type: text/plain; charset=us-ascii; name="rdattr.data" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="rdattr.data" 0000: 0e 00 00 00 00 00 00 00 69 0b 00 30 00 00 00 00 0010: 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 --------------D724008792CEB1440D06AB9A Content-Type: text/plain; charset=us-ascii; name="rdreg.data" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="rdreg.data" Registers for slot 0 00: 84 6f 98 60 00 bf 00 00 00 00 00 00 00 00 00 00 10: 00 00 00 00 00 00 c2 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Registers for slot 1 00: 84 00 00 00 00 ff 00 00 00 00 00 00 00 00 00 00 10: 00 00 00 00 00 00 c2 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 --------------D724008792CEB1440D06AB9A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message