Re: Serial port using hpcmips
ehafener <[email protected]> Tue, 6 Sep 2011 20:11:54 -0400
| Newsgroups | gmane.os.netbsd.ports.hpcmips |
|---|---|
| Message-ID | <CAP1c_np+0hYy3fJ2pEHdsy-uAr8uG4=PaNFrRrsWfdEq4hfipA@mail.gmail.com> |
Here is the dmesg output: NEC MobilePro 770 (NEC VR4121 rev0.0 131.072MHz) total memory = 32768 KB avail memory = 27852 KB timecounter: Timecounters tick every 10.000 msec mainbus0 (root) cpu0 at mainbus0: NEC VR4100 CPU (0xc60) Rev. 6.0 with software emulated floating point cpu0: 16KB/16B direct-mapped L1 Instruction cache, 32 TLB entries cpu0: 8KB/16B direct-mapped write-back L1 Data cache vr4102ip0 at mainbus0 vrbcu0 at vr4102ip0 addr 0x0b000000-001f vrbcu0: CPU 131.072MHz, bus 32.768MHz, ram 65.536MHz vrcmu0 at vr4102ip0 addr 0x0b000060-007f vrgiu0 at vr4102ip0 addr 0x0b000100-011f vrdmaau0 at vr4102ip0 addr 0x0b000020-0037 vrdcu0 at vr4102ip0 addr 0x0b000040-004b vrrtc0 at vr4102ip0 addr 0x0b0000c0-00df vrkiu0 at vr4102ip0 addr 0x0b000180-019f hpckbd0 at vrkiu0 wskbd0 at hpckbd0: console keyboard vrpmu0 at vr4102ip0 addr 0x0b0000a0-00bf vrpmu: Deadman's switch detected vrdsu0 at vr4102ip0 addr 0x0b0000e0-00e7 vrled0 at vr4102ip0 addr 0x0b000240-024f vrpiu0 at vr4102ip0 addr 0x0b000120-013f, 0x0b0002a0-02bf wsmouse0 at vrpiu0 mux 0 vrpiu0: WARNING: powerhook_establish is deprecated vrc4172pwm0 at vr4102ip0 addr 0x15003880-3885 vraiu0 at vr4102ip0 addr 0x0b000160-017f audio0 at vraiu0: half duplex vrisab0 at vrgiu0: ISA port 0x14000000-0x18000000 mem 0x10000000-0x14000000 isa0 at vrisab0 pcic0 at isa0 port 0x3e0-0x3e1 iomem 0x70000-0x73fff irq 589827 pcic0: controller 0 (Ricoh RF5C396) has sockets A and B pcmcia0 at pcic0 controller 0 socket 0 pcmcia1 at pcic0 controller 0 socket 1 bivideo0 at mainbus0: pseudo video controller, console bivideo0: framebuffer address: 0xaa000000 bivideo0: WARNING: powerhook_establish is deprecated hpcfb0 at bivideo0: 640x240 pixels, 65536 colors, 80x24 chars hpcfb0: WARNING: powerhook_establish is deprecated wsdisplay0 at hpcfb0 kbdmux 1: console (std, vt100 emulation), using wskbd0 wsmux1: connecting to wsdisplay0 btnmgr0 at mainbus0 wskbd1 at btnmgr0 mux 1 wskbd1: connecting to wsdisplay0 hpcapm0 at mainbus0: pseudo power management module apmdev0 at hpcapm0: Power Management spec V1.2 timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0 timecounter: Timecounter "vrrtc" frequency 32768 Hz quality 100 pcic0: using irq 589827 for socket events wdc1 at pcmcia0 function 0: <SanDisk, SDP, 5/3 0.6> pcic0: port 0x14000400-0x1400040f wdc1: i/o mapped mode pcmcia0: card irq 3 atabus0 at wdc1 channel 0 wd0 at atabus0 drive 0: <SanDisk SDCFH-002G> wd0: drive supports 1-sector PIO transfers, LBA addressing wd0: 1907 MB, 3875 cyl, 16 head, 63 sec, 512 bytes/sect x 3906560 sectors wd0: drive supports PIO mode 4 ne0 at pcmcia1 function 0: <Network Everywhere, Ethernet 10BaseT PC Card, 2.0, > pcic0: port 0x14000420-0x1400043f pcmcia1: card irq 3 boot device: wd0 root on wd0a dumps on wd0b pcmcia0: card irq 3 pcmcia0: card irq 3 root file system type: ffs I'm using the standard generic kernel. Thanks! On 9/6/11, Andy Ruhl <[email protected]> wrote: > On Tue, Sep 6, 2011 at 11:21 AM, ehafener <[email protected]> wrote: >> I have a mobilepro 770 which has a functioning serial port (at least >> it works in Windows CE). I have NetBSD 5.0.2 hpcmips installed on it. >> I am interested in using the serial port to control relays on a robot >> but can't seem to get the serial port configured. >> >> I looked it /etc/ttys and noticed this file is abbreviated in hpcmips >> when compared to i386. >> >> I ran dmesg and didn't see anything that looked like the serial port. >> >> Any help would be greatly appreciated. > > You should post the dmesg. If you built a custom kernel, you should > post the config for it as well. > > You might need to uncomment something related to serial ports and > build a kernel to get the serial port. > > Andy >