summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp/rpreg.h
Commit message (Collapse)AuthorAgeFilesLines
* - Make rp(4) 64-bit- and endian-clean as well as work on strict alignmentmarius2006-11-201-38/+38
| | | | | | | | | | archs. [1] - Instead of bus_space_{read,write}*(rman_get_bustag(), rman_get_bushandle()) use bus_{read,write}*() for efficiency. Reported by: Peter Losher [1] Tested on: i386, sparc64 MFC after: 2 weeks
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
|
* Prevent the rp driver from panic'ing on first access and make atgallatin2004-06-211-1/+1
| | | | | | | | | | | | | | | | | | | least the pci device unloadable - Use ttymalloc() rather than a plain malloc to allocate the rp->rp_tty ttys. This is now required due to the recent locking changes to ttys and prevents a panic due to locking an unitialized t_mtx. - Allow the pci driver to be unloaded. This involved moving the call rp_releaseresource() to the end of rp_pcireleaseresource(), since rp_pcireleaseresource() uses ctlp->dev, which is freed by rp_releaseresource(). - Allow the generic part of the driver to be unattached by providing a hook to cancel timeouts. Glanced at by: obrien
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
| | | | Bump __FreeBSD_version accordingly.
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-111-201/+171
| | | | | | | | | | | | | | | | | | 2. Newbusify the driver. 3. Build as a module. 4. Use correct minor numbers when creating device files. 5. Correctly lock control characters. 6. Return ENXIO when device not configured. Submitted by: Tor Egge <Tor.Egge@fast.no> 7. Fix the baud_table. Submitted by: Elliot Dierksen <ebd@oau.org> Note: - the old driver still lives in src/sys/i386/isa, so that you can revert to it if something goes wrong. - The module does not detach very well. Attaching works fine.
* Add $FreeBSD$peter2000-05-011-0/+2
|
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-1/+1
|
* ISA driver for Comtrol Rocketport serial cards. No PCI probe stubjkh1997-08-281-0/+1043
was submitted to me. Submitted by: Amir Farah <amir@comtrol.com>
OpenPOWER on IntegriCloud