summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-8/+0
* These checks against BUSY aren't needed: the newbus layer does thisimp2009-09-051-8/+0
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+4
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Start to convert this over to the new tty layer. These changes allowambrisko2009-04-273-188/+125
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Initialize DWBuf[3].peter2007-07-051-0/+1
* Fix Rocketport so that it does not crash the system when a device pointerremko2007-06-261-2/+12
* - Make rp(4) 64-bit- and endian-clean as well as work on strict alignmentmarius2006-11-203-74/+70
* The UPCI 32 rp(4) card uses BAR 2 like the UPCI 80 card.jhb2006-01-251-0/+2
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-044-5/+5
* Fix support for multiple RocketPort cards in the same machine by includingjhb2005-11-081-1/+1
* we know it is called rpclose() so call it directly.phk2005-10-161-1/+1
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* - Use pci_get_device() and pci_get_vendor() when we only want one partjhb2005-03-251-3/+11
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* Use tty layer generic code instead of local copy.phk2004-10-042-538/+110
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-171-1/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-112-17/+4
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-211-0/+4
* Prevent the rp driver from panic'ing on first access and make atgallatin2004-06-213-29/+33
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-6/+6
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Centralize the line discipline optimization determination in a functionphk2004-06-041-21/+4
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-10/+10
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-10/+3
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+2
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-2/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use __FBSDID().obrien2003-08-243-5/+10
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Undo single-intance inlining which is way above the comfort limit for GCC.phk2003-07-231-3/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Fix data corruption caused by last byte in oddly sized transfers being readtegge2002-10-201-2/+3
* Be consistent about functions being static.phk2002-10-163-5/+5
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+3
* Remove __P.alfred2002-03-201-5/+5
* #include "opt_compat.h" so that the support for old ioctls can actuallybde2002-02-151-0/+6
* Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries togallatin2001-11-052-3/+3
* KSE Milestone 2julian2001-09-121-10/+10
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-083-14/+8
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
OpenPOWER on IntegriCloud