aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rp
Commit message (Expand)AuthorAgeFilesLines
* These checks against BUSY aren't needed: the newbus layer does thisWarner Losh2009-09-051-8/+0
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+4
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Start to convert this over to the new tty layer. These changes allowDoug Ambrisko2009-04-273-188/+125
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Initialize DWBuf[3].Peter Wemm2007-07-051-0/+1
* Fix Rocketport so that it does not crash the system when a device pointerRemko Lodder2007-06-261-2/+12
* - Make rp(4) 64-bit- and endian-clean as well as work on strict alignmentMarius Strobl2006-11-203-74/+70
* The UPCI 32 rp(4) card uses BAR 2 like the UPCI 80 card.John Baldwin2006-01-251-0/+2
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-044-5/+5
* Fix support for multiple RocketPort cards in the same machine by includingJohn Baldwin2005-11-081-1/+1
* we know it is called rpclose() so call it directly.Poul-Henning Kamp2005-10-161-1/+1
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-1/+1
* - Use pci_get_device() and pci_get_vendor() when we only want one partJohn Baldwin2005-03-251-3/+11
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Use tty layer generic code instead of local copy.Poul-Henning Kamp2004-10-042-538/+110
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-112-17/+4
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-211-0/+4
* Prevent the rp driver from panic'ing on first access and make atAndrew Gallatin2004-06-213-29/+33
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-6/+6
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-2/+2
* Centralize the line discipline optimization determination in a functionPoul-Henning Kamp2004-06-041-21/+4
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-10/+10
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-10/+3
* There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp2004-06-011-1/+0
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-2/+0
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Use __FBSDID().David E. O'Brien2003-08-243-5/+10
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Undo single-intance inlining which is way above the comfort limit for GCC.Poul-Henning Kamp2003-07-231-3/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+9
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Fix data corruption caused by last byte in oddly sized transfers being readTor Egge2002-10-201-2/+3
* Be consistent about functions being static.Poul-Henning Kamp2002-10-163-5/+5
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-3/+3
* Remove __P.Alfred Perlstein2002-03-201-5/+5
* #include "opt_compat.h" so that the support for old ioctls can actuallyBruce Evans2002-02-151-0/+6
* Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries toAndrew Gallatin2001-11-052-3/+3
* KSE Milestone 2Julian Elischer2001-09-121-10/+10
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-083-14/+8
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-292-2/+0