Does NewSoftSerial's interrupt-based rx require a h/w INT pin?

I have an Uno, and I want to do serial tx/rx.
In order to use NewSoftSerial's interrupt-based rx, do I need to use D2 or D3 (h/w interrupts) for my rx pin?
Or does NewSoftSerial use software interrupts and can I use any digital input pin for rx?
Schematic: http://arduino.cc/en/uploads/Main/arduino-uno-rev2-schematic.pdf

Thanks!
-Dave

I've never used it but I can't imagine it does that would be a HUGE limitation, and I've never heard mention of that.

AFAIK you can use any pin.


Rob

Looks like it uses pin-change interrupts (not the D2/D3 ones).